Home
last modified time | relevance | path

Searched refs:GetClientStateKeyPath (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/install_static/
H A Dinstall_details_unittest.cc56 TEST(InstallDetailsTest, GetClientStateKeyPath) { in TEST() argument
59 EXPECT_THAT(details.GetClientStateKeyPath(), in TEST()
62 EXPECT_THAT(details.GetClientStateKeyPath(), in TEST()
73 EXPECT_THAT(details.GetClientStateKeyPath(), in TEST()
H A Dinstall_modes_unittest.cc129 TEST(InstallModes, GetClientStateKeyPath) { in TEST() argument
133 ASSERT_THAT(GetClientStateKeyPath(kAppGuid), in TEST()
136 ASSERT_THAT(GetClientStateKeyPath(kAppGuid), in TEST()
H A Dinstall_details.cc29 std::wstring InstallDetails::GetClientStateKeyPath() const { in GetClientStateKeyPath() function in install_static::InstallDetails
30 return install_static::GetClientStateKeyPath(app_guid()); in GetClientStateKeyPath()
H A Dinstall_modes.h73 std::wstring GetClientStateKeyPath(const wchar_t* app_guid);
H A Dproduct_install_details_unittest.cc235 ASSERT_THAT(base::win::RegKey(root_key_, GetClientStateKeyPath().c_str(), in SetAp()
244 GetClientStateKeyPath().append(L"\\cohort").c_str(), in SetCohortName()
264 std::wstring GetClientStateKeyPath() { in GetClientStateKeyPath() function in install_static::MakeProductDetailsTest
H A Dinstall_modes.cc43 std::wstring GetClientStateKeyPath(const wchar_t* app_guid) { in GetClientStateKeyPath() function
H A Dinstall_util.cc398 std::wstring GetClientStateKeyPath() { in GetClientStateKeyPath() function
399 return GetClientStateKeyPath(GetAppGuid()); in GetClientStateKeyPath()
511 InstallDetails::Get().GetClientStateKeyPath().c_str(), in GetCollectStatsConsent()
946 std::wstring client_state(GetClientStateKeyPath(mode.app_guid)); in DetermineChannel()
H A Dinstall_util.h86 std::wstring GetClientStateKeyPath();
H A Dinstall_details.h185 std::wstring GetClientStateKeyPath() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dgoogle_update_settings.cc66 return key.Open(root, install_static::GetClientStateKeyPath().c_str(), in ReadGoogleUpdateStrKeyFromRoot()
97 install_static::GetClientStateKeyPath().c_str(), in WriteUserGoogleUpdateStrKey()
109 install_static::GetClientStateKeyPath().c_str(), in ClearGoogleUpdateStrKey()
130 install_static::GetClientStateKeyPath().c_str(), in RemoveUserGoogleUpdateStrKey()
147 RegKey key(root_key, install_static::GetClientStateKeyPath().c_str(), in InitChannelInfo()
179 decltype(&install_static::GetClientStateKeyPath) state_key_fn_ptr, in GetCollectStatsConsentImpl()
227 &install_static::GetClientStateKeyPath, in GetCollectStatsConsent()
241 : install_static::GetClientStateKeyPath(); in SetCollectStatsConsent()
774 : install_static::GetClientStateKeyPath()); in SetExperimentLabels()
795 : install_static::GetClientStateKeyPath()); in ReadExperimentLabels()
H A Dupdate_did_run_state.cc18 install_static::GetClientStateKeyPath().c_str(), in UpdateDidRunState()
H A Dexperiment_storage_unittest.cc39 key.Create(root(), install_static::GetClientStateKeyPath().c_str(), in SetUp()
147 : install_static::GetClientStateKeyPath()); in TEST_P()
H A Dhelper.cc33 install_static::GetClientStateKeyPath().c_str(), in GetCurrentInstallPathFromRegistry()
H A Dbeacons_unittest.cc115 right_key = install_details.GetClientStateKeyPath(); in TEST_P()
121 wrong_key = install_details.GetClientStateKeyPath(); in TEST_P()
H A Dbeacons.cc118 key_path_ = install_details.GetClientStateKeyPath(); in Initialize()
H A Dhelper_unittest.cc66 install_static::GetClientStateKeyPath().c_str(), in GetClientStateRegKey()
H A Dinstall_util.cc538 install_static::GetClientStateKeyPath().c_str(), in GetDowngradeVersion()
564 root, install_static::GetClientStateKeyPath(), KEY_WOW64_32KEY, in AddUpdateDowngradeVersionItem()
571 install_static::GetClientStateKeyPath(), in AddUpdateDowngradeVersionItem()
H A Dexperiment_storage.cc89 *path = install_details.GetClientStateKeyPath().append(kRegKeyRetention); in GetExperimentStateKeyPath()
111 details.GetClientStateKeyPath().c_str(), in OpenParticipationKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dinstaller_state.cc84 state_key_ = install_static::GetClientStateKeyPath(); in Initialize()
184 system_install, install_static::GetClientStateKeyPath(), status, in WriteInstallerResult()
H A Dinstaller_state_unittest.cc131 key.Open(root, install_static::GetClientStateKeyPath().c_str(), in TEST_F()
184 install_static::GetClientStateKeyPath()); in TEST_F()
202 install_static::GetClientStateKeyPath()); in TEST_F()
H A Dsetup_install_details_unittest.cc506 root_key, install_static::GetClientStateKeyPath(app_guid).c_str(), in SetUninstallArguments()
520 root_key, install_static::GetClientStateKeyPath(app_guid).c_str(), in SetProductAp()
H A Dinstall_worker.cc397 install_static::GetClientStateKeyPath(), in AddElevationServiceWorkItems()
473 base::string16 update_state_key(install_static::GetClientStateKeyPath()); in AddUninstallShortcutWorkItems()
612 installer_state.root_key(), install_static::GetClientStateKeyPath(), in AddUpdateBrandCodeWorkItem()
936 installer_state.root_key(), install_static::GetClientStateKeyPath(), in AddSetMsiMarkerWorkItem()
H A Duser_experiment_unittest.cc34 ASSERT_EQ(key.Create(root_, install_static::GetClientStateKeyPath().c_str(), in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/downgrade/
H A Duser_data_downgrade_browsertest.cc83 root_key_, install_static::GetClientStateKeyPath().c_str(), in SetUp()
217 install_static::GetClientStateKeyPath().c_str(), in SetDowngradeVersion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/mini_installer/
H A Dmini_installer_unittest.cc96 key.Create(HKEY_CURRENT_USER, details.GetClientStateKeyPath().c_str(), in SetPreviousSetup()

12