Home
last modified time | relevance | path

Searched refs:TestConfigurator (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/update_client/
H A Dtest_configurator.cc38 TestConfigurator::TestConfigurator(PrefService* pref_service) in TestConfigurator() function in update_client::TestConfigurator
57 TestConfigurator::~TestConfigurator() = default;
59 int TestConfigurator::InitialDelay() const { in InitialDelay()
63 int TestConfigurator::NextCheckDelay() const { in NextCheckDelay()
67 int TestConfigurator::OnDemandDelay() const { in OnDemandDelay()
71 int TestConfigurator::UpdateDelay() const { in UpdateDelay()
106 std::string TestConfigurator::GetLang() const { in GetLang()
124 TestConfigurator::GetNetworkFetcherFactory() { in GetNetworkFetcherFactory()
129 TestConfigurator::GetCrxDownloaderFactory() { in GetCrxDownloaderFactory()
141 bool TestConfigurator::EnabledDeltas() const { in EnabledDeltas()
[all …]
H A Dtest_configurator.h70 class TestConfigurator : public Configurator {
72 explicit TestConfigurator(PrefService* pref_service = nullptr);
73 TestConfigurator(const TestConfigurator&) = delete;
74 TestConfigurator& operator=(const TestConfigurator&) = delete;
121 friend class base::RefCountedThreadSafe<TestConfigurator>;
122 ~TestConfigurator() override;
H A Drequest_sender_unittest.cc62 scoped_refptr<TestConfigurator> config_;
84 config_ = base::MakeRefCounted<TestConfigurator>(); in SetUp()
H A Dcomponent_unpacker_unittest.cc105 auto config = base::MakeRefCounted<TestConfigurator>(); in TEST_F()
H A Dping_manager_unittest.cc54 scoped_refptr<TestConfigurator> config_;
67 config_ = base::MakeRefCounted<TestConfigurator>(); in PingManagerTest()
H A Dupdate_checker_unittest.cc134 scoped_refptr<TestConfigurator> config_;
172 config_ = base::MakeRefCounted<TestConfigurator>(); in SetUp()
H A Dupdate_client_unittest.cc220 scoped_refptr<update_client::TestConfigurator> config() { return config_; } in config()
241 scoped_refptr<update_client::TestConfigurator> config_ =
242 base::MakeRefCounted<TestConfigurator>(pref_.get());
4390 auto config = base::MakeRefCounted<TestConfigurator>(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/update_client/
H A Dtest_configurator.cc37 TestConfigurator::TestConfigurator(PrefService* pref_service) in TestConfigurator() function in update_client::TestConfigurator
56 TestConfigurator::~TestConfigurator() = default;
58 int TestConfigurator::InitialDelay() const { in InitialDelay()
62 int TestConfigurator::NextCheckDelay() const { in NextCheckDelay()
66 int TestConfigurator::OnDemandDelay() const { in OnDemandDelay()
70 int TestConfigurator::UpdateDelay() const { in UpdateDelay()
101 std::string TestConfigurator::GetBrand() const { in GetBrand()
105 std::string TestConfigurator::GetLang() const { in GetLang()
123 TestConfigurator::GetNetworkFetcherFactory() { in GetNetworkFetcherFactory()
135 bool TestConfigurator::EnabledDeltas() const { in EnabledDeltas()
[all …]
H A Dtest_configurator.h69 class TestConfigurator : public Configurator {
71 explicit TestConfigurator(PrefService* pref_service = nullptr);
72 TestConfigurator(const TestConfigurator&) = delete;
73 TestConfigurator& operator=(const TestConfigurator&) = delete;
116 friend class base::RefCountedThreadSafe<TestConfigurator>;
117 ~TestConfigurator() override;
H A Drequest_sender_unittest.cc62 scoped_refptr<TestConfigurator> config_;
84 config_ = base::MakeRefCounted<TestConfigurator>(); in SetUp()
H A Dcomponent_unpacker_unittest.cc105 auto config = base::MakeRefCounted<TestConfigurator>(); in TEST_F()
H A Dping_manager_unittest.cc54 scoped_refptr<TestConfigurator> config_;
67 config_ = base::MakeRefCounted<TestConfigurator>(); in PingManagerTest()
H A Dupdate_checker_unittest.cc134 scoped_refptr<TestConfigurator> config_;
172 config_ = base::MakeRefCounted<TestConfigurator>(); in SetUp()
H A Dupdate_client_unittest.cc198 scoped_refptr<update_client::TestConfigurator> config() { return config_; } in config()
211 scoped_refptr<update_client::TestConfigurator> config_ =
212 base::MakeRefCounted<TestConfigurator>(pref_.get());
4288 auto config = base::MakeRefCounted<TestConfigurator>(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/component_updater/
H A Dcomponent_installer_unittest.cc44 using TestConfigurator = update_client::TestConfigurator; typedef
196 scoped_refptr<TestConfigurator> configurator() const { return config_; } in configurator()
218 scoped_refptr<TestConfigurator> config_ =
219 base::MakeRefCounted<TestConfigurator>();
247 auto config = base::MakeRefCounted<TestConfigurator>(); in Unpack()
H A Dcomponent_updater_service_unittest.cc36 using TestConfigurator = update_client::TestConfigurator; typedef
152 scoped_refptr<TestConfigurator> configurator() const { return config_; } in configurator()
169 scoped_refptr<TestConfigurator> config_ =
170 base::MakeRefCounted<TestConfigurator>();
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/component_updater/
H A Dcomponent_installer_unittest.cc43 using TestConfigurator = update_client::TestConfigurator; typedef
204 scoped_refptr<TestConfigurator> configurator() const { return config_; } in configurator()
226 scoped_refptr<TestConfigurator> config_ =
227 base::MakeRefCounted<TestConfigurator>();
255 auto config = base::MakeRefCounted<TestConfigurator>(); in Unpack()
H A Dcomponent_updater_service_unittest.cc35 using TestConfigurator = update_client::TestConfigurator; typedef
166 scoped_refptr<TestConfigurator> configurator() const { return config_; } in configurator()
183 scoped_refptr<TestConfigurator> config_ =
184 base::MakeRefCounted<TestConfigurator>();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/device_management/
H A Ddm_client_unittest.cc72 class TestConfigurator : public DMClient::Configurator { class
74 explicit TestConfigurator(const GURL& url);
75 ~TestConfigurator() override = default;
95 TestConfigurator::TestConfigurator(const GURL& url) in TestConfigurator() function in updater::__anon239706d30111::TestConfigurator
279 auto test_config = std::make_unique<TestConfigurator>(url); in CreateDMClient()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/internal/agent/scheduler/
H A Dmanager_test.go1726 func TestConfigurator(t *testing.T) { func
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/internal/agent/scheduler/
H A Dmanager_test.go1726 func TestConfigurator(t *testing.T) { func
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/internal/agent/scheduler/
H A Dmanager_test.go1726 func TestConfigurator(t *testing.T) { func
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/internal/agent/scheduler/
H A Dmanager_test.go1726 func TestConfigurator(t *testing.T) { func
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/internal/agent/scheduler/
H A Dmanager_test.go1726 func TestConfigurator(t *testing.T) { func
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/internal/agent/scheduler/
H A Dmanager_test.go1726 func TestConfigurator(t *testing.T) { func

12