Home
last modified time | relevance | path

Searched refs:GetTemp (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_test.cpp57 void* GetTemp(char* func, void* handle) in GetTemp() function
69 void* temp = GetTemp(func, handle); in ExecFfrtNoParam()
108 void* temp = GetTemp(str.data(), handle);
128 void* temp = GetTemp(str.data(), handle);
148 void* temp = GetTemp(str.data(), handle);
164 void* temp = GetTemp(str.data(), handle);
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_interface_test.cpp209 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest001 Failed";
230 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest002 Failed";
251 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest003 Failed";
272 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest004 Failed";
293 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest005 Failed";
564 EXPECT_EQ(INVAILD_TEMP, info.GetTemp()) << "ThermalMgrInterfaceTest012 Failed";
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H A Dthermal_sensor_info.h32 int32_t GetTemp(std::string type);
H A Dthermal_observer.h62 int32_t GetTemp(const SensorType& type);
/ohos5.0/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H A Dthermal_srv_sensor_info.h37 inline const int32_t &GetTemp() const in GetTemp() function
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_sensor_info.cpp37 int32_t ThermalSensorInfo::GetTemp(std::string type) in GetTemp() function in OHOS::PowerMgr::ThermalSensorInfo
H A Dthermal_observer.cpp300 int32_t ThermalObserver::GetTemp(const SensorType& type) in GetTemp() function in OHOS::PowerMgr::ThermalObserver
304 return info.GetTemp(); in GetTemp()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_proxy_writeremoteobject_test.cpp85 EXPECT_TRUE(temp == info->GetTemp());
H A Dthermal_observer_test.cpp179 info->GetTemp("soc");
/ohos5.0/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp168 return info.GetTemp(); in GetThermalSensorTemp()