Lines Matching refs:objectPath
32 const sdbusplus::message::object_path& objectPath, in processInventoryAdded() argument
35 ctx.spawn(processConfigAddedAsync(objectPath)); in processInventoryAdded()
39 const sdbusplus::message::object_path& objectPath, in processInventoryRemoved() argument
42 if (!detectors.contains(objectPath.str)) in processInventoryRemoved()
46 debug("Removed detector {DETECTOR}", "DETECTOR", objectPath); in processInventoryRemoved()
47 detectors.erase(objectPath.str); in processInventoryRemoved()
51 sdbusplus::message::object_path objectPath) -> sdbusplus::async::task<> in processConfigAddedAsync() argument
53 auto res = co_await getDetectorConfig(objectPath); in processConfigAddedAsync()
60 if (detectors.contains(objectPath.str)) in processConfigAddedAsync()
68 detectors[objectPath.str] = in processConfigAddedAsync()
81 sdbusplus::message::object_path objectPath) in getDetectorConfig() argument
89 .path(objectPath.str) in getDetectorConfig()
136 std::filesystem::path(objectPath.str).parent_path().string(); in getDetectorConfig()