Home
last modified time | relevance | path

Searched refs:kMethodsExportedOnPath (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_object_test.cc108 const dbus::ObjectPath kMethodsExportedOnPath{ in SetUp() local
111 new dbus::MockExportedObject(bus_.get(), kMethodsExportedOnPath); in SetUp()
112 EXPECT_CALL(*bus_, GetExportedObject(kMethodsExportedOnPath)) in SetUp()
120 new DBusObject(nullptr, bus_, kMethodsExportedOnPath)); in SetUp()
453 const dbus::ObjectPath kMethodsExportedOnPath{ in TEST_F() local
457 new DBusObject(&mock_object_manager, bus_, kMethodsExportedOnPath)); in TEST_F()
H A Dexported_property_set_test.cc55 const dbus::ObjectPath kMethodsExportedOnPath(std::string("/export")); variable
120 new dbus::MockExportedObject(bus_.get(), kMethodsExportedOnPath); in SetUp()
121 EXPECT_CALL(*bus_, GetExportedObject(kMethodsExportedOnPath)) in SetUp()
126 p_.reset(new Properties(bus_, kMethodsExportedOnPath)); in SetUp()