Home
last modified time | relevance | path

Searched refs:PopUint32 (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dgsm_sms_client_unittest.cc119 EXPECT_TRUE(reader.PopUint32(&index)); in OnDelete()
135 EXPECT_TRUE(reader.PopUint32(&index)); in OnGet()
Dcros_disks_client.cc266 if (reader.PopUint32(&error_code) && in OnUnmount()
348 if (!reader.PopUint32(&error_code) || in OnMountCompleted()
350 !reader.PopUint32(&mount_type) || in OnMountCompleted()
Dbluetooth_agent_service_provider.cc221 !reader.PopUint32(&passkey) || in DisplayPasskey()
246 !reader.PopUint32(&passkey)) { in RequestConfirmation()
Dgsm_sms_client.cc100 if (!reader.PopUint32(&index) || in OnSmsReceived()
/external/chromium_org/dbus/
Dvalues_util.cc126 if (reader->PopUint32(&value)) in PopDataAsValue()
Dmessage.h388 bool PopUint32(uint32* value);
Dmessage.cc137 if (!reader->PopUint32(&value)) in ToStringInternal()
762 bool MessageReader::PopUint32(uint32* value) { in PopUint32() function in dbus::MessageReader
Dmessage_unittest.cc78 ASSERT_TRUE(reader.PopUint32(&uint32_value)); in TEST()
/external/chromium_org/content/browser/
Dpower_save_blocker_x11.cc252 if (!message_reader.PopUint32(&inhibit_cookie_)) in ApplyBlock()