Searched refs:client_state_key (Results 1 – 5 of 5) sorted by relevance
48 RegKey client_state_key( in SetReactivationBrandCode() local50 if (client_state_key.Valid()) { in SetReactivationBrandCode()51 success = client_state_key.WriteValue( in SetReactivationBrandCode()
66 RegKey client_state_key(hive, in HasExperimentLabels() local69 return client_state_key.Valid() && in HasExperimentLabels()70 client_state_key.HasValue(google_update::kExperimentLabels); in HasExperimentLabels()
204 base::win::RegKey client_state_key( in GetDistributionData() local208 if (client_state_key.ReadValue(google_update::kRegRLZBrandField, in GetDistributionData()217 if (client_state_key.ReadValue(google_update::kRegClientField, in GetDistributionData()228 client_state_key.ReadValue(google_update::kRegApField, &ap_value); in GetDistributionData()
117 RegKey client_state_key; in SetMsiMarker() local118 LONG result = client_state_key.Open(reg_root, in SetMsiMarker()122 result = client_state_key.WriteValue(google_update::kRegMSIField, in SetMsiMarker()
145 PathString client_state_key; in OpenClientStateKey() local146 return client_state_key.assign(kApRegistryKeyBase) && in OpenClientStateKey()147 client_state_key.append(app_guid) && in OpenClientStateKey()149 client_state_key.get(), in OpenClientStateKey()