Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_event_handler.cpp779 procRecord->audioPlayingState_ = static_cast<int32_t>(value); in HandleReportAudioState()
781 __func__, app->GetName().c_str(), uid, pid, procRecord->audioPlayingState_); in HandleReportAudioState()
816 procRecord->audioPlayingState_ = static_cast<int32_t>(value); in HandleReportWebviewAudioState()
818 __func__, app->GetName().c_str(), uid, pid, procRecord->audioPlayingState_); in HandleReportWebviewAudioState()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dsupervisor.h123 int32_t audioPlayingState_ = -1; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp301 .append(", audioPlayingState:").append(ToString(process->audioPlayingState_)) in DumpProcessEventState()