Home
last modified time | relevance | path

Searched refs:schemaDirectory (Results 1 – 7 of 7) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Dmain.cpp16 const std::filesystem::path schemaDirectory(PACKAGE_DIR "schemas"); in main() local
21 EntityManager em(systemBus, io, configurationDirectories, schemaDirectory); in main()
H A Dconfiguration.cpp20 const std::filesystem::path& schemaDirectory) : in Configuration() argument
21 schemaDirectory(schemaDirectory), in Configuration()
48 std::ifstream schemaStream(schemaDirectory / "global.json"); in loadConfigurations()
H A Dconfiguration.hpp15 const std::filesystem::path& schemaDirectory);
19 const std::filesystem::path schemaDirectory; member in Configuration
H A Ddbus_interface.cpp22 const std::filesystem::path& schemaDirectory) : in EMDBusInterface() argument
23 io(io), objServer(objServer), schemaDirectory(schemaDirectory) in EMDBusInterface()
240 const std::filesystem::path& schemaDirectory) in addObjectRuntimeValidateJson() argument
248 std::filesystem::path(schemaDirectory) / "exposes_record.json"; in addObjectRuntimeValidateJson()
344 addObjectRuntimeValidateJson(newData, type, schemaDirectory); in addObjectJson()
H A Ddbus_interface.hpp27 const std::filesystem::path& schemaDirectory);
73 const std::filesystem::path schemaDirectory; member in dbus_interface::EMDBusInterface
H A Dentity_manager.hpp25 const std::filesystem::path& schemaDirectory);
H A Dentity_manager.cpp57 const std::filesystem::path& schemaDirectory) : in EntityManager() argument
60 configuration(configurationDirectories, schemaDirectory), in EntityManager()
63 dbus_interface(io, objServer, schemaDirectory), powerStatus(*systemBus), in EntityManager()