Home
last modified time | relevance | path

Searched refs:GetAppGuid (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/component_updater/
H A Dconfigurator_impl.h88 std::string GetAppGuid() const;
H A Dconfigurator_impl.cc127 std::string ConfiguratorImpl::GetAppGuid() const { in GetAppGuid() function in component_updater::ConfiguratorImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/component_updater/
H A Dconfigurator_impl.h88 std::string GetAppGuid() const;
H A Dconfigurator_impl.cc127 std::string ConfiguratorImpl::GetAppGuid() const { in GetAppGuid() function in component_updater::ConfiguratorImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/install_static/
H A Dinstall_util.cc395 return GetClientsKeyPath(GetAppGuid()); in GetClientsKeyPath()
399 return GetClientStateKeyPath(GetAppGuid()); in GetClientStateKeyPath()
403 return GetClientStateMediumKeyPath(GetAppGuid()); in GetClientStateMediumKeyPath()
415 const wchar_t* GetAppGuid() { in GetAppGuid() function
H A Dinstall_util_unittest.cc434 TEST_P(InstallStaticUtilTest, GetAppGuid) { in TEST_P() argument
438 EXPECT_STREQ(L"", GetAppGuid()); in TEST_P()
449 EXPECT_THAT(GetAppGuid(), StrCaseEq(kAppGuids[std::get<0>(GetParam())])); in TEST_P()
H A Dinstall_util.h103 const wchar_t* GetAppGuid();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/google/
H A Dgoogle_update_policy_fetcher_win.cc90 base::win::ScopedBstr app_id(install_static::GetAppGuid()); in GetGoogleUpdatePolicies()
180 base::win::ScopedBstr app_id(install_static::GetAppGuid()); in GetLegacyGoogleUpdatePolicies()
H A Dgoogle_update_win.cc597 const wchar_t* app_guid = install_static::GetAppGuid(); in BeginUpdateCheckInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/component_updater/
H A Drecovery_improved_component_installer_win.cc38 return base::UTF16ToUTF8(install_static::GetAppGuid()); in GetBrowserAppId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/first_run/
H A Dupgrade_util_win.cc69 hr = ipl->LaunchCmdElevated(install_static::GetAppGuid(), in InvokeGoogleUpdateForRename()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dgoogle_update_settings.cc538 GetAppUpdatePolicy(install_static::GetAppGuid(), nullptr); in AreAutoupdatesEnabled()
568 app_update_override.append(install_static::GetAppGuid()); in ReenableAutoupdates()
764 install_static::GetAppGuid(), data); in GetUpdateDetail()
H A Dgoogle_update_settings_unittest.cc546 const wchar_t* app_guid = install_static::GetAppGuid(); in TEST_F()
569 const wchar_t* app_guid = install_static::GetAppGuid(); in TEST_F()
585 const wchar_t* app_guid = install_static::GetAppGuid(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Duser_experiment_unittest.cc52 install_static::GetClientsKeyPath(install_static::GetAppGuid()).c_str(), in SetClientsValue()
H A Dgoogle_chrome_behaviors.cc96 install_static::GetAppGuid()); in UpdateInstallStatus()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/
H A Dbrowser_dm_token_storage_win.cc89 const wchar_t* app_guid = install_static::GetAppGuid(); in StoreDMTokenInRegistry()