Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/client/src/
H A Dmedia_monitor_manager.cpp58 auto smmgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetMediaMonitorProxy() local
59 FALSE_RETURN_V_MSG_E(smmgr != nullptr, nullptr, "smmgr init failed."); in GetMediaMonitorProxy()
61 sptr<IRemoteObject> object = smmgr->CheckSystemAbility(MEDIA_MONITOR_SERVICE_ID); in GetMediaMonitorProxy()