Searched refs:AbilitySchedulerRecipient (Results 1 – 5 of 5) sorted by relevance
88 class AbilitySchedulerRecipient : public IRemoteObject::DeathRecipient {92 explicit AbilitySchedulerRecipient(RemoteDiedHandler handler);94 virtual ~AbilitySchedulerRecipient();
37 sptr<AbilitySchedulerRecipient> abilitySchedulerRecipient_{ nullptr };51 OHOS::AAFwk::AbilitySchedulerRecipient::RemoteDiedHandler callbake; in SetUp()52 abilitySchedulerRecipient_ = new AbilitySchedulerRecipient(callbake); in SetUp()
741 void AbilitySchedulerRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()750 AbilitySchedulerRecipient::AbilitySchedulerRecipient(RemoteDiedHandler handler) : handler_(handler) in AbilitySchedulerRecipient() function in OHOS::AAFwk::AbilitySchedulerRecipient753 AbilitySchedulerRecipient::~AbilitySchedulerRecipient() in ~AbilitySchedulerRecipient()
1471 …new AbilitySchedulerRecipient([thisWeakPtr = weak_from_this()](const wptr<IRemoteObject> &remote) { in SetScheduler()
1614 new AbilitySchedulerRecipient([abilityRecord](const wptr<IRemoteObject> &remote) {}); in __anonb641e6f80602()2859 new AbilitySchedulerRecipient([abilityRecord](const wptr<IRemoteObject> &remote) {}); in __anonb641e6f80902()2878 new AbilitySchedulerRecipient([abilityRecord](const wptr<IRemoteObject> &remote) {}); in __anonb641e6f80a02()