Searched refs:AppStateCallbackProxy (Results 1 – 3 of 3) sorted by relevance
24 AppStateCallbackProxy::AppStateCallbackProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IAppSt… in AppStateCallbackProxy() function in OHOS::AppExecFwk::AppStateCallbackProxy27 bool AppStateCallbackProxy::WriteInterfaceToken(MessageParcel& data) in WriteInterfaceToken()32 void AppStateCallbackProxy::OnAbilityRequestDone(const sptr<IRemoteObject>& token, const AbilitySta… in OnAbilityRequestDone()35 void AppStateCallbackProxy::OnAppStateChanged(const AppProcessData& appProcessData) in OnAppStateChanged()38 void AppStateCallbackProxy::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache()41 void AppStateCallbackProxy::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleI… in NotifyStartResidentProcess()
25 AppStateCallbackProxy::AppStateCallbackProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IAppSt… in AppStateCallbackProxy() function in OHOS::AppExecFwk::AppStateCallbackProxy28 bool AppStateCallbackProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken()30 if (!data.WriteInterfaceToken(AppStateCallbackProxy::GetDescriptor())) { in WriteInterfaceToken()37 void AppStateCallbackProxy::OnAbilityRequestDone(const sptr<IRemoteObject> &token, const AbilitySta… in OnAbilityRequestDone()69 void AppStateCallbackProxy::OnAppStateChanged(const AppProcessData &appProcessData) in OnAppStateChanged()87 void AppStateCallbackProxy::NotifyConfigurationChange(const AppExecFwk::Configuration &config, int3… in NotifyConfigurationChange()111 void AppStateCallbackProxy::NotifyStartResidentProcess(std::vector<AppExecFwk::BundleInfo> &bundleI… in NotifyStartResidentProcess()140 void AppStateCallbackProxy::OnAppRemoteDied(const std::vector<sptr<IRemoteObject>> &abilityTokens) in OnAppRemoteDied()169 void AppStateCallbackProxy::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache()197 int32_t AppStateCallbackProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd()
27 class AppStateCallbackProxy : public IRemoteProxy<IAppStateCallback> {29 explicit AppStateCallbackProxy(const sptr<IRemoteObject> &impl);30 virtual ~AppStateCallbackProxy() = default;75 static inline BrokerDelegator<AppStateCallbackProxy> delegator_;