/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() 136 DP_INFO_LOG("GetThermalLevel: %{public}d", thermalLevel_); in GetThermalLevel()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/ |
H A D | events_info.h | 35 ThermalLevel GetThermalLevel();
|
/foundation/resourceschedule/work_scheduler/services/native/src/policy/ |
H A D | thermal_policy.cpp | 42 ThermalLevel thermalLevel = thermalMgrClient.GetThermalLevel(); in GetPolicyMaxRunning()
|
/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()
|
/foundation/resourceschedule/work_scheduler/services/test/src/policy/ |
H A D | thermal_policy_test.cpp | 36 ThermalLevel ThermalMgrClient::GetThermalLevel() in GetThermalLevel() function in OHOS::PowerMgr::ThermalMgrClient
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_subscriber.cpp | 128 thermalMgrClient.GetThermalLevel()) <= PROPER_DEVICE_TEMPERATURE_LEVEL; in MedialibrarySubscriber() 230 thermalMgrClient.GetThermalLevel()) <= PROPER_DEVICE_TEMPERATURE_LEVEL; in UpdateSubcriberStatus()
|
H A D | medialibrary_meta_recovery.cpp | 531 tempLevel = static_cast<int32_t>(thermalMgrClient.GetThermalLevel()); in DoBackupMetadata()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/ |
H A D | mock_wifi_config_center.h | 104 virtual int GetThermalLevel() const = 0; 235 MOCK_CONST_METHOD0(GetThermalLevel, int());
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/ |
H A D | video_strategy_center.cpp | 137 std::make_shared<VideoTemperatureState>(ConvertThermalLevel(EventsInfo::GetInstance().GetThermalLevel()))}); in InitScheduleState()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_settings.h | 134 virtual int GetThermalLevel() const = 0;
304 MOCK_CONST_METHOD0(GetThermalLevel, int());
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 217 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetThermalLevel()).WillRepeatedly(Return(FOUR)); in ScanFail() 231 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetThermalLevel()).WillRepeatedly(Return(1)); in ScanWithParamSuccess() 692 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetThermalLevel()).WillRepeatedly(Return(FOUR)); in StartSystemTimerScanFail1() 814 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetThermalLevel()).WillRepeatedly(Return(FOUR)); in AllowExternScanFail2() 830 EXPECT_CALL(WifiConfigCenter::GetInstance(), GetThermalLevel()).WillRepeatedly(Return(FOUR)); in AllowExternScanFail3()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_scan_config.cpp | 42 mScanDeviceInfo.thermalLevel = WifiConfigCenter::GetInstance().GetThermalLevel(); in GetScanDeviceInfo()
|
H A D | wifi_config_center.h | 262 int GetThermalLevel() const;
|
H A D | wifi_config_center.cpp | 965 int WifiConfigCenter::GetThermalLevel() const in GetThermalLevel() function in OHOS::Wifi::WifiConfigCenter
|