Searched refs:smmgr (Results 1 – 1 of 1) sorted by relevance
58 auto smmgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetMediaMonitorProxy() local59 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()