Home
last modified time | relevance | path

Searched refs:newOwner (Results 1 – 10 of 10) 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.cpp296 std::string serviceName, oldOwner, newOwner; in tachSignalOffline() local
300 msg.read(newOwner); in tachSignalOffline()
303 bool hasOwner = !newOwner.empty() && oldOwner.empty(); in tachSignalOffline()
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp407 std::string newOwner; // unique-name in main() local
409 message.read(name, oldOwner, newOwner); in main()
423 if (!newOwner.empty()) in main()
433 nameOwners[newOwner] = name; in main()
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp268 std::string newOwner = "xyz.openbmc_project.Test2"; in TEST_F() local
280 associationChanged(io, *server, associations, defaultSourcePath, newOwner, in TEST_F()
293 auto o = a->second.find(newOwner); in TEST_F()
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp430 std::string newOwner; in nameChangeHandler() local
432 message.read(name, oldOwner, newOwner); in nameChangeHandler()
446 if (!newOwner.empty()) in nameChangeHandler()
453 uniqueNameToChannelNumber[newOwner] = channel; in nameChangeHandler()
H A Dsensorhandler.cpp198 std::string newOwner; in initSensorMatches() local
199 msg.read(name, oldOwner, newOwner); in initSensorMatches()
201 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/phosphor-virtual-sensor/
H A DdbusSensor.cpp82 newOwner] = msg.unpack<std::string, std::string, std::string>(); in handleDbusSignalNameOwnerChanged()
/openbmc/entity-manager/src/
H A Dentity_manager.cpp1274 newOwner] = m.unpack<std::string, std::string, std::string>(); in main()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2122 __le32 newOwner; member