/ohos5.0/foundation/resourceschedule/soc_perf/test/testutil/ |
H A D | socperf_test.cpp | 109 static void SetThermalLevel(int32_t argc, char *argv[]) in SetThermalLevel() function 113 OHOS::SOCPERF::SocPerfClient::GetInstance().SetThermalLevel(atoi(level)); in SetThermalLevel() 177 SetThermalLevel(argc, argv); in main()
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/src/ |
H A D | socperf_server.cpp | 123 void SocPerfServer::SetThermalLevel(int32_t level) in SetThermalLevel() function in OHOS::SOCPERF::SocPerfServer 125 socPerf.SetThermalLevel(level); in SetThermalLevel()
|
H A D | socperf_stub.cpp | 256 SetThermalLevel(levelId); in StubSetThermalLevel()
|
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/ |
H A D | socperf_client.cpp | 158 void SocPerfClient::SetThermalLevel(int32_t level) in SetThermalLevel() function in OHOS::SOCPERF::SocPerfClient 164 client->SetThermalLevel(level); in SetThermalLevel()
|
H A D | socperf_proxy.cpp | 115 void SocPerfProxy::SetThermalLevel(int32_t level) in SetThermalLevel() function in OHOS::SOCPERF::SocPerfProxy
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/ |
H A D | soc_action_base.cpp | 46 OHOS::SOCPERF::SocPerfClient::GetInstance().SetThermalLevel(level); in SetSocPerfThermalLevel()
|
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/include/ |
H A D | i_socperf_service.h | 83 virtual void SetThermalLevel(int32_t level) = 0;
|
H A D | socperf_proxy.h | 83 void SetThermalLevel(int32_t level) override;
|
H A D | socperf_client.h | 89 void SetThermalLevel(int32_t level);
|
/ohos5.0/foundation/resourceschedule/soc_perf/test/fuzztest/include/ |
H A D | socperf_fuzz_mock.h | 33 void SetThermalLevel(int32_t level) override {} in SetThermalLevel() function
|
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/ |
H A D | libsocperf_client.versionscript | 24 *SocPerfClient*SetThermalLevel*;
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/include/ |
H A D | socperf_server.h | 40 void SetThermalLevel(int32_t level) override;
|
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/ |
H A D | socperf_server_test.cpp | 441 void SetThermalLevel(int32_t level) override {}; in SetThermalLevel() function in OHOS::SOCPERF::SocperfStubTest 665 socPerfServer_->SetThermalLevel(3); 727 socPerfServer_->SetThermalLevel(1); 731 socPerfServer_->SetThermalLevel(3); 735 socPerfServer_->SetThermalLevel(99);
|
H A D | socperf_sub_test.cpp | 448 OHOS::SOCPERF::SocPerfClient::GetInstance().SetThermalLevel(3);
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf.h | 36 void SetThermalLevel(int32_t level);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | scan_service_test.cpp | 135 EXPECT_CALL(WifiConfigCenter::GetInstance(), SetThermalLevel(TWO)).Times(AtLeast(0)); in AllowExternScanFail4()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/ |
H A D | mock_wifi_config_center.h | 103 virtual void SetThermalLevel(const int &level) = 0; 213 MOCK_METHOD1(SetThermalLevel, void(const int &level));
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.h | 260 void SetThermalLevel(const int &level);
|
H A D | wifi_config_center.cpp | 955 void WifiConfigCenter::SetThermalLevel(const int &level) in SetThermalLevel() function in OHOS::Wifi::WifiConfigCenter
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf.cpp | 293 void SocPerf::SetThermalLevel(int32_t level) in SetThermalLevel() function in OHOS::SOCPERF::SocPerf
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_event_subscriber_manager.cpp | 757 WifiConfigCenter::GetInstance().SetThermalLevel(level); in OnReceiveThermalEvent()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 837 EXPECT_CALL(WifiConfigCenter::GetInstance(), SetThermalLevel(TWO)).Times(AtLeast(0)); in AllowExternScanFail4()
|