Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_first_frame_state_observer_manager.cpp62 auto deathRecipientFunc = [](const wptr<IRemoteObject> &remote) { in AddObserverDeathRecipient() local
72 new (std::nothrow) AbilityFirstFrameStateObserverRecipient(deathRecipientFunc); in AddObserverDeathRecipient()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp937 auto deathRecipientFunc = [thisWeakPtr, type](const wptr<IRemoteObject> &remote) { in AddObserverDeathRecipient() local
944 deathRecipient = new (std::nothrow) ApplicationStateObserverRecipient(deathRecipientFunc); in AddObserverDeathRecipient()
946 deathRecipient = new (std::nothrow) AppForegroundStateObserverRecipient(deathRecipientFunc); in AddObserverDeathRecipient()
948 deathRecipient = new (std::nothrow) AbilityForegroundStateObserverRecipient(deathRecipientFunc); in AddObserverDeathRecipient()

Completed in 3 milliseconds