/base/powermgr/thermal_manager/frameworks/native/ |
D | thermal_mgr_client.cpp | 146 bool ThermalMgrClient::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensor… in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalMgrClient 152 bool ret = thermalSrv_->GetThermalSrvSensorInfo(type, sensorInfo); in GetThermalSrvSensorInfo() 159 bool ret = GetThermalSrvSensorInfo(type, info); in GetThermalSensorTemp()
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
D | ithermal_srv.h | 38 …virtual bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) = 0;
|
D | thermal_mgr_client.h | 60 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo);
|
/base/powermgr/thermal_manager/services/zidl/include/ |
D | thermal_srv_proxy.h | 50 …virtual bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) ove…
|
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 63 EXPECT_FALSE(srvProxy->GetThermalSrvSensorInfo(type, *sensorInfo));
|
D | thermal_mock_proxy_remote_test.cpp | 105 EXPECT_FALSE(srvProxy->GetThermalSrvSensorInfo(type, *sensorInfo));
|
D | thermal_observer_test.cpp | 131 observer->GetThermalSrvSensorInfo(type, sensorInfo);
|
/base/powermgr/thermal_manager/services/native/include/thermal_observer/ |
D | thermal_observer.h | 58 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo);
|
/base/powermgr/thermal_manager/services/native/include/ |
D | thermal_service.h | 67 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) override;
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
D | thermal_observer.cpp | 298 bool ThermalObserver::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorI… in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalObserver 330 GetThermalSrvSensorInfo(type, info); in GetTemp()
|
/base/powermgr/thermal_manager/services/native/src/ |
D | thermal_service.cpp | 331 bool ThermalService::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorIn… in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalService 334 if (!(observer_->GetThermalSrvSensorInfo(type, sensorInfo))) { in GetThermalSrvSensorInfo()
|
/base/powermgr/thermal_manager/services/zidl/src/ |
D | thermal_srv_stub.cpp | 185 bool ret = GetThermalSrvSensorInfo(static_cast<SensorType>(type), sensorInfo); in GetThermalSrvSensorInfoStub()
|
D | thermal_srv_proxy.cpp | 195 bool ThermalSrvProxy::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorI… in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalSrvProxy
|