Lines Matching refs:objectPath
49 const sdbusplus::message::object_path& objectPath, in processConfigAdded() argument
52 debug("Config added for {PATH} with {INTF}", "PATH", objectPath, "INTF", in processConfigAdded()
65 co_return co_await processPortAdded(objectPath, interfaceName); in processConfigAdded()
70 co_return co_await processInventoryAdded(objectPath); in processConfigAdded()
77 co_return co_await processDeviceAdded(objectPath, interfaceName); in processConfigAdded()
82 const sdbusplus::message::object_path& objectPath, in processPortAdded() argument
86 ctx, objectPath, interfaceName); in processPortAdded()
89 error("Failed to get Port config for {PATH}", "PATH", objectPath); in processPortAdded()
100 objectPath, "ERROR", e); in processPortAdded()
106 const sdbusplus::message::object_path& objectPath) in processInventoryAdded() argument
109 auto res = co_await InventoryIntf::config::getConfig(ctx, objectPath); in processInventoryAdded()
113 objectPath); in processInventoryAdded()
127 "PATH", objectPath, "ERROR", e); in processInventoryAdded()
133 const sdbusplus::message::object_path& objectPath, in processDeviceAdded() argument
137 co_await DeviceFactoryIntf::getConfig(ctx, objectPath, interfaceName); in processDeviceAdded()
140 error("Failed to get Device config for {PATH}", "PATH", objectPath); in processDeviceAdded()
151 objectPath); in processDeviceAdded()
163 objectPath, "ERROR", e); in processDeviceAdded()