Lines Matching refs:AVSessionSysEvent
20 AVSessionSysEvent& AVSessionSysEvent::GetInstance() in GetInstance()
22 static AVSessionSysEvent avSessionSysEvent; in GetInstance()
26 AVSessionSysEvent::AVSessionSysEvent() : optCounts_ {}, in AVSessionSysEvent() function in OHOS::AVSession::AVSessionSysEvent
31 void AVSessionSysEvent::AddOperationCount(Operation operation) in AddOperationCount()
41 void AVSessionSysEvent::Reset() in Reset()
50 void AVSessionSysEvent::Regiter() in Regiter()
104 void AVSessionSysEvent::Unregister() in Unregister()
114 void AVSessionSysEvent::AddLifeCycleInfo(const std::string& bundleName, bool appStatus, in AddLifeCycleInfo()
117 AVSessionSysEvent::LifeCycleInfo lifeCycleInfo; in AddLifeCycleInfo()
126 void AVSessionSysEvent::AddControllerCommandInfo(const std::string& bundleName, const pid_t& contro… in AddControllerCommandInfo()
129 AVSessionSysEvent::ControllerCommandInfo controllerCommandInfo; in AddControllerCommandInfo()
136 int32_t AVSessionSysEvent::GetAudioStatus(pid_t uid) in GetAudioStatus()
146 void AVSessionSysEvent::SetAudioStatus(pid_t uid, int32_t rendererState) in SetAudioStatus()