Searched refs:AppForegroundStateObserverRecipient (Results 1 – 4 of 4) sorted by relevance
44 class AppForegroundStateObserverRecipient : public IRemoteObject::DeathRecipient {47 explicit AppForegroundStateObserverRecipient(RemoteDiedHandler handler);48 virtual ~AppForegroundStateObserverRecipient() = default;
59 AppForegroundStateObserverRecipient::AppForegroundStateObserverRecipient(RemoteDiedHandler handler)… in AppForegroundStateObserverRecipient() function in OHOS::AppExecFwk::AppForegroundStateObserverRecipient62 void AppForegroundStateObserverRecipient::OnRemoteDied(const wptr<IRemoteObject> &__attribute__((un… in OnRemoteDied()
91 std::shared_ptr<AppForegroundStateObserverRecipient> infos = in DoSomethingInterestingWithMyAPI()92 std::make_shared<AppForegroundStateObserverRecipient>(handler); in DoSomethingInterestingWithMyAPI()
868 … deathRecipient = new (std::nothrow) AppForegroundStateObserverRecipient(deathRecipientFunc); in AddObserverDeathRecipient()