Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp147 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 Dithermal_srv.h38 virtual bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) = 0;
H A Dthermal_mgr_client.h63 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo);
/base/powermgr/thermal_manager/services/zidl/include/
H A Dthermal_srv_proxy.h50 virtual bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) override;
/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_interface_test.cpp207 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 Dthermal_mock_proxy_writeinterfacetoken_test.cpp63 EXPECT_FALSE(srvProxy->GetThermalSrvSensorInfo(type, *sensorInfo)); in HWTEST_F()
H A Dthermal_mock_proxy_remote_test.cpp105 EXPECT_FALSE(srvProxy->GetThermalSrvSensorInfo(type, *sensorInfo)); in HWTEST_F()
H A Dthermal_mgr_policy_test.cpp1713 g_service->GetThermalSrvSensorInfo(SensorType::BATTERY, info); in HWTEST_F()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H A Dthermal_observer.h53 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo);
/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_service.h75 bool GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) override;
/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp417 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 Dthermal_observer.cpp278 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 Dthermal_srv_stub.cpp187 bool ret = GetThermalSrvSensorInfo(static_cast<SensorType>(type), sensorInfo); in GetThermalSrvSensorInfoStub()
H A Dthermal_srv_proxy.cpp195 bool ThermalSrvProxy::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalSrvProxy

Completed in 9 milliseconds