Home
last modified time | relevance | path

Searched refs:AppForegroundStateObserverRecipient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_foreground_state_observer_stub.h44 class AppForegroundStateObserverRecipient : public IRemoteObject::DeathRecipient {
47 explicit AppForegroundStateObserverRecipient(RemoteDiedHandler handler);
48 virtual ~AppForegroundStateObserverRecipient() = default;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_foreground_state_observer_stub.cpp59 AppForegroundStateObserverRecipient::AppForegroundStateObserverRecipient(RemoteDiedHandler handler)… in AppForegroundStateObserverRecipient() function in OHOS::AppExecFwk::AppForegroundStateObserverRecipient
62 void AppForegroundStateObserverRecipient::OnRemoteDied(const wptr<IRemoteObject> &__attribute__((un… in OnRemoteDied()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappforegroundstateobserverstub_fuzzer/
H A Dabilityinterfacesappmgrappforegroundstateobserverstub_fuzzer.cpp91 std::shared_ptr<AppForegroundStateObserverRecipient> infos = in DoSomethingInterestingWithMyAPI()
92 std::make_shared<AppForegroundStateObserverRecipient>(handler); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp868 … deathRecipient = new (std::nothrow) AppForegroundStateObserverRecipient(deathRecipientFunc); in AddObserverDeathRecipient()