Searched refs:PopUint32 (Results 1 – 10 of 10) sorted by relevance
84 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()
119 EXPECT_TRUE(reader.PopUint32(&index)); in OnDelete()135 EXPECT_TRUE(reader.PopUint32(&index)); in OnGet()
221 !reader.PopUint32(&passkey) || in DisplayPasskey()246 !reader.PopUint32(&passkey)) { in RequestConfirmation()
100 if (!reader.PopUint32(&index) || in OnSmsReceived()
246 if (!message_reader.PopUint32(&inhibit_cookie_)) in ApplyBlock()
388 bool PopUint32(uint32* value);
128 if (reader->PopUint32(&value)) in PopDataAsValue()
137 if (!reader->PopUint32(&value)) in ToStringInternal()762 bool MessageReader::PopUint32(uint32* value) { in PopUint32() function in dbus::MessageReader
85 ASSERT_TRUE(reader.PopUint32(&uint32_value)); in TEST()
299 if (array_reader.PopUint32(&file_id)) { in OnReadDirectoryIds()