Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2026 void RetrySubscribeScreenUnlockedEvent(int32_t retryCount);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp7089 RetrySubscribeScreenUnlockedEvent(retryCount); in SubscribeScreenUnlockedEvent()
7100 void AbilityManagerService::RetrySubscribeScreenUnlockedEvent(int32_t retryCount) in RetrySubscribeScreenUnlockedEvent() function in OHOS::AAFwk::AbilityManagerService
7112 obj->RetrySubscribeScreenUnlockedEvent(retryCount - 1); in RetrySubscribeScreenUnlockedEvent()
7116 taskHandler_->SubmitTask(retrySubscribeScreenUnlockedEventTask, "RetrySubscribeScreenUnlockedEvent", delaytime); in RetrySubscribeScreenUnlockedEvent()

Completed in 23 milliseconds