Home
last modified time | relevance | path

Searched refs:userScreenUnlockCallback (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/ability_manager_event_subscriber_test/
H A Dability_manager_event_subscriber_test.cpp50 std::function<void()> userScreenUnlockCallback = []() {}; in HWTEST_F() local
52 EXPECT_NE(userScreenUnlockCallback, nullptr); in HWTEST_F()
54 subscribeInfo, callback, userScreenUnlockCallback); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_event_subscriber.cpp25 const std::function<void()> &userScreenUnlockCallback) in AbilityManagerEventSubscriber()
27 userScreenUnlockCallback_(userScreenUnlockCallback) in AbilityManagerEventSubscriber()
23 AbilityManagerEventSubscriber( const EventFwk::CommonEventSubscribeInfo &subscribeInfo, const std::function<void()> &callback, const std::function<void()> &userScreenUnlockCallback) AbilityManagerEventSubscriber() argument
H A Dability_manager_service.cpp7059 auto userScreenUnlockCallback = [abilityManager = weak_from_this()]() { in SubscribeScreenUnlockedEvent() local
7085 userScreenUnlockCallback); in SubscribeScreenUnlockedEvent()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagereventsubscriber_fuzzer/
H A Dabilitymanagereventsubscriber_fuzzer.cpp54 std::function<void()> userScreenUnlockCallback; in DoSomethingInterestingWithMyAPI() local
56 (subscribeInfo, callback, userScreenUnlockCallback); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_event_subscriber.h29 const std::function<void()> &userScreenUnlockCallback);

Completed in 21 milliseconds