Home
last modified time | relevance | path

Searched defs:onOffTag (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/resourceschedule/soc_perf/test/fuzztest/include/
H A Dsocperf_fuzz_mock.h27 void PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string &msg) override {} in PerfRequestEx()
28 void PowerLimitBoost(bool onOffTag, const std::string &msg) override {} in PowerLimitBoost()
29 void ThermalLimitBoost(bool onOffTag, const std::string &msg) override {} in ThermalLimitBoost()
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/src/
H A Dsocperf_server.cpp97 void SocPerfServer::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
102 void SocPerfServer::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost()
107 void SocPerfServer::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
H A Dsocperf_stub.cpp125 bool onOffTag = false; in StubPerfRequestEx() local
146 bool onOffTag = false; in StubPowerLimitBoost() local
167 bool onOffTag = false; in StubThermalLimitBoost() local
/ohos5.0/foundation/resourceschedule/soc_perf/test/testutil/
H A Dsocperf_test.cpp46 char* onOffTag = argv[3]; in PerfRequestEx() local
60 char* onOffTag = argv[2]; in PowerLimitBoost() local
74 char* onOffTag = argv[2]; in ThermalLimitBoost() local
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_proxy.cpp36 void SocPerfProxy::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
51 void SocPerfProxy::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost()
65 void SocPerfProxy::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
H A Dsocperf_client.cpp107 void SocPerfClient::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
117 void SocPerfClient::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost()
127 void SocPerfClient::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_soc_perf_client_adapter_wrapper.cpp28 void ArkSocPerfClientAdapterWrapper::ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) in ApplySocPerfConfigByIdEx()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_soc_perf_client_adapter_impl.cpp31 void ArkSocPerfClientAdapterImpl::ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) in ApplySocPerfConfigByIdEx()
/ohos5.0/base/web/webview/ohos_adapter/soc_perf_adapter/src/
H A Dsoc_perf_client_adapter_impl.cpp63 void SocPerfClientAdapterImpl::ApplySocPerfConfigByIdEx(int32_t id, bool onOffTag) in ApplySocPerfConfigByIdEx()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.cpp57 void PerfRequest(int32_t perfRequestCode, bool onOffTag) in PerfRequest()
95 void RSProcessor::RequestPerf(uint32_t layerLevel, bool onOffTag) in RequestPerf()
H A Drs_uni_render_thread.cpp90 void PerfRequest(int32_t perfRequestCode, bool onOffTag) in PerfRequest()
H A Drs_main_thread.cpp221 void PerfRequest(int32_t perfRequestCode, bool onOffTag) in PerfRequest()
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp111 void SocPerf::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
141 void SocPerf::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost()
166 void SocPerf::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp435 void PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) override {} in PerfRequestEx()
436 void PowerLimitBoost(bool onOffTag, const std::string& msg) override {} in PowerLimitBoost()
437 void ThermalLimitBoost(bool onOffTag, const std::string& msg) override {} in ThermalLimitBoost()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_physical_screen_processor_test.cpp312 bool onOffTag = true; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp850 void MoveDragController::ResSchedReportData(int32_t type, bool onOffTag) in ResSchedReportData()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2411 bool onOffTag = false; in OnPerfRequestEx() local