Home
last modified time | relevance | path

Searched refs:ComponentTestManagerImpl (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/
H A Dcomponent_test_manager_impl.cpp26 RefPtr<ComponentTestManagerImpl> ComponentTestManagerImpl::instance = nullptr;
27 std::mutex ComponentTestManagerImpl::mtx_;
29 RefPtr<ComponentTestManagerImpl> ComponentTestManagerImpl::Get() in Get()
33 instance = new ComponentTestManagerImpl(); in Get()
38 RefPtr<ComponentTestManagerImpl> ComponentTestManagerImpl::GetInitialized() in GetInitialized()
42 instance = new ComponentTestManagerImpl(); in GetInitialized()
56 ComponentTestManagerImpl function in OHOS::Ace::ComponentTest::ComponentTestManagerImpl
[all...]
H A Didle_watcher.cpp36 ComponentTestManagerImpl::Get()->pipelineStatusHolder.Update(); in UpdatePipelineStatus()
41 if (ComponentTestManagerImpl::Get()->pipelineStatusHolder.Check()) { in VsyncCountFirstCheck()
44 if (ComponentTestManagerImpl::Get()->pipelineStatusHolder.RetryCounterReached(max_idle_check_retry)) { in VsyncCountFirstCheck()
46 ComponentTestManagerImpl::Get()->pipelineStatusHolder.RetryCounterClear(); in VsyncCountFirstCheck()
55 if (ComponentTestManagerImpl::Get()->pipelineStatusHolder.Check()) { in VsyncCountSecondCheck()
56 ComponentTestManagerImpl::Get()->pipelineStatusHolder.RetryCounterClear(); in VsyncCountSecondCheck()
117 ComponentTestManagerImpl::Get()->pipelineStatusHolder.IdleCounterAdd(); in TriggerIdleNotification()
118 if (ComponentTestManagerImpl::Get()->pipelineStatusHolder.IdleCounterReached(CONTINUOUS_IDLE_TIME) && in TriggerIdleNotification()
134 ComponentTestManagerImpl::Get()->pipelineStatusHolder.IdleCounterClear(); in RequestNextIdleStatusNotification()
156 ComponentTestManagerImpl in ClaimLongOperation()
[all...]
H A Dcomponent_test_manager_impl.h30 class ComponentTestManagerImpl : public ComponentTestManager { class
32 static RefPtr<ComponentTestManagerImpl> Get();
33 static RefPtr<ComponentTestManagerImpl> GetInitialized();
45 ~ComponentTestManagerImpl() override
55 ComponentTestManagerImpl();
57 static RefPtr<ComponentTestManagerImpl> instance;
H A Dcomponent_test_proxy.cpp27 return ComponentTestManagerImpl::GetInitialized(); in GetCurrentComponentTestManager()
44 return ComponentTestManagerImpl::Get()->SetTestCaseAttribute(attribute); in SetTestCaseAttribute()
74 return ComponentTestManagerImpl::Get()->testConfig.GetPage(); in GetTestConfigPage()
79 return ComponentTestManagerImpl::Get()->testConfig.IsComponentTestEnabled(); in IsComponentTestEnabled()
H A Dtest_config.cpp31 auto testConfig = &ComponentTestManagerImpl::Get()->testConfig; in ParseComponentTestConfig()
H A Dtest_task_scheduler.h39 friend class ComponentTestManagerImpl;
H A Didle_watcher.h67 friend class ComponentTestManagerImpl;

Completed in 3 milliseconds