Home
last modified time | relevance | path

Searched refs:AppMgrDeathRecipient (Results 1 - 9 of 9) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Ddecision_maker.h75 class AppMgrDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::BackgroundTaskMgr::DecisionMaker
77 explicit AppMgrDeathRecipient(DecisionMaker &decisionMaker) : decisionMaker_(decisionMaker) {} in AppMgrDeathRecipient() function in OHOS::BackgroundTaskMgr::DecisionMaker::AppMgrDeathRecipient
79 ~AppMgrDeathRecipient() override {}
114 sptr<AppMgrDeathRecipient> recipient_;
/foundation/communication/nfc/services/src/utils/
H A Dapp_state_observer.cpp28 sptr<AppMgrDeathRecipient> appMgrDeathRecipient_(new (std::nothrow) AppMgrDeathRecipient());
30 void AppMgrDeathRecipient::OnRemoteDied([[maybe_unused]] const wptr<IRemoteObject> &remote) in OnRemoteDied()
H A Dapp_state_observer.h26 class AppMgrDeathRecipient : public IRemoteObject::DeathRecipient { class
/foundation/communication/dsoftbus/core/common/security/permission/standard/
H A Daccess_control.cpp163 class AppMgrDeathRecipient : public IRemoteObject::DeathRecipient { class
165 AppMgrDeathRecipient() = default;
166 virtual ~AppMgrDeathRecipient() = default;
190 sptr<IRemoteObject::DeathRecipient>(new (std::nothrow) AppMgrDeathRecipient()); in GetForegroundApplications()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h59 class AppMgrDeathRecipient : public IRemoteObject::DeathRecipient { class
63 * @brief Notify the AppMgrDeathRecipient that the remote is dead.
68 AppMgrDeathRecipient() = default;
69 ~AppMgrDeathRecipient() override = default;
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddecision_maker.cpp92 recipient_ = new (std::nothrow) AppMgrDeathRecipient(*this); in GetAppMgrProxy()
108 void DecisionMaker::AppMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp91 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new AppMgrDeathRecipient(me)); in ConnectAppMgrServiceInner()
93 TAG_LOGE(AAFwkTag::APPMGR, "create AppMgrDeathRecipient failed"); in ConnectAppMgrServiceInner()
104 class AppMgrDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::AppExecFwk::AppMgrRemoteHolder
106 explicit AppMgrDeathRecipient(const std::shared_ptr<AppMgrRemoteHolder>& holder) : owner_(holder) {} in AppMgrDeathRecipient() function in OHOS::AppExecFwk::AppMgrRemoteHolder::AppMgrDeathRecipient
108 virtual ~AppMgrDeathRecipient() = default;
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp1776 sptr<AppMgrDeathRecipient> death = new (std::nothrow) AppMgrDeathRecipient(); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp213 * @brief Notify the AppMgrDeathRecipient that the remote is dead.
217 void AppMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
331 deathRecipient_ = new (std::nothrow) AppMgrDeathRecipient(); in ConnectToAppMgr()
333 TAG_LOGE(AAFwkTag::APPKIT, "failed to new AppMgrDeathRecipient"); in ConnectToAppMgr()

Completed in 14 milliseconds