Searched refs:PopInt32 (Results 1 – 10 of 10) sorted by relevance
55 if (reader.PopInt32(&int_state)) { in SetDisplayPower()
206 if (!reader.PopInt32(&ret) || !reader.PopString(&dbus_name) || in StartKWalletd()207 !reader.PopString(&error) || !reader.PopInt32(&pid)) { in StartKWalletd()566 if (!reader.PopInt32(&ret)) { in SetLoginsList()596 if (!reader.PopInt32(&ret)) { in SetLoginsList()893 if (!reader.PopInt32(&handle)) { in WalletHandle()
490 EXPECT_TRUE(reader.PopInt32(&handle)); in KWalletMethodCall()507 EXPECT_TRUE(reader.PopInt32(&handle)); in KWalletMethodCall()523 EXPECT_TRUE(reader.PopInt32(&handle)); in KWalletMethodCall()539 EXPECT_TRUE(reader.PopInt32(&handle)); in KWalletMethodCall()558 EXPECT_TRUE(reader.PopInt32(&handle)); in KWalletMethodCall()
301 if (!reader.PopInt32(&volume_state.output_volume) || in OnGetVolumeState()303 !reader.PopInt32(&volume_state.input_gain) || in OnGetVolumeState()
906 if (!reader.PopInt32(&async_id)) { in OnAsyncMethodCall()1071 !reader.PopInt32(&slot)) { in OnPkcs11GetTpmTokenInfoForUser()1085 if (!reader.PopInt32(&async_id) || in OnAsyncCallStatus()1087 !reader.PopInt32(&return_code)) { in OnAsyncCallStatus()1102 if (!reader.PopInt32(&async_id) || in OnAsyncCallStatusWithData()
369 if (!(reader.PopInt32(&brightness_level) && in BrightnessChangedReceived()
387 bool PopInt32(int32* value);
122 if (reader->PopInt32(&value)) in PopDataAsValue()
83 ASSERT_TRUE(reader.PopInt32(&int32_value)); in TEST()455 ASSERT_TRUE(struct_reader.PopInt32(&int32_value)); in TEST()
130 if (!reader->PopInt32(&value)) in ToStringInternal()758 bool MessageReader::PopInt32(int32* value) { in PopInt32() function in dbus::MessageReader