Searched refs:AppendVariantOfBool (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_manager_client.cc111 dict_writer.AppendVariantOfBool(*(options.require_authentication));
120 dict_writer.AppendVariantOfBool(*(options.require_authorization));
129 dict_writer.AppendVariantOfBool(*(options.auto_connect));
H A Dshill_device_client_unittest.cc83 writer.AppendVariantOfBool(kValue);
123 entry_writer.AppendVariantOfBool(kValue);
H A Dcros_disks_client_unittest.cc23 entry_writer.AppendVariantOfBool(value);
H A Ddebug_daemon_client.cc91 elem_writer.AppendVariantOfBool(numeric);
95 elem_writer.AppendVariantOfBool(ipv6);
H A Dshill_manager_client_unittest.cc116 entry_writer.AppendVariantOfBool(true);
/external/chromium_org/dbus/
H A Dmessage.h336 void AppendVariantOfBool(bool value);
H A Dvalues_util_unittest.cc120 writer.AppendVariantOfBool(kBoolValue);
276 entry_writer.AppendVariantOfBool(kBoolValue);
323 entry_writer.AppendVariantOfBool(kBoolValue);
H A Dproperty.cc248 writer->AppendVariantOfBool(set_value_);
H A Dmessage.cc642 void MessageWriter::AppendVariantOfBool(bool value) { function in class:dbus::MessageWriter
H A Dmessage_unittest.cc164 writer.AppendVariantOfBool(true);

Completed in 992 milliseconds