Home
last modified time | relevance | path

Searched refs:newOwner (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dhandlers.hpp145 std::string newOwner; in nameOwnerChanged() local
146 msg.read(newOwner); in nameOwnerChanged()
147 if (!newOwner.empty()) in nameOwnerChanged()
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp295 std::string serviceName, oldOwner, newOwner; in tachSignalOffline() local
299 msg.read(newOwner); in tachSignalOffline()
302 bool hasOwner = !newOwner.empty() && oldOwner.empty(); in tachSignalOffline()
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp409 std::string newOwner; // unique-name in main() local
411 message.read(name, oldOwner, newOwner); in main()
425 if (!newOwner.empty()) in main()
435 nameOwners[newOwner] = name; in main()
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp266 std::string newOwner = "xyz.openbmc_project.Test2"; in TEST_F() local
278 associationChanged(io, *server, associations, defaultSourcePath, newOwner, in TEST_F()
291 auto o = a->second.find(newOwner); in TEST_F()
/openbmc/phosphor-virtual-sensor/src/
H A DdbusSensor.cpp82 newOwner] = msg.unpack<std::string, std::string, std::string>(); in handleDbusSignalNameOwnerChanged()
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp433 std::string newOwner; in nameChangeHandler() local
435 message.read(name, oldOwner, newOwner); in nameChangeHandler()
449 if (!newOwner.empty()) in nameChangeHandler()
456 uniqueNameToChannelNumber[newOwner] = channel; in nameChangeHandler()
H A Dsensorhandler.cpp206 std::string newOwner; in initSensorMatches() local
207 msg.read(name, oldOwner, newOwner); in initSensorMatches()
209 if (!name.empty() && newOwner.empty()) in initSensorMatches()
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp788 std::string newOwner; in updateBiosAttrTable() local
789 message.read(name, oldOwner, newOwner); in updateBiosAttrTable()
791 if (newOwner.empty()) in updateBiosAttrTable()
/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp678 newOwner] = m.unpack<std::string, std::string, std::string>(); in initFilters()