Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/component_test/
H A Didle_watcher.cpp125 for (IdleNotifycallback& notifycallback : pendingIdleObservers_) { in TriggerIdleNotification()
126 notifycallback(); in TriggerIdleNotification()
132 void IdleWatcher::RequestNextIdleStatusNotification(IdleNotifycallback&& notifycallback, bool haveUIChange) in RequestNextIdleStatusNotification() argument
136 notifycallback = [this, notifycallback]() { in RequestNextIdleStatusNotification()
138 notifycallback(); in RequestNextIdleStatusNotification()
142 notifycallback(); in RequestNextIdleStatusNotification()
145 pendingIdleObservers_.emplace_back(notifycallback); in RequestNextIdleStatusNotification()
H A Dcomponent_test_proxy.cpp67 void ComponentTestManagerProxy::RequestContinuousIdleStatusNotification(IdleNotifycallback&& notifycallback) in RequestContinuousIdleStatusNotification() argument
69 GetCurrentComponentTestManager()->RequestContinuousIdleStatusNotification(std::move(notifycallback)); in RequestContinuousIdleStatusNotification()
H A Dcomponent_test_manager_impl.cpp112 void ComponentTestManagerImpl::RequestContinuousIdleStatusNotification(IdleNotifycallback&& notifycallback) in RequestContinuousIdleStatusNotification() argument
114 idleWatcher_->RequestContinuousIdleStatusNotification(std::move(notifycallback)); in RequestContinuousIdleStatusNotification()
H A Dcomponent_test_manager.h36 virtual void RequestContinuousIdleStatusNotification(IdleNotifycallback&& notifycallback) = 0;
H A Dcomponent_test_proxy.h36 static void RequestContinuousIdleStatusNotification(IdleNotifycallback&& notifycallback);
H A Didle_watcher.h54 void RequestNextIdleStatusNotification(IdleNotifycallback&& notifycallback, bool haveUIChange = false);
H A Dcomponent_test_manager_impl.h44 void RequestContinuousIdleStatusNotification(IdleNotifycallback&& notifycallback) override;

Completed in 2 milliseconds