Home
last modified time | relevance | path

Searched refs:processState_ (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device_manager.h33 processState_(state), focusState_(focusState) {} in CameraProcessPriority()
37 return (this->processState_ == rhs.processState_) && (this->focusState_ == rhs.focusState_); in operator ==()
50 if (this->processState_ == rhs.processState_) { in operator <()
51 MEDIA_DEBUG_LOG("this->processState_ :%{public}d == rhs.processState_: %{public}d", in operator <()
52 this->processState_, rhs.processState_); in operator <()
55 MEDIA_DEBUG_LOG("this->processState:%{public}d, rhs.processState_ in operator <()
101 int32_t processState_; global() member in OHOS::CameraStandard::CameraProcessPriority
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dcgroup_adjuster.cpp175 if (pr.processState_ == (int32_t)ApplicationState::APP_STATE_BACKGROUND) { in ComputeProcessGroup()
182 if (pr.processState_ == (int32_t)ApplicationState::APP_STATE_BACKGROUND) { in ComputeProcessGroup()
186 if (pr.processState_ == (int32_t)ApplicationState::APP_STATE_BACKGROUND) { in ComputeProcessGroup()
188 } else if (pr.processState_ == (int32_t)ApplicationState::APP_STATE_FOREGROUND) { in ComputeProcessGroup()
H A Dsched_controller.cpp537 .append(", processState: ").append(ToString(process->processState_)) in DumpProcessEventState()
H A Dcgroup_event_handler.cpp220 procRecord->processState_ = state; in HandleProcessStateChanged()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dsupervisor.h125 int32_t processState_ = 0; member in OHOS::ResourceSchedule::ProcessRecord

Completed in 5 milliseconds