Home
last modified time | relevance | path

Searched refs:ThermalSrvSensorInfo (Results 1 - 18 of 18) sorted by relevance

/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_srv_sensor_info.cpp23 ThermalSrvSensorInfo::ThermalSrvSensorInfo(std::string &type, int32_t &temp): type_(type), temp_(temp) in ThermalSrvSensorInfo() function in OHOS::PowerMgr::ThermalSrvSensorInfo
32 bool ThermalSrvSensorInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
44 ThermalSrvSensorInfo *ThermalSrvSensorInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
46 ThermalSrvSensorInfo *thermalSrvSensorInfo = new (std::nothrow) ThermalSrvSensorInfo(); in Unmarshalling()
48 THERMAL_HILOGE(COMP_FWK, "ThermalSrvSensorInfo::Unmarshalling ReadFromParcel failed"); in Unmarshalling()
61 bool ThermalSrvSensorInfo::Marshalling(Parcel &parcel) const in Marshalling()
H A Dthermal_mgr_client.cpp147 bool ThermalMgrClient::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo()
163 ThermalSrvSensorInfo info; in GetThermalSensorTemp()
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H A Dthermal_srv_sensor_info.h26 class ThermalSrvSensorInfo : public Parcelable { class
28 ThermalSrvSensorInfo() = default;
29 explicit ThermalSrvSensorInfo(std::string &type, int32_t &temp);
30 virtual ~ThermalSrvSensorInfo() = default;
71 static ThermalSrvSensorInfo *Unmarshalling(Parcel &parcel);
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/test/unittest/src/
H A Dthermal_mock_proxy_writeinterfacetoken_test.cpp61 sptr<ThermalSrvSensorInfo> sensorInfo = new ThermalSrvSensorInfo(); in HWTEST_F()
H A Dthermal_mock_proxy_remote_test.cpp104 sptr<ThermalSrvSensorInfo> sensorInfo = new ThermalSrvSensorInfo(); in HWTEST_F()
H A Dthermal_mock_proxy_writeremoteobject_test.cpp74 * @tc.desc: ThermalSrvSensorInfo test by mock parcel
83 sptr<ThermalSrvSensorInfo> info = new ThermalSrvSensorInfo(type, temp); in HWTEST_F()
H A Dthermal_client_test.cpp129 * @tc.desc: ThermalSrvSensorInfo Marshalling and Unmarshalling test
136 sptr<ThermalSrvSensorInfo> info = new ThermalSrvSensorInfo(); in HWTEST_F()
H A Dthermal_mgr_policy_test.cpp1712 ThermalSrvSensorInfo info; in HWTEST_F()
/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_proxy.cpp195 bool ThermalSrvProxy::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo()
220 std::unique_ptr<ThermalSrvSensorInfo> info(reply.ReadParcelable<ThermalSrvSensorInfo>()); in GetThermalSrvSensorInfo()
H A Dthermal_srv_stub.cpp182 ThermalSrvSensorInfo sensorInfo; in GetThermalSrvSensorInfoStub()
/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.cpp206 ThermalSrvSensorInfo info; in HWTEST_F()
227 ThermalSrvSensorInfo info; in HWTEST_F()
248 ThermalSrvSensorInfo info; in HWTEST_F()
269 ThermalSrvSensorInfo info; in HWTEST_F()
290 ThermalSrvSensorInfo info; in HWTEST_F()
562 ThermalSrvSensorInfo 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/thermal_observer/
H A Dthermal_observer.cpp278 bool ThermalObserver::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo()
304 ThermalSrvSensorInfo info; in GetTemp()
/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp417 bool ThermalService::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo()

Completed in 11 milliseconds