Home
last modified time | relevance | path

Searched refs:GetThermalLevel (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_info.cpp124 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 Devents_info.h35 ThermalLevel GetThermalLevel();
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dthermal_policy.cpp42 ThermalLevel thermalLevel = thermalMgrClient.GetThermalLevel(); in GetPolicyMaxRunning()
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dscan_service_test.cpp112 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 Dthermal_policy_test.cpp36 ThermalLevel ThermalMgrClient::GetThermalLevel() in GetThermalLevel() function in OHOS::PowerMgr::ThermalMgrClient
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_subscriber.cpp128 thermalMgrClient.GetThermalLevel()) <= PROPER_DEVICE_TEMPERATURE_LEVEL; in MedialibrarySubscriber()
230 thermalMgrClient.GetThermalLevel()) <= PROPER_DEVICE_TEMPERATURE_LEVEL; in UpdateSubcriberStatus()
H A Dmedialibrary_meta_recovery.cpp531 tempLevel = static_cast<int32_t>(thermalMgrClient.GetThermalLevel()); in DoBackupMetadata()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/
H A Dmock_wifi_config_center.h104 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 Dvideo_strategy_center.cpp137 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 Dmock_wifi_settings.h134 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 Dscan_service_test.cpp217 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 Dwifi_scan_config.cpp42 mScanDeviceInfo.thermalLevel = WifiConfigCenter::GetInstance().GetThermalLevel(); in GetScanDeviceInfo()
H A Dwifi_config_center.h262 int GetThermalLevel() const;
H A Dwifi_config_center.cpp965 int WifiConfigCenter::GetThermalLevel() const in GetThermalLevel() function in OHOS::Wifi::WifiConfigCenter

Completed in 15 milliseconds