Home
last modified time | relevance | path

Searched refs:AppMgrRemoteHolder (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp34 class AppMgrRemoteHolder : public std::enable_shared_from_this<AppMgrRemoteHolder> { class
36 AppMgrRemoteHolder() = default;
38 virtual ~AppMgrRemoteHolder() = default;
101 …explicit AppMgrDeathRecipient(const std::shared_ptr<AppMgrRemoteHolder>& holder) : owner_(holder) … in AppMgrDeathRecipient()
107 std::shared_ptr<AppMgrRemoteHolder> holder = owner_.lock(); in OnRemoteDied()
114 std::weak_ptr<AppMgrRemoteHolder> owner_;
572 mgrHolder_ = std::make_shared<AppMgrRemoteHolder>(); in SetServiceManager()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_client.h51 class AppMgrRemoteHolder; variable
870 std::shared_ptr<AppMgrRemoteHolder> mgrHolder_;