Searched refs:ServiceRouterMgrHelper (Results 1 – 5 of 5) sorted by relevance
30 ServiceRouterMgrHelper::ServiceRouterMgrHelper() in ServiceRouterMgrHelper() function in OHOS::AbilityRuntime::ServiceRouterMgrHelper33 ServiceRouterMgrHelper::~ServiceRouterMgrHelper() in ~ServiceRouterMgrHelper()36 void ServiceRouterMgrHelper::OnRemoteDiedHandle() in OnRemoteDiedHandle()44 void ServiceRouterMgrHelper::SetServiceRouterMgr(const sptr<IServiceRouterManager> &serviceRouterMg… in SetServiceRouterMgr()50 sptr<IServiceRouterManager> ServiceRouterMgrHelper::InnerGetServiceRouterMgr() in InnerGetServiceRouterMgr()56 void ServiceRouterMgrHelper::LoadSA() in LoadSA()80 void ServiceRouterMgrHelper::FinishStartSASuccess(const sptr<IRemoteObject> &remoteObject) in FinishStartSASuccess()97 void ServiceRouterMgrHelper::FinishStartSAFail() in FinishStartSAFail()109 sptr<IServiceRouterManager> ServiceRouterMgrHelper::GetServiceRouterMgr() in GetServiceRouterMgr()
37 ServiceRouterMgrHelper::GetInstance().FinishStartSASuccess(remoteObject); in OnLoadSystemAbilitySuccess()43 ServiceRouterMgrHelper::GetInstance().FinishStartSAFail(); in OnLoadSystemAbilityFail()
25 ServiceRouterMgrHelper::GetInstance().OnRemoteDiedHandle(); in OnRemoteDied()
33 class ServiceRouterMgrHelper final : public DelayedRefSingleton<ServiceRouterMgrHelper> {34 DECLARE_DELAYED_REF_SINGLETON(ServiceRouterMgrHelper)37 DISALLOW_COPY_AND_MOVE(ServiceRouterMgrHelper);
138 auto serviceRouterMgr = ServiceRouterMgrHelper::GetInstance().GetServiceRouterMgr(); in InnerQueryBusinessAbilityInfos()