/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/install_static/ |
H A D | install_details_unittest.cc | 56 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 D | install_modes_unittest.cc | 129 TEST(InstallModes, GetClientStateKeyPath) { in TEST() argument 133 ASSERT_THAT(GetClientStateKeyPath(kAppGuid), in TEST() 136 ASSERT_THAT(GetClientStateKeyPath(kAppGuid), in TEST()
|
H A D | install_details.cc | 29 std::wstring InstallDetails::GetClientStateKeyPath() const { in GetClientStateKeyPath() function in install_static::InstallDetails 30 return install_static::GetClientStateKeyPath(app_guid()); in GetClientStateKeyPath()
|
H A D | install_modes.h | 73 std::wstring GetClientStateKeyPath(const wchar_t* app_guid);
|
H A D | product_install_details_unittest.cc | 235 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 D | install_modes.cc | 43 std::wstring GetClientStateKeyPath(const wchar_t* app_guid) { in GetClientStateKeyPath() function
|
H A D | install_util.cc | 398 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 D | install_util.h | 86 std::wstring GetClientStateKeyPath();
|
H A D | install_details.h | 185 std::wstring GetClientStateKeyPath() const;
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/ |
H A D | google_update_settings.cc | 66 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 D | update_did_run_state.cc | 18 install_static::GetClientStateKeyPath().c_str(), in UpdateDidRunState()
|
H A D | experiment_storage_unittest.cc | 39 key.Create(root(), install_static::GetClientStateKeyPath().c_str(), in SetUp() 147 : install_static::GetClientStateKeyPath()); in TEST_P()
|
H A D | helper.cc | 33 install_static::GetClientStateKeyPath().c_str(), in GetCurrentInstallPathFromRegistry()
|
H A D | beacons_unittest.cc | 115 right_key = install_details.GetClientStateKeyPath(); in TEST_P() 121 wrong_key = install_details.GetClientStateKeyPath(); in TEST_P()
|
H A D | beacons.cc | 118 key_path_ = install_details.GetClientStateKeyPath(); in Initialize()
|
H A D | helper_unittest.cc | 66 install_static::GetClientStateKeyPath().c_str(), in GetClientStateRegKey()
|
H A D | install_util.cc | 538 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 D | experiment_storage.cc | 89 *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 D | installer_state.cc | 84 state_key_ = install_static::GetClientStateKeyPath(); in Initialize() 184 system_install, install_static::GetClientStateKeyPath(), status, in WriteInstallerResult()
|
H A D | installer_state_unittest.cc | 131 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 D | setup_install_details_unittest.cc | 506 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 D | install_worker.cc | 397 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 D | user_experiment_unittest.cc | 34 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 D | user_data_downgrade_browsertest.cc | 83 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 D | mini_installer_unittest.cc | 96 key.Create(HKEY_CURRENT_USER, details.GetClientStateKeyPath().c_str(), in SetPreviousSetup()
|