Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object_unittest.cc162 method_call.SetSerial(123); in TEST_F()
176 method_call.SetSerial(123); in TEST_F()
189 method_call.SetSerial(123); in TEST_F()
202 method_call.SetSerial(123); in TEST_F()
211 method_call.SetSerial(123); in TEST_F()
227 method_call.SetSerial(123); in TEST_F()
240 method_call.SetSerial(123); in TEST_F()
253 method_call.SetSerial(123); in TEST_F()
264 method_call.SetSerial(123); in TEST_F()
279 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.cc110 method_call->SetSerial(123); in CreateResponse()
123 method_call->SetSerial(123); in CreateResponse()
271 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/libbrillo/brillo/http/
Dhttp_proxy_unittest.cc73 method_call->SetSerial(1); // Needs to be non-zero or it fails. in CreateDBusResponse()
/external/libchrome/dbus/
Dmessage.h104 void SetSerial(uint32_t serial);
Dmessage.cc289 void Message::SetSerial(uint32_t serial) { in SetSerial() function in dbus::Message