/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_system_test.cpp | 216 MockThermalMgrClient::GetInstance().GetThermalInfo(); 255 MockThermalMgrClient::GetInstance().GetThermalInfo(); 294 MockThermalMgrClient::GetInstance().GetThermalInfo(); 333 MockThermalMgrClient::GetInstance().GetThermalInfo(); 374 MockThermalMgrClient::GetInstance().GetThermalInfo(); 394 MockThermalMgrClient::GetInstance().GetThermalInfo(); 432 MockThermalMgrClient::GetInstance().GetThermalInfo(); 452 MockThermalMgrClient::GetInstance().GetThermalInfo(); 490 MockThermalMgrClient::GetInstance().GetThermalInfo(); 511 MockThermalMgrClient::GetInstance().GetThermalInfo(); [all …]
|
/ohos5.0/base/powermgr/thermal_manager/test/common/src/ |
H A D | mock_thermal_mgr_client.cpp | 96 bool MockThermalMgrClient::GetThermalInfo() in GetThermalInfo() function in OHOS::PowerMgr::MockThermalMgrClient 100 ret = thermalSrv_->GetThermalInfo(); in GetThermalInfo()
|
/ohos5.0/base/powermgr/thermal_manager/test/common/include/ |
H A D | mock_thermal_mgr_client.h | 32 bool GetThermalInfo();
|
/ohos5.0/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
H A D | ithermal_srv.h | 40 virtual bool GetThermalInfo() = 0;
|
/ohos5.0/base/powermgr/thermal_manager/services/zidl/include/ |
H A D | thermal_srv_proxy.h | 52 virtual bool GetThermalInfo() override;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/ |
H A D | event_log_task.h | 101 void GetThermalInfo(int fd);
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_service_test.cpp | 93 g_service->GetThermalInfo();
|
H A D | thermal_mock_action_test.cpp | 163 g_service->GetThermalInfo(); in TearDown()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/include/ |
H A D | thermal_service.h | 71 bool GetThermalInfo() override;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | event_log_task.cpp | 144 GetThermalInfo(dupedFd); in StartCompose() 494 void EventLogTask::GetThermalInfo(int fd) in GetThermalInfo() function in OHOS::HiviewDFX::EventLogTask
|
/ohos5.0/base/powermgr/thermal_manager/services/zidl/src/ |
H A D | thermal_srv_stub.cpp | 210 ret = GetThermalInfo(); in GetThermalInfoStub()
|
H A D | thermal_srv_proxy.cpp | 257 bool ThermalSrvProxy::GetThermalInfo() in GetThermalInfo() function in OHOS::PowerMgr::ThermalSrvProxy
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 423 bool ThermalService::GetThermalInfo() in GetThermalInfo() function in OHOS::PowerMgr::ThermalService
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
H A D | event_logger_catcher_test.cpp | 143 logTask->GetThermalInfo(fd);
|