Searched refs:AppendInt32 (Results 1 – 12 of 12) sorted by relevance
34 writer.AppendInt32(interface_id); in RequestPathAccess()49 writer.AppendInt32(interface_id); in RequestUsbAccess()
72 writer.AppendInt32(volume); in SetOutputNodeVolume()95 writer.AppendInt32(input_gain); in SetInputNodeGain()
110 writer.AppendInt32( in SetScreenBrightnessPercent()156 writer.AppendInt32(type); in NotifyUserActivity()
66 writer.AppendInt32(pid); in RestartJob()
472 writer.AppendInt32(certificate_profile); in AsyncTpmAttestationCreateCertRequest()
350 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()
317 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()
31 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()
225 writer->AppendInt32(int_value); in AppendBasicTypeValueData()
51 writer.AppendInt32(4); in TEST()350 struct_writer.AppendInt32(123); in TEST()
277 void AppendInt32(int32 value);
488 void MessageWriter::AppendInt32(int32 value) { in AppendInt32() function in dbus::MessageWriter