Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2036 void RetrySubscribeScreenUnlockedEvent(int32_t retryCount);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp7106 RetrySubscribeScreenUnlockedEvent(retryCount); in SubscribeScreenUnlockedEvent()
7117 void AbilityManagerService::RetrySubscribeScreenUnlockedEvent(int32_t retryCount) in RetrySubscribeScreenUnlockedEvent() function in OHOS::AAFwk::AbilityManagerService
7129 obj->RetrySubscribeScreenUnlockedEvent(retryCount - 1); in RetrySubscribeScreenUnlockedEvent()