Searched refs:WriteValue (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/chrome/browser/
H A Dchrome_elf_init_unittest_win.cc66 blacklist_registry_key_->WriteValue(blacklist::kBeaconState,
68 blacklist_registry_key_->WriteValue(blacklist::kBeaconVersion, L"Data");
86 blacklist_registry_key_->WriteValue(blacklist::kBeaconState,
88 blacklist_registry_key_->WriteValue(blacklist::kBeaconVersion, L"Data");
121 blacklist_registry_key_->WriteValue(blacklist::kBeaconVersion,
123 blacklist_registry_key_->WriteValue(blacklist::kBeaconState,
135 blacklist_registry_key_->WriteValue(blacklist::kBeaconVersion,
137 blacklist_registry_key_->WriteValue(blacklist::kBeaconState,
139 blacklist_registry_key_->WriteValue(blacklist::kBeaconAttemptCount,
H A Dchrome_elf_init_win.cc138 finch_blacklist_registry_key.WriteValue(name.c_str(), val.c_str());
176 blacklist_registry_key.WriteValue(blacklist::kBeaconState,
190 LONG set_version = blacklist_registry_key.WriteValue(
194 LONG set_state = blacklist_registry_key.WriteValue(
198 blacklist_registry_key.WriteValue(blacklist::kBeaconAttemptCount,
/external/chromium_org/cloud_print/common/win/
H A Dinstall_utils.cc77 if (key.WriteValue(kVersionKey, version_string.c_str()) != ERROR_SUCCESS ||
78 key.WriteValue(kNameKey, product_name.c_str()) != ERROR_SUCCESS) {
93 if (key.WriteValue(kRegValueInstallerResult,
95 key.WriteValue(kRegValueInstallerResultUIString,
110 if (key.WriteValue(kRegValueInstallerResult,
112 key.WriteValue(kRegValueInstallerError, hr) != ERROR_SUCCESS) {
149 key.WriteValue(kUninstallString,
151 key.WriteValue(kInstallLocation,
161 key.WriteValue(kDisplayVersion,
163 key.WriteValue(kPublishe
[all...]
H A Dcloud_print_utils.cc56 key.WriteValue(kUsageKey, L"1") != ERROR_SUCCESS) {
/external/chromium_org/chrome/installer/util/
H A Dproduct_state_unittest.cc92 clients_.WriteValue(google_update::kRegVersionField, version));
102 client_state_.WriteValue(installer::kUninstallStringField,
112 client_state_.WriteValue(installer::kUninstallArgumentsField,
129 LONG result = clients_.WriteValue(google_update::kRegVersionField, L"");
137 LONG result = clients_.WriteValue(google_update::kRegVersionField,
146 LONG result = clients_.WriteValue(google_update::kRegVersionField,
170 LONG result = clients_.WriteValue(google_update::kRegOldVersionField, L"");
179 LONG result = clients_.WriteValue(google_update::kRegOldVersionField,
189 LONG result = clients_.WriteValue(google_update::kRegOldVersionField,
214 LONG result = clients_.WriteValue(google_updat
[all...]
H A Dgoogle_update_settings_unittest.cc55 ASSERT_EQ(ERROR_SUCCESS, update_key.WriteValue(L"ap", value));
77 ASSERT_EQ(ERROR_SUCCESS, update_key.WriteValue(L"ap", value));
85 update_key.WriteValue(installer::kUninstallArgumentsField,
244 return policy_key.WriteValue(app_update_override.c_str(),
274 policy_key.WriteValue(GoogleUpdateSettings::kUpdatePolicyValue,
295 policy_key.WriteValue(
638 KEY_SET_VALUE).WriteValue(
649 KEY_SET_VALUE).WriteValue(
660 KEY_SET_VALUE).WriteValue(
671 KEY_SET_VALUE).WriteValue(
[all...]
H A Dregistry_test_data.cc68 result = key.WriteValue(NULL, non_empty_key_path_.c_str());
72 result = key.WriteValue(L"SomeValue", 1UL);
H A Dinstall_util_unittest.cc101 .WriteValue(google_update::kRegApField, L"2.0-dev");
116 .WriteValue(google_update::kRegApField, L"2.0-dev-stage:building");
152 .WriteValue(installer::kInstallerExtraCode1,
168 .WriteValue(installer::kInstallerExtraCode1, static_cast<DWORD>(5));
242 KEY_SET_VALUE).WriteValue(value_name, L"foosball!"));
259 KEY_SET_VALUE).WriteValue(value_name, value));
276 KEY_SET_VALUE).WriteValue(NULL, value));
330 KEY_SET_VALUE).WriteValue(value_name, L"foosball!"));
347 KEY_SET_VALUE).WriteValue(value_name, value));
368 KEY_SET_VALUE).WriteValue(
[all...]
H A Ddelete_reg_value_work_item_unittest.cc55 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name_str.c_str(), data_str.c_str()));
58 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name_dword.c_str(), data_dword));
H A Dset_reg_value_work_item.cc121 result = key.WriteValue(value_name_.c_str(), &value_[0],
159 result = key.WriteValue(value_name_.c_str(), previous_value,
H A Ddelete_reg_value_work_item.cc100 result = key.WriteValue(value_name_.c_str(), previous_value,
H A Dset_reg_value_work_item_unittest.cc157 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name.c_str(), kDataStr1));
181 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name.c_str(), dword1));
215 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name.c_str(), kDataStr1));
264 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(name.c_str(), dword1));
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_reactivation.cc51 success = client_state_key.WriteValue(
64 reactivation_key.WriteValue(brand_code.c_str(),
H A Dgcapi_last_run_test.cc49 client_key.WriteValue(L"pv", L"1.2.3.4");
65 client_state.WriteValue(
/external/chromium_org/chrome_elf/blacklist/test/
H A Dblacklist_test.cc90 LONG result = blacklist_registry_key_->WriteValue(
94 result = blacklist_registry_key_->WriteValue(blacklist::kBeaconVersion,
249 finch_blacklist_registry_key.WriteValue(test_data[i].dll_name,
260 LONG result = key->WriteValue(blacklist::kBeaconState, input_state);
289 LONG result = blacklist_registry_key_->WriteValue(
295 result = blacklist_registry_key_->WriteValue(
316 LONG result = blacklist_registry_key_->WriteValue(
319 result = blacklist_registry_key_->WriteValue(blacklist::kBeaconAttemptCount,
/external/chromium_org/base/win/
H A Dregistry.h110 LONG WriteValue(const wchar_t* name, DWORD in_value);
113 LONG WriteValue(const wchar_t* name, const wchar_t* in_value);
116 LONG WriteValue(const wchar_t* name,
H A Dregistry_unittest.cc89 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(kStringValueName, kStringData));
90 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(kDWORDValueName, kDWORDData));
91 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(kInt64ValueName, &kInt64Data,
142 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(data.c_str(), data.c_str()));
168 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(kName, kData,
200 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(L"TestValue", L"TestData"));
212 ASSERT_EQ(ERROR_SUCCESS, key.WriteValue(L"TestValue", L"TestData"));
/external/chromium_org/components/metrics/
H A Dclean_exit_beacon.cc73 regkey.WriteValue(
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_win.cc74 bool WriteValue(base::win::RegKey& key, function in namespace:remoting::__anon10449
86 LONG result = key.WriteValue(value_name, value_json.c_str());
227 if (!WriteValue(privileged_, value_name.c_str(), secret_json.Pass()) ||
228 !WriteValue(unprivileged_, value_name.c_str(), pairing_json.Pass())) {
H A Dusage_stats_consent_win.cc83 result = key.WriteValue(kOmahaUsagestatsValue, value);
/external/chromium_org/rlz/win/lib/
H A Dregistry_util.cc42 return key.WriteValue(name, value_string.c_str()) == ERROR_SUCCESS;
/external/chromium_org/chrome_elf/
H A Dchrome_elf_util_unittest.cc98 KEY_SET_VALUE).WriteValue(kRegValueUsageStats, value);
109 result = key.WriteValue(kUninstallArgumentsField,
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.cc52 manifest_key.WriteValue(NULL, manifest_path.value().c_str()));
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_descriptor_client.h89 virtual void WriteValue(const dbus::ObjectPath& object_path,
H A Dfake_bluetooth_gatt_descriptor_client.h52 virtual void WriteValue(const dbus::ObjectPath& object_path,

Completed in 1418 milliseconds

123