Home
last modified time | relevance | path

Searched refs:appMgrObj (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp191 auto appMgrObj = saMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr() local
192 CHKPP(appMgrObj); in GetAppMgr()
193 return iface_cast<AppExecFwk::IAppMgr>(appMgrObj); in GetAppMgr()
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp216 auto appMgrObj = saMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr() local
217 CHKPP(appMgrObj); in GetAppMgr()
218 return iface_cast<AppExecFwk::IAppMgr>(appMgrObj); in GetAppMgr()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dstate_machine.cpp479 auto appMgrObj = saMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr() local
480 CHKPP(appMgrObj); in GetAppMgr()
481 return iface_cast<AppExecFwk::IAppMgr>(appMgrObj); in GetAppMgr()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp489 auto appMgrObj = saMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr() local
490 CHKPP(appMgrObj); in GetAppMgr()
491 return iface_cast<AppExecFwk::IAppMgr>(appMgrObj); in GetAppMgr()