Searched defs:onOffTag (Results 1 – 6 of 6) sorted by relevance
| /foundation/resourceschedule/resource_schedule_service/soc_perf/src/server/ |
| D | socperf_stub.cpp | 36 bool onOffTag = data.ReadBool(); in OnRemoteRequest() local 49 bool onOffTag = data.ReadBool(); in OnRemoteRequest() local 55 bool onOffTag = data.ReadBool(); in OnRemoteRequest() local 68 bool onOffTag = data.ReadBool(); in OnRemoteRequest() local 74 bool onOffTag = data.ReadBool(); in OnRemoteRequest() local
|
| D | socperf_server.cpp | 46 void SocPerfServer::PerfRequestEx(int cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() 56 void SocPerfServer::PowerRequestEx(int cmdId, bool onOffTag, const std::string& msg) in PowerRequestEx() 61 void SocPerfServer::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost() 71 void SocPerfServer::ThermalRequestEx(int cmdId, bool onOffTag, const std::string& msg) in ThermalRequestEx() 76 void SocPerfServer::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
|
| /foundation/resourceschedule/resource_schedule_service/soc_perf/test/ |
| D | socperf_test.cpp | 36 char* onOffTag = argv[3]; in PerfRequestEx() local 61 char* onOffTag = argv[3]; in PowerRequestEx() local 75 char* onOffTag = argv[2]; in PowerLimitBoost() local 100 char* onOffTag = argv[3]; in ThermalRequestEx() local 114 char* onOffTag = argv[2]; in ThermalLimitBoost() local
|
| /foundation/resourceschedule/resource_schedule_service/soc_perf/src/client/ |
| D | socperf_proxy.cpp | 33 void SocPerfProxy::PerfRequestEx(int cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() 60 void SocPerfProxy::PowerRequestEx(int cmdId, bool onOffTag, const std::string& msg) in PowerRequestEx() 74 void SocPerfProxy::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost() 100 void SocPerfProxy::ThermalRequestEx(int cmdId, bool onOffTag, const std::string& msg) in ThermalRequestEx() 114 void SocPerfProxy::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
|
| D | socperf_client.cpp | 99 void SocPerfClient::PerfRequestEx(int cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() 117 void SocPerfClient::PowerRequestEx(int cmdId, bool onOffTag, const std::string& msg) in PowerRequestEx() 126 void SocPerfClient::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost() 144 void SocPerfClient::ThermalRequestEx(int cmdId, bool onOffTag, const std::string& msg) in ThermalRequestEx() 153 void SocPerfClient::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
|
| /foundation/resourceschedule/resource_schedule_service/soc_perf/src/core/ |
| D | socperf.cpp | 82 void SocPerf::PerfRequestEx(int cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx() 112 void SocPerf::PowerRequestEx(int cmdId, bool onOffTag, const std::string& msg) in PowerRequestEx() 127 void SocPerf::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost() 155 void SocPerf::ThermalRequestEx(int cmdId, bool onOffTag, const std::string& msg) in ThermalRequestEx() 170 void SocPerf::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
|