Home
last modified time | relevance | path

Searched refs:connectMgr (Results 1 - 2 of 2) sorted by relevance

/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp135 const auto &connectMgr = TriggerConnectorMgr::GetInstance(); in TriggerHelper() local
136 if (connectMgr != nullptr) { in TriggerHelper()
137 moduleDesc_ = connectMgr->ListConnectorModuleDescriptors(); in TriggerHelper()
265 const auto &connectMgr = TriggerConnectorMgr::GetInstance(); in GetModule() local
266 if (connectMgr == nullptr) { in GetModule()
267 INTELL_VOICE_LOG_ERROR("connectMgr is nullptr"); in GetModule()
270 module_ = connectMgr->GetConnectorModule(moduleDesc_[0].adapterName, shared_from_this()); in GetModule()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp670 auto connectMgr = GetConnectAbilityMgrFromService(); in SilentInstall() local
671 if (connectMgr == nullptr) { in SilentInstall()
672 APP_LOGE("connectMgr is nullptr"); in SilentInstall()
675 return connectMgr->SilentInstall(want, userId, callBack); in SilentInstall()

Completed in 9 milliseconds