Searched refs:AppRunningStatusListenerInterface (Results 1 – 8 of 8) sorted by relevance
29 class AppRunningStatusListenerInterface : public IRemoteBroker {33 AppRunningStatusListenerInterface() = default;34 virtual ~AppRunningStatusListenerInterface() = default;
24 class AppRunningStatusProxy : public IRemoteProxy<AppRunningStatusListenerInterface> {
26 class AppRunningStatusStub : public IRemoteStub<AppRunningStatusListenerInterface> {
38 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_;
26 int32_t AppRunningStatusModule::RegisterListener(const sptr<AppRunningStatusListenerInterface> &lis… in RegisterListener()37 …const std::pair<sptr<AppRunningStatusListenerInterface>, sptr<IRemoteObject::DeathRecipient>> &ite… in RegisterListener() argument57 int32_t AppRunningStatusModule::UnregisterListener(const sptr<AppRunningStatusListenerInterface> &l… in UnregisterListener()111 …const std::pair<sptr<AppRunningStatusListenerInterface>, sptr<IRemoteObject::DeathRecipient>> &ite… in RemoveListenerAndDeathRecipient() argument
5044 …auto appRunningStatusListener = iface_cast<AbilityRuntime::AppRunningStatusListenerInterface>(list… in NotifyAppFaultBySA()5052 …auto appRunningStatusListener = iface_cast<AbilityRuntime::AppRunningStatusListenerInterface>(list… in NotifyAppFaultBySA()
25 const sptr<IRemoteObject> &impl) : IRemoteProxy<AppRunningStatusListenerInterface>(impl) in AppRunningStatusProxy()48 …static_cast<uint32_t>(AppRunningStatusListenerInterface::MessageCode::APP_RUNNING_STATUS), data, r… in NotifyAppRunningStatus()
26 …requestFuncMap_[static_cast<uint32_t>(AppRunningStatusListenerInterface::MessageCode::APP_RUNNING_… in AppRunningStatusStub()