Searched defs:onOffTag (Results 1 – 12 of 12) sorted by relevance
| /foundation/resourceschedule/resource_schedule_service/soc_perf/services/server/src/ |
| D | socperf_stub.cpp | 45 bool onOffTag = data.ReadBool(); in OnRemoteRequest() local 51 bool onOffTag = data.ReadBool(); in OnRemoteRequest() local 57 bool onOffTag = data.ReadBool(); in OnRemoteRequest() local
|
| D | socperf_server.cpp | 94 void SocPerfServer::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() 99 void SocPerfServer::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost() 104 void SocPerfServer::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
|
| /foundation/resourceschedule/resource_schedule_service/soc_perf/test/testutil/ |
| D | socperf_test.cpp | 42 char* onOffTag = argv[3]; in PerfRequestEx() local 56 char* onOffTag = argv[2]; in PowerLimitBoost() local 70 char* onOffTag = argv[2]; in ThermalLimitBoost() local
|
| /foundation/resourceschedule/resource_schedule_service/soc_perf/interfaces/inner_api/socperf_client/src/ |
| D | socperf_proxy.cpp | 35 void SocPerfProxy::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() 50 void SocPerfProxy::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost() 64 void SocPerfProxy::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
|
| D | socperf_client.cpp | 104 void SocPerfClient::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() 113 void SocPerfClient::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost() 122 void SocPerfClient::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
|
| /foundation/resourceschedule/resource_schedule_service/soc_perf/test/fuzztest/perfrequest_fuzzer/ |
| D | perfrequest_fuzzer.cpp | 113 bool onOffTag = GetData<bool>(); in PerfRequestExFuzzTest() local 133 bool onOffTag = GetData<bool>(); in PowerLimitBoostFuzzTest() local 153 bool onOffTag = GetData<bool>(); in ThermalLimitBoostFuzzTest() local
|
| /foundation/resourceschedule/resource_schedule_service/soc_perf/test/unittest/ |
| D | socperf_server_test.cpp | 174 void PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) override {} in PerfRequestEx() 175 void PowerLimitBoost(bool onOffTag, const std::string& msg) override {} in PowerLimitBoost() 176 void ThermalLimitBoost(bool onOffTag, const std::string& msg) override {} in ThermalLimitBoost()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| D | rs_processor.cpp | 50 void PerfRequest(int32_t perfRequestCode, bool onOffTag) in PerfRequest() 88 void RSProcessor::RequestPerf(uint32_t layerLevel, bool onOffTag) in RequestPerf()
|
| D | rs_main_thread.cpp | 178 void PerfRequest(int32_t perfRequestCode, bool onOffTag) in PerfRequest()
|
| /foundation/resourceschedule/resource_schedule_service/soc_perf/services/core/src/ |
| D | socperf.cpp | 98 void SocPerf::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() 120 void SocPerf::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost() 149 void SocPerf::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
|
| /foundation/window/window_manager/window_scene/session/host/src/ |
| D | move_drag_controller.cpp | 847 void MoveDragController::PerfRequest(int32_t cmdId, bool onOffTag) in PerfRequest()
|
| /foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
| D | js_scene_session_manager.cpp | 1536 bool onOffTag = false; in OnPerfRequestEx() local
|