Home
last modified time | relevance | path

Searched refs:onOff (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Daps_monitor_impl.cpp31 void ApsMonitorImpl::SetApsScene(const string& sceneName, bool onOff) in SetApsScene() argument
43 uint32_t OnOff = static_cast<uint32_t>(onOff); in SetApsScene()
H A Daps_monitor_impl.h26 void SetApsScene(const std::string& sceneName, bool onOff) override;
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf.h61 void DoFreqActions(std::shared_ptr<Actions> actions, int32_t onOff, int32_t actionType);
62 bool DoPerfRequestThremalLvl(int32_t cmdId, std::shared_ptr<Action> action, int32_t onOff);
71 bool CheckTimeInterval(bool onOff, int32_t cmdId);
H A Dsocperf_common.h148 int32_t onOff; member in OHOS::SOCPERF::ResAction
159 onOff = resActionOnOff; in ResAction()
170 && onOff == resAction->onOff in TotalSame()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Daps_monitor.h27 virtual void SetApsScene(const std::string& sceneName, bool onOff) = 0;
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp132 trace_str.append(",onOff[").append(std::to_string(onOffTag)).append("]"); in PerfRequestEx()
151 trace_str.append(",onOff[").append(std::to_string(onOffTag)).append("]"); in PowerLimitBoost()
175 trace_str.append(",onOff[").append(std::to_string(onOffTag)).append("]"); in ThermalLimitBoost()
310 bool SocPerf::DoPerfRequestThremalLvl(int32_t cmdId, std::shared_ptr<Action> action, int32_t onOff) in DoPerfRequestThremalLvl() argument
346 DoFreqActions(perfLvlActionCmd, onOff, ACTION_TYPE_PERFLVL); in DoPerfRequestThremalLvl()
350 void SocPerf::DoFreqActions(std::shared_ptr<Actions> actions, int32_t onOff, int32_t actionType) in DoFreqActions() argument
360 DoPerfRequestThremalLvl(actions->id, action, onOff); in DoFreqActions()
367 if (onOff == EVENT_INVALID && action->duration == 0) { in DoFreqActions()
374 actionType, onOff, actions->id, endTime); in DoFreqActions()
473 bool SocPerf::CheckTimeInterval(bool onOff, int32_ argument
[all...]
H A Dsocperf_thread_wrap.cpp172 if (resAction->onOff && resStatusInfo_[resId] != nullptr) { in UpdateLimitStatus()
402 switch (resAction->onOff) { in UpdateResActionListByInstantMsg()
411 if (resAction->PartSame(*iter) && (*iter)->onOff == EVENT_ON) { in UpdateResActionListByInstantMsg()

Completed in 5 milliseconds