Home
last modified time | relevance | path

Searched refs:GetServiceRouterMgr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_router_mgr_helper.h43 sptr<IServiceRouterManager> GetServiceRouterMgr();
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/
H A Dservice_router_mgr_helper.cpp109 sptr<IServiceRouterManager> ServiceRouterMgrHelper::GetServiceRouterMgr() in GetServiceRouterMgr() function in OHOS::AbilityRuntime::ServiceRouterMgrHelper
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/kits/js/serviceroutermgr/
H A Dservice_router_mgr.cpp138 auto serviceRouterMgr = ServiceRouterMgrHelper::GetInstance().GetServiceRouterMgr(); in InnerQueryBusinessAbilityInfos()