Searched refs:videoState_ (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_base.cpp | 34 …: callId_(info.callId), callType_(info.callType), videoState_(info.videoState), accountNumber_(inf… in CallBase() 49 …: callId_(info.callId), callType_(info.callType), videoState_(info.videoState), accountNumber_(inf… in CallBase() 127 info.videoState = videoState_; in GetCallAttributeBaseInfo() 365 return videoState_; in GetVideoStateType() 371 videoState_ = mediaType; in SetVideoStateType()
|
H A D | carrier_call.cpp | 277 callInfo.videoState = static_cast<int32_t>(videoState_); in PackCellularCallInfo()
|
H A D | ott_call.cpp | 433 requestInfo.videoState = videoState_; in PackOttCallRequestInfo()
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | call_base.h | 139 VideoStateType videoState_; variable
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/ |
H A D | supervisor.h | 119 bool videoState_ = false; variable
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | cgroup_event_handler.cpp | 1037 procRecord->videoState_ = (value == ResType::WebVideoState::WEB_VIDEO_PLAYING_START); in HandleReportWebviewVideoState() 1039 __func__, app->GetName().c_str(), uid, pid, procRecord->videoState_); in HandleReportWebviewVideoState() 1042 procRecord->videoState_); in HandleReportWebviewVideoState()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service.cpp | 300 .append(", videoState:").append(ToString(process->videoState_)) in DumpProcessEventState()
|