Searched refs:PopUint32 (Results 1 – 9 of 9) sorted by relevance
119 EXPECT_TRUE(reader.PopUint32(&index)); in OnDelete()135 EXPECT_TRUE(reader.PopUint32(&index)); in OnGet()
266 if (reader.PopUint32(&error_code) && in OnUnmount()348 if (!reader.PopUint32(&error_code) || in OnMountCompleted()350 !reader.PopUint32(&mount_type) || in OnMountCompleted()
221 !reader.PopUint32(&passkey) || in DisplayPasskey()246 !reader.PopUint32(&passkey)) { in RequestConfirmation()
100 if (!reader.PopUint32(&index) || in OnSmsReceived()
126 if (reader->PopUint32(&value)) in PopDataAsValue()
388 bool PopUint32(uint32* value);
137 if (!reader->PopUint32(&value)) in ToStringInternal()762 bool MessageReader::PopUint32(uint32* value) { in PopUint32() function in dbus::MessageReader
78 ASSERT_TRUE(reader.PopUint32(&uint32_value)); in TEST()
252 if (!message_reader.PopUint32(&inhibit_cookie_)) in ApplyBlock()