Home
last modified time | relevance | path

Searched refs:AppendInt32 (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dpermission_broker_client.cc34 writer.AppendInt32(interface_id); in RequestPathAccess()
49 writer.AppendInt32(interface_id); in RequestUsbAccess()
Dcras_audio_client.cc72 writer.AppendInt32(volume); in SetOutputNodeVolume()
95 writer.AppendInt32(input_gain); in SetInputNodeGain()
Dpower_manager_client.cc110 writer.AppendInt32( in SetScreenBrightnessPercent()
156 writer.AppendInt32(type); in NotifyUserActivity()
Dsession_manager_client.cc66 writer.AppendInt32(pid); in RestartJob()
Dcryptohome_client.cc472 writer.AppendInt32(certificate_profile); in AsyncTpmAttestationCreateCertRequest()
/external/chromium_org/chrome/browser/password_manager/
Dnative_backend_kwallet_x.cc350 builder.AppendInt32(wallet_handle); // handle in RemoveLoginsCreatedBetween()
383 builder.AppendInt32(wallet_handle); // handle in RemoveLoginsCreatedBetween()
466 builder.AppendInt32(wallet_handle); // handle in GetLoginsList()
493 builder.AppendInt32(wallet_handle); // handle in GetLoginsList()
579 builder.AppendInt32(wallet_handle); // handle in GetAllLogins()
601 builder.AppendInt32(wallet_handle); // handle in GetAllLogins()
638 builder.AppendInt32(wallet_handle); // handle in SetLoginsList()
666 builder.AppendInt32(wallet_handle); // handle in SetLoginsList()
859 builder.AppendInt32(handle); // handle in WalletHandle()
881 builder.AppendInt32(handle); // handle in WalletHandle()
Dnative_backend_kwallet_x_unittest.cc317 writer.AppendInt32(klauncher_ret_); in KLauncherMethodCall()
320 writer.AppendInt32(1234); // pid in KLauncherMethodCall()
350 writer.AppendInt32(1); // Can be anything but kInvalidKWalletHandle. in KWalletMethodCall()
384 writer.AppendInt32(wallet_.removeEntry(folder_name, key) ? 0 : 1); in KWalletMethodCall()
433 writer.AppendInt32( in KWalletMethodCall()
/external/chromium_org/dbus/
Dvalues_util_unittest.cc31 writer.AppendInt32(kInt32Value); in TEST()
197 sub_writer.AppendInt32(data[i]); in TEST()
244 sub_writer.AppendInt32(kInt32Value); in TEST()
372 entry_writer.AppendInt32(values[i]); in TEST()
Dvalues_util.cc225 writer->AppendInt32(int_value); in AppendBasicTypeValueData()
Dmessage_unittest.cc51 writer.AppendInt32(4); in TEST()
350 struct_writer.AppendInt32(123); in TEST()
Dmessage.h277 void AppendInt32(int32 value);
Dmessage.cc488 void MessageWriter::AppendInt32(int32 value) { in AppendInt32() function in dbus::MessageWriter