Home
last modified time | relevance | path

Searched refs:AppRunningStatusListenerInterface (Results 1 – 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
Dapp_running_status_listener_interface.h29 class AppRunningStatusListenerInterface : public IRemoteBroker {
33 AppRunningStatusListenerInterface() = default;
34 virtual ~AppRunningStatusListenerInterface() = default;
Dapp_running_status_proxy.h24 class AppRunningStatusProxy : public IRemoteProxy<AppRunningStatusListenerInterface> {
Dapp_running_status_stub.h26 class AppRunningStatusStub : public IRemoteStub<AppRunningStatusListenerInterface> {
/foundation/ability/ability_runtime/services/appmgr/include/
Dapp_running_status_module.h38 int32_t RegisterListener(const sptr<AppRunningStatusListenerInterface> &listener);
46 int32_t UnregisterListener(const sptr<AppRunningStatusListenerInterface> &listener);
79 void SetDeathRecipient(const sptr<AppRunningStatusListenerInterface> &listener,
84 … std::map<sptr<AppRunningStatusListenerInterface>, sptr<IRemoteObject::DeathRecipient>> listeners_;
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_running_status_module.cpp26 int32_t AppRunningStatusModule::RegisterListener(const sptr<AppRunningStatusListenerInterface> &lis… in RegisterListener()
37 …const std::pair<sptr<AppRunningStatusListenerInterface>, sptr<IRemoteObject::DeathRecipient>> &ite… in RegisterListener() argument
57 int32_t AppRunningStatusModule::UnregisterListener(const sptr<AppRunningStatusListenerInterface> &l… in UnregisterListener()
111 …const std::pair<sptr<AppRunningStatusListenerInterface>, sptr<IRemoteObject::DeathRecipient>> &ite… in RemoveListenerAndDeathRecipient() argument
Dapp_mgr_service_inner.cpp5044 …auto appRunningStatusListener = iface_cast<AbilityRuntime::AppRunningStatusListenerInterface>(list… in NotifyAppFaultBySA()
5052 …auto appRunningStatusListener = iface_cast<AbilityRuntime::AppRunningStatusListenerInterface>(list… in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_running_status_proxy.cpp25 const sptr<IRemoteObject> &impl) : IRemoteProxy<AppRunningStatusListenerInterface>(impl) in AppRunningStatusProxy()
48 …static_cast<uint32_t>(AppRunningStatusListenerInterface::MessageCode::APP_RUNNING_STATUS), data, r… in NotifyAppRunningStatus()
Dapp_running_status_stub.cpp26 …requestFuncMap_[static_cast<uint32_t>(AppRunningStatusListenerInterface::MessageCode::APP_RUNNING_… in AppRunningStatusStub()