Home
last modified time | relevance | path

Searched refs:currentLimiterWantAgent_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h416 std::shared_ptr<WantAgent> currentLimiterWantAgent_ = nullptr; member in OHOS::AppExecFwk::final
/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp56 if (currentLimiterWantAgent_ != nullptr) { in ~FormTimerMgr()
1054 if (currentLimiterWantAgent_ != nullptr) { in ClearLimiterTimerResource()
1055 IN_PROCESS_CALL(WantAgentHelper::Cancel(currentLimiterWantAgent_)); in ClearLimiterTimerResource()
1056 currentLimiterWantAgent_ = nullptr; in ClearLimiterTimerResource()
1076 currentLimiterWantAgent_ = wantAgent; in CreateLimiterTimer()

Completed in 3 milliseconds