Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp317 sptr<IStandardMonitorService> monitorProxy = iface_cast<IStandardMonitorService>(object); in GetMonitorProxy() local
318 CHECK_AND_RETURN_RET_LOG(monitorProxy != nullptr, nullptr, "monitor proxy is nullptr."); in GetMonitorProxy()
320 return monitorProxy; in GetMonitorProxy()