Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/dbus/
Dcros_disks_client.cc84 if (!reader->PopUint32(&error_code) || in ReadMountEntryFromDbus()
86 !reader->PopUint32(&mount_type) || in ReadMountEntryFromDbus()
316 if (reader.PopUint32(&error_code) && in OnUnmount()
433 if (!reader.PopUint32(&error_code) || !reader.PopString(&device_path)) { in OnFormatCompleted()
Dgsm_sms_client_unittest.cc119 EXPECT_TRUE(reader.PopUint32(&index)); in OnDelete()
135 EXPECT_TRUE(reader.PopUint32(&index)); in OnGet()
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/content/browser/
Dpower_save_blocker_x11.cc246 if (!message_reader.PopUint32(&inhibit_cookie_)) in ApplyBlock()
/external/chromium_org/dbus/
Dmessage.h388 bool PopUint32(uint32* value);
Dvalues_util.cc128 if (reader->PopUint32(&value)) in PopDataAsValue()
Dmessage.cc137 if (!reader->PopUint32(&value)) in ToStringInternal()
762 bool MessageReader::PopUint32(uint32* value) { in PopUint32() function in dbus::MessageReader
Dmessage_unittest.cc85 ASSERT_TRUE(reader.PopUint32(&uint32_value)); in TEST()
/external/chromium_org/device/media_transfer_protocol/
Dmedia_transfer_protocol_daemon_client.cc299 if (array_reader.PopUint32(&file_id)) { in OnReadDirectoryIds()