Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object_unittest.cc156 method_call.SetSerial(123); in TEST_F()
170 method_call.SetSerial(123); in TEST_F()
183 method_call.SetSerial(123); in TEST_F()
196 method_call.SetSerial(123); in TEST_F()
205 method_call.SetSerial(123); in TEST_F()
221 method_call.SetSerial(123); in TEST_F()
234 method_call.SetSerial(123); in TEST_F()
247 method_call.SetSerial(123); in TEST_F()
258 method_call.SetSerial(123); in TEST_F()
273 method_call.SetSerial(123); in TEST_F()
[all …]
Ddbus_object_test_helpers.h99 method_call.SetSerial(123); in Call()
126 method_call.SetSerial(123);
Ddbus_method_invoker_unittest.cc78 method_call->SetSerial(123); in CreateResponse()
91 method_call->SetSerial(123); in CreateResponse()
237 method_call->SetSerial(123); in HandleCall()
Dexported_property_set_unittest.cc134 method_call->SetSerial(123); in AssertMethodReturnsError()
144 method_call.SetSerial(123); in GetPropertyOnInterface()
157 method_call.SetSerial(123); in SetPropertyOnInterface()
228 method_call.SetSerial(123); in TEST_F()
254 method_call.SetSerial(123); in TEST_F()
Dexported_object_manager_unittest.cc127 method_call.SetSerial(1234); in CallHandleGetManagedObjects()
/external/libchrome/dbus/
Dmessage.h104 void SetSerial(uint32_t serial);
Dmessage.cc296 void Message::SetSerial(uint32_t serial) { in SetSerial() function in dbus::Message