Home
last modified time | relevance | path

Searched refs:SetThermalLevel (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/resourceschedule/soc_perf/test/testutil/
H A Dsocperf_test.cpp109 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 Dsocperf_server.cpp123 void SocPerfServer::SetThermalLevel(int32_t level) in SetThermalLevel() function in OHOS::SOCPERF::SocPerfServer
125 socPerf.SetThermalLevel(level); in SetThermalLevel()
H A Dsocperf_stub.cpp256 SetThermalLevel(levelId); in StubSetThermalLevel()
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_client.cpp158 void SocPerfClient::SetThermalLevel(int32_t level) in SetThermalLevel() function in OHOS::SOCPERF::SocPerfClient
164 client->SetThermalLevel(level); in SetThermalLevel()
H A Dsocperf_proxy.cpp115 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 Dsoc_action_base.cpp46 OHOS::SOCPERF::SocPerfClient::GetInstance().SetThermalLevel(level); in SetSocPerfThermalLevel()
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/include/
H A Di_socperf_service.h83 virtual void SetThermalLevel(int32_t level) = 0;
H A Dsocperf_proxy.h83 void SetThermalLevel(int32_t level) override;
H A Dsocperf_client.h89 void SetThermalLevel(int32_t level);
/ohos5.0/foundation/resourceschedule/soc_perf/test/fuzztest/include/
H A Dsocperf_fuzz_mock.h33 void SetThermalLevel(int32_t level) override {} in SetThermalLevel() function
/ohos5.0/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/
H A Dlibsocperf_client.versionscript24 *SocPerfClient*SetThermalLevel*;
/ohos5.0/foundation/resourceschedule/soc_perf/services/server/include/
H A Dsocperf_server.h40 void SetThermalLevel(int32_t level) override;
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp441 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 Dsocperf_sub_test.cpp448 OHOS::SOCPERF::SocPerfClient::GetInstance().SetThermalLevel(3);
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf.h36 void SetThermalLevel(int32_t level);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dscan_service_test.cpp135 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 Dmock_wifi_config_center.h103 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 Dwifi_config_center.h260 void SetThermalLevel(const int &level);
H A Dwifi_config_center.cpp955 void WifiConfigCenter::SetThermalLevel(const int &level) in SetThermalLevel() function in OHOS::Wifi::WifiConfigCenter
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp293 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 Dwifi_event_subscriber_manager.cpp757 WifiConfigCenter::GetInstance().SetThermalLevel(level); in OnReceiveThermalEvent()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp837 EXPECT_CALL(WifiConfigCenter::GetInstance(), SetThermalLevel(TWO)).Times(AtLeast(0)); in AllowExternScanFail4()