/base/powermgr/thermal_manager/frameworks/native/ |
H A D | thermal_mgr_client.cpp | 147 bool ThermalMgrClient::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalMgrClient 157 bool ret = thermalSrv_->GetThermalSrvSensorInfo(type, sensorInfo); in GetThermalSrvSensorInfo() 164 bool ret = GetThermalSrvSensorInfo(type, info); in GetThermalSensorTemp()
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
H A D | ithermal_srv.h | 38 virtual bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) = 0;
|
H A D | thermal_mgr_client.h | 63 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo);
|
/base/powermgr/thermal_manager/services/zidl/include/ |
H A D | thermal_srv_proxy.h | 50 virtual bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) override;
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_interface_test.cpp | 207 g_service->GetThermalSrvSensorInfo(SensorType::BATTERY, info); in HWTEST_F() 228 g_service->GetThermalSrvSensorInfo(SensorType::SOC, info); in HWTEST_F() 249 g_service->GetThermalSrvSensorInfo(SensorType::SHELL, info); in HWTEST_F() 270 g_service->GetThermalSrvSensorInfo(SensorType::SENSOR1, info); in HWTEST_F() 291 g_service->GetThermalSrvSensorInfo(SensorType::SENSOR2, info); in HWTEST_F() 563 g_service->GetThermalSrvSensorInfo(SensorType::BATTERY, info); in HWTEST_F()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 63 EXPECT_FALSE(srvProxy->GetThermalSrvSensorInfo(type, *sensorInfo)); in HWTEST_F()
|
H A D | thermal_mock_proxy_remote_test.cpp | 105 EXPECT_FALSE(srvProxy->GetThermalSrvSensorInfo(type, *sensorInfo)); in HWTEST_F()
|
H A D | thermal_mgr_policy_test.cpp | 1713 g_service->GetThermalSrvSensorInfo(SensorType::BATTERY, info); in HWTEST_F()
|
/base/powermgr/thermal_manager/services/native/include/thermal_observer/ |
H A D | thermal_observer.h | 53 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo);
|
/base/powermgr/thermal_manager/services/native/include/ |
H A D | thermal_service.h | 75 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) override;
|
/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 417 bool ThermalService::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalService 420 if (!(observer_->GetThermalSrvSensorInfo(type, sensorInfo))) { in GetThermalSrvSensorInfo()
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_observer.cpp | 278 bool ThermalObserver::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalObserver 305 GetThermalSrvSensorInfo(type, info); in GetTemp()
|
/base/powermgr/thermal_manager/services/zidl/src/ |
H A D | thermal_srv_stub.cpp | 187 bool ret = GetThermalSrvSensorInfo(static_cast<SensorType>(type), sensorInfo); in GetThermalSrvSensorInfoStub()
|
H A D | thermal_srv_proxy.cpp | 195 bool ThermalSrvProxy::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalSrvProxy
|