Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/dbus/
Ddisplay_power_service_provider.cc55 if (reader.PopInt32(&int_state)) { in SetDisplayPower()
/external/chromium_org/chrome/browser/password_manager/
Dnative_backend_kwallet_x.cc206 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()
Dnative_backend_kwallet_x_unittest.cc490 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()
/external/chromium_org/chromeos/dbus/
Dcras_audio_client.cc301 if (!reader.PopInt32(&volume_state.output_volume) || in OnGetVolumeState()
303 !reader.PopInt32(&volume_state.input_gain) || in OnGetVolumeState()
Dcryptohome_client.cc906 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()
Dpower_manager_client.cc369 if (!(reader.PopInt32(&brightness_level) && in BrightnessChangedReceived()
/external/chromium_org/dbus/
Dmessage.h387 bool PopInt32(int32* value);
Dvalues_util.cc122 if (reader->PopInt32(&value)) in PopDataAsValue()
Dmessage_unittest.cc83 ASSERT_TRUE(reader.PopInt32(&int32_value)); in TEST()
455 ASSERT_TRUE(struct_reader.PopInt32(&int32_value)); in TEST()
Dmessage.cc130 if (!reader->PopInt32(&value)) in ToStringInternal()
758 bool MessageReader::PopInt32(int32* value) { in PopInt32() function in dbus::MessageReader