Lines Matching refs:objectPath
86 std::string objectPath = in method_call() local
92 std::make_unique<TestEventEntry>(ctx, objectPath.c_str())); in method_call()
94 co_return sdbusplus::message::object_path(objectPath); in method_call()
122 std::string objectPath; member in DeviceEventsTest
143 objectPath = std::format( in DeviceEventsTest()
195 auto testSensorCreation(std::string objectPath, in testSensorCreation() argument
238 .path(objectPath) in testSensorCreation()
243 .path(objectPath) in testSensorCreation()
248 .path(objectPath) in testSensorCreation()
253 .path(objectPath) in testSensorCreation()
268 objectPath, DeviceConfigIntf::StatusType::sensorReadingCritical, in TEST_F()
281 ctx.spawn(testSensorCreation(objectPath, in TEST_F()