Home
last modified time | relevance | path

Searched refs:GetThermalSrvSensorInfo (Results 1 – 13 of 13) sorted by relevance

/base/powermgr/thermal_manager/frameworks/native/
Dthermal_mgr_client.cpp146 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/
Dithermal_srv.h38 …virtual bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) = 0;
Dthermal_mgr_client.h60 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo);
/base/powermgr/thermal_manager/services/zidl/include/
Dthermal_srv_proxy.h50 …virtual bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) ove…
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_mock_proxy_writeinterfacetoken_test.cpp63 EXPECT_FALSE(srvProxy->GetThermalSrvSensorInfo(type, *sensorInfo));
Dthermal_mock_proxy_remote_test.cpp105 EXPECT_FALSE(srvProxy->GetThermalSrvSensorInfo(type, *sensorInfo));
Dthermal_observer_test.cpp131 observer->GetThermalSrvSensorInfo(type, sensorInfo);
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
Dthermal_observer.h58 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo);
/base/powermgr/thermal_manager/services/native/include/
Dthermal_service.h67 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) override;
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_observer.cpp298 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/
Dthermal_service.cpp331 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/
Dthermal_srv_stub.cpp185 bool ret = GetThermalSrvSensorInfo(static_cast<SensorType>(type), sensorInfo); in GetThermalSrvSensorInfoStub()
Dthermal_srv_proxy.cpp195 bool ThermalSrvProxy::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorI… in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalSrvProxy