/base/powermgr/thermal_manager/frameworks/native/ |
H A D | thermal_srv_sensor_info.cpp | 23 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 D | thermal_mgr_client.cpp | 147 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 D | thermal_srv_sensor_info.h | 26 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 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/test/unittest/src/ |
H A D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 61 sptr<ThermalSrvSensorInfo> sensorInfo = new ThermalSrvSensorInfo(); in HWTEST_F()
|
H A D | thermal_mock_proxy_remote_test.cpp | 104 sptr<ThermalSrvSensorInfo> sensorInfo = new ThermalSrvSensorInfo(); in HWTEST_F()
|
H A D | thermal_mock_proxy_writeremoteobject_test.cpp | 74 * @tc.desc: ThermalSrvSensorInfo test by mock parcel 83 sptr<ThermalSrvSensorInfo> info = new ThermalSrvSensorInfo(type, temp); in HWTEST_F()
|
H A D | thermal_client_test.cpp | 129 * @tc.desc: ThermalSrvSensorInfo Marshalling and Unmarshalling test 136 sptr<ThermalSrvSensorInfo> info = new ThermalSrvSensorInfo(); in HWTEST_F()
|
H A D | thermal_mgr_policy_test.cpp | 1712 ThermalSrvSensorInfo info; in HWTEST_F()
|
/base/powermgr/thermal_manager/services/zidl/src/ |
H A D | thermal_srv_proxy.cpp | 195 bool ThermalSrvProxy::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() 220 std::unique_ptr<ThermalSrvSensorInfo> info(reply.ReadParcelable<ThermalSrvSensorInfo>()); in GetThermalSrvSensorInfo()
|
H A D | thermal_srv_stub.cpp | 182 ThermalSrvSensorInfo sensorInfo; in GetThermalSrvSensorInfoStub()
|
/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 | 206 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 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/thermal_observer/ |
H A D | thermal_observer.cpp | 278 bool ThermalObserver::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() 304 ThermalSrvSensorInfo info; in GetTemp()
|
/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 417 bool ThermalService::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo()
|