Home
last modified time | relevance | path

Searched refs:addValueToDBus (Results 1 – 2 of 2) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Ddbus_interface.cpp159 addValueToDBus<bool>(key, value, *iface, permission, in populateInterfacePropertyFromJson()
165 addValueToDBus<int64_t>(key, value, *iface, permission, in populateInterfacePropertyFromJson()
171 addValueToDBus<uint64_t>(key, value, *iface, permission, in populateInterfacePropertyFromJson()
177 addValueToDBus<double>(key, value, *iface, permission, in populateInterfacePropertyFromJson()
183 addValueToDBus<std::string>(key, value, *iface, permission, in populateInterfacePropertyFromJson()
H A Ddbus_interface.hpp159 void addValueToDBus(const std::string& key, const nlohmann::json& value, in addValueToDBus() function