Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/component_test/
H A Didle_watcher.cpp96 IdleWatcher::IdleWatcher(RefPtr<TaskExecutor> taskExecutor) in IdleWatcher() function in OHOS::Ace::ComponentTest::IdleWatcher
105 void IdleWatcher::Destroy() in Destroy()
112 void IdleWatcher::TriggerIdleNotification() in TriggerIdleNotification()
132 void IdleWatcher::RequestNextIdleStatusNotification(IdleNotifycallback&& notifycallback, bool haveUIChange) in RequestNextIdleStatusNotification()
149 void IdleWatcher::RequestContinuousIdleStatusNotification(IdleNotifycallback&& continuousIdleCallback) in RequestContinuousIdleStatusNotification()
154 void IdleWatcher::ClaimLongOperation() in ClaimLongOperation()
159 void IdleWatcher::LongOperationComplete() in LongOperationComplete()
H A Dtest_task_scheduler.h31 RefPtr<IdleWatcher> idleWatcher_;
35 void Initialize(RefPtr<IdleWatcher>, RefPtr<TaskExecutor>);
H A Didle_watcher.h51 class IdleWatcher : public AceType { class
53 IdleWatcher(RefPtr<TaskExecutor> taskExecutor);
H A Dpipeline_status.h30 friend class IdleWatcher;
H A Dcomponent_test_manager_impl.h58 RefPtr<IdleWatcher> idleWatcher_;
H A Dtest_task_scheduler.cpp23 void TestTaskScheduler::Initialize(RefPtr<IdleWatcher> idleWatcher, RefPtr<TaskExecutor> taskExecutor) in Initialize()
H A Dcomponent_test_manager_impl.cpp63 idleWatcher_ = AceType::MakeRefPtr<IdleWatcher>(taskExecutor); in Initialize()

Completed in 2 milliseconds