Home
last modified time | relevance | path

Searched refs:PopObjectPath (Results 1 – 7 of 7) sorted by relevance

/external/libbrillo/brillo/dbus/
Dexported_object_manager_test.cc66 ASSERT_TRUE(reader.PopObjectPath(&path)); in VerifyInterfaceClaimSignal()
88 ASSERT_TRUE(reader.PopObjectPath(&path)); in VerifyInterfaceDropSignal()
179 ASSERT_TRUE(each_path.PopObjectPath(&path)); in TEST_F()
Ddata_serialization.cc139 reader->PopObjectPath(value); in PopValueFromReader()
/external/libchrome/dbus/
Dobject_manager.cc362 !dict_entry_reader.PopObjectPath(&object_path)) in OnGetManagedObjects()
378 if (!reader.PopObjectPath(&object_path)) { in InterfacesAddedReceived()
400 if (!reader.PopObjectPath(&object_path) || in InterfacesRemovedReceived()
Dmessage.cc175 if (!reader->PopObjectPath(&value)) in ToStringInternal()
787 bool MessageReader::PopObjectPath(ObjectPath* value) { in PopObjectPath() function in dbus::MessageReader
910 if (!array_reader.PopObjectPath(&object_path)) in PopArrayOfObjectPaths()
Dmessage.h404 bool PopObjectPath(ObjectPath* value);
Dvalues_util.cc167 if (reader->PopObjectPath(&value)) in PopDataAsValue()
Dmessage_unittest.cc98 ASSERT_TRUE(reader.PopObjectPath(&object_path_value)); in TEST()