Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_event_subscriber.cpp27 userScreenUnlockCallback_(userScreenUnlockCallback) in AbilityManagerEventSubscriber()
40 if (userScreenUnlockCallback_ != nullptr) { in OnReceiveEvent()
41 userScreenUnlockCallback_(); in OnReceiveEvent()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_event_subscriber.h37 std::function<void()> userScreenUnlockCallback_; variable