Searched refs:AppendBool (Results 1 – 16 of 16) sorted by relevance
172 writer.AppendBool(flags & cryptohome::CREATE_IF_MISSING); in AsyncMount()173 writer.AppendBool(flags & cryptohome::ENSURE_EPHEMERAL); in AsyncMount()217 writer.AppendBool(flags & cryptohome::CREATE_IF_MISSING); in AsyncMountPublic()218 writer.AppendBool(flags & cryptohome::ENSURE_EPHEMERAL); in AsyncMountPublic()510 writer.AppendBool(is_user_specific); in AsyncTpmAttestationFinishCertRequest()530 writer.AppendBool(is_user_specific); in TpmAttestationDoesKeyExist()547 writer.AppendBool(is_user_specific); in TpmAttestationGetCertificate()567 writer.AppendBool(is_user_specific); in TpmAttestationGetPublicKey()587 writer.AppendBool(is_user_specific); in TpmAttestationRegisterKey()611 writer.AppendBool(is_user_specific); in TpmAttestationSignEnterpriseChallenge()[all …]
135 writer.AppendBool(true /* powerwash */); in Rollback()176 writer.AppendBool(is_powerwash_allowed); in SetChannel()194 writer.AppendBool(get_current_channel); in GetChannel()
194 array_writer.AppendBool(true); in TEST_F()195 array_writer.AppendBool(true); in TEST_F()
83 writer.AppendBool(mute_on); in SetOutputUserMute()106 writer.AppendBool(mute_on); in SetInputMute()
86 writer.AppendBool(allow_off); in DecreaseScreenBrightness()175 writer.AppendBool(is_fullscreen); in NotifyVideoActivity()204 writer.AppendBool(is_projecting); in SetIsProjecting()
183 writer.AppendBool(kComplete); in TEST_F()
116 writer.AppendBool(require); in RequirePin()
213 writer.AppendBool(kComplete); in TEST_F()
321 writer.AppendBool(expected); in TEST_F()
459 writer.AppendBool(kwallet_enabled_); in KWalletMethodCall()489 writer.AppendBool(wallet_.hasFolder(folder_name)); in KWalletMethodCall()491 writer.AppendBool(wallet_.createFolder(folder_name)); in KWalletMethodCall()507 writer.AppendBool(wallet_.hasEntry(folder_name, key)); in KWalletMethodCall()
193 builder.AppendBool(false); // blind in StartKWalletd()
48 writer.AppendBool(true); in TEST()337 variant_writer.AppendBool(true); in TEST()
274 void AppendBool(bool value);
220 writer->AppendBool(bool_value); in AppendBasicTypeValueData()
25 writer.AppendBool(kBoolValue); in TEST()242 sub_writer.AppendBool(kBoolValue); in TEST()
470 void MessageWriter::AppendBool(bool value) { in AppendBool() function in dbus::MessageWriter