Searched refs:schemaDirectory (Results 1 – 7 of 7) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | main.cpp | 16 const std::filesystem::path schemaDirectory(PACKAGE_DIR "schemas"); in main() local 21 EntityManager em(systemBus, io, configurationDirectories, schemaDirectory); in main()
|
| H A D | configuration.cpp | 20 const std::filesystem::path& schemaDirectory) : in Configuration() argument 21 schemaDirectory(schemaDirectory), in Configuration() 48 std::ifstream schemaStream(schemaDirectory / "global.json"); in loadConfigurations()
|
| H A D | configuration.hpp | 15 const std::filesystem::path& schemaDirectory); 19 const std::filesystem::path schemaDirectory; member in Configuration
|
| H A D | dbus_interface.cpp | 22 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 D | dbus_interface.hpp | 27 const std::filesystem::path& schemaDirectory); 73 const std::filesystem::path schemaDirectory; member in dbus_interface::EMDBusInterface
|
| H A D | entity_manager.hpp | 25 const std::filesystem::path& schemaDirectory);
|
| H A D | entity_manager.cpp | 57 const std::filesystem::path& schemaDirectory) : in EntityManager() argument 60 configuration(configurationDirectories, schemaDirectory), in EntityManager() 63 dbus_interface(io, objServer, schemaDirectory), powerStatus(*systemBus), in EntityManager()
|