/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_mock_action_test.cpp | 189 g_service->GetThermalLevel(level); 198 g_service->GetThermalLevel(level); 207 g_service->GetThermalLevel(level); 233 g_service->GetThermalLevel(level); 258 g_service->GetThermalLevel(level); 292 g_service->GetThermalLevel(level); 326 g_service->GetThermalLevel(level); 361 g_service->GetThermalLevel(level); 396 g_service->GetThermalLevel(level); 431 g_service->GetThermalLevel(level);
|
H A D | thermal_action_report_test.cpp | 81 int32_t ThermalActionReportTest::GetThermalLevel(int32_t expectValue) in GetThermalLevel() function in ThermalActionReportTest 84 g_service->GetThermalLevel(level); in GetThermalLevel() 332 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); 371 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); 411 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); 451 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); 491 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); 531 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); 571 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); 611 int32_t level = ThermalActionReportTest::GetThermalLevel(expectLevel); [all …]
|
H A D | thermal_listener_test.cpp | 100 thermalListener->GetThermalLevel(); 102 g_service->GetThermalLevel(level);
|
H A D | thermal_mock_proxy_remote_test.cpp | 66 EXPECT_TRUE(thermalMgrClient.GetThermalLevel() == ThermalLevel::COOL); 106 EXPECT_FALSE(srvProxy->GetThermalLevel(level));
|
H A D | thermal_client_api_test.cpp | 79 ThermalLevel level = thermalMgrClient.GetThermalLevel();
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/ |
H A D | events_info.cpp | 124 auto level = thermal.GetThermalLevel(); in GetPhotoThermalLevel() 131 ThermalLevel EventsInfo::GetThermalLevel() in GetThermalLevel() function in OHOS::CameraStandard::DeferredProcessing::EventsInfo 135 thermalLevel_ = static_cast<ThermalLevel>(thermal.GetThermalLevel()); in GetThermalLevel()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | common_event_utils.cpp | 29 int32_t CommonEventUtils::GetThermalLevel() in GetThermalLevel() function in OHOS::Media::CommonEventUtils 32 return static_cast<int32_t>(thermalMgrClient.GetThermalLevel()); in GetThermalLevel()
|
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_interface_test.cpp | 630 g_thermalMgrClient.GetThermalLevel(); 632 g_service->GetThermalLevel(level); 656 g_thermalMgrClient.GetThermalLevel(); 658 g_service->GetThermalLevel(level); 680 g_thermalMgrClient.GetThermalLevel(); 682 g_service->GetThermalLevel(level); 708 g_thermalMgrClient.GetThermalLevel(); 710 g_service->GetThermalLevel(level); 732 g_thermalMgrClient.GetThermalLevel(); 734 g_service->GetThermalLevel(level);
|
/ohos5.0/base/powermgr/thermal_manager/frameworks/native/ |
H A D | thermal_mgr_listener.cpp | 67 ThermalLevel ThermalMgrListener::GetThermalLevel() in GetThermalLevel() function in OHOS::PowerMgr::ThermalMgrListener 69 return ThermalMgrClient::GetInstance().GetThermalLevel(); in GetThermalLevel()
|
H A D | thermal_mgr_client.cpp | 175 thermalSrv_->GetThermalLevel(level); in GetLevel() 192 ThermalLevel ThermalMgrClient::GetThermalLevel() in GetThermalLevel() function in OHOS::PowerMgr::ThermalMgrClient
|
/ohos5.0/base/powermgr/thermal_manager/frameworks/napi/ |
H A D | thermal_manager_napi.cpp | 137 DECLARE_NAPI_STATIC_FUNCTION("getThermalLevel", GetThermalLevel), in Init() 141 DECLARE_NAPI_STATIC_FUNCTION("getLevel", GetThermalLevel), in Init() 203 napi_value ThermalManagerNapi::GetThermalLevel(napi_env env, napi_callback_info info) in GetThermalLevel() function in ThermalManagerNapi 205 ThermalLevel level = g_thermalMgrClient.GetThermalLevel(); in GetThermalLevel()
|
H A D | thermal_manager_napi.h | 55 static napi_value GetThermalLevel(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | scan_service_test.cpp | 112 … EXPECT_CALL(WifiConfigCenter::GetInstance(), GetThermalLevel()).WillRepeatedly(Return(FOUR)); in AllowExternScanFail2() 128 … EXPECT_CALL(WifiConfigCenter::GetInstance(), GetThermalLevel()).WillRepeatedly(Return(FOUR)); in AllowExternScanFail3()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
H A D | thermal_action_manager.cpp | 75 uint32_t ThermalActionManager::GetThermalLevel() in GetThermalLevel() function in OHOS::PowerMgr::ThermalActionManager 78 return actionThermalLevel_->GetThermalLevel(); in GetThermalLevel()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/include/ |
H A D | common_event_utils.h | 28 static int32_t GetThermalLevel();
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/ |
H A D | events_info.h | 35 ThermalLevel GetThermalLevel();
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/policy/ |
H A D | thermal_policy.cpp | 42 ThermalLevel thermalLevel = thermalMgrClient.GetThermalLevel(); in GetPolicyMaxRunning()
|
/ohos5.0/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
H A D | thermal_mgr_listener.h | 49 ThermalLevel GetThermalLevel();
|
H A D | ithermal_srv.h | 39 virtual bool GetThermalLevel(ThermalLevel& level) = 0;
|
H A D | thermal_mgr_client.h | 41 ThermalLevel GetThermalLevel();
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/ |
H A D | thermal_action_manager.h | 44 uint32_t GetThermalLevel();
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/include/ |
H A D | thermal_action_report_test.h | 34 static int32_t GetThermalLevel(int32_t expectValue);
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/action/ |
H A D | action_thermal_level.h | 46 static int32_t GetThermalLevel();
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/policy/ |
H A D | protector_thermal_zone_info.h | 39 uint32_t GetThermalLevel() in GetThermalLevel() function
|
/ohos5.0/base/powermgr/thermal_manager/services/zidl/include/ |
H A D | thermal_srv_proxy.h | 51 virtual bool GetThermalLevel(ThermalLevel& level) override;
|