Home
last modified time | relevance | path

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

/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()
109 void* temp = GetTemp(str.data(), handle); in HWTEST_F()
129 void* temp = GetTemp(str.data(), handle); in HWTEST_F()
149 void* temp = GetTemp(str.data(), handle); in HWTEST_F()
166 void* temp = GetTemp(str.data(), handle); in HWTEST_F()
/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);
/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.cpp302 int32_t ThermalObserver::GetTemp(const SensorType& type) in GetTemp() function in OHOS::PowerMgr::ThermalObserver
306 return info.GetTemp(); in GetTemp()
/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 in OHOS::PowerMgr::ThermalSrvSensorInfo
/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_interface_test.cpp209 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest001 Failed"; in HWTEST_F()
230 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest002 Failed"; in HWTEST_F()
251 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest003 Failed"; in HWTEST_F()
272 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest004 Failed"; in HWTEST_F()
293 EXPECT_EQ(info1.temp, info.GetTemp()) << "ThermalMgrInterfaceTest005 Failed"; in HWTEST_F()
564 EXPECT_EQ(INVAILD_TEMP, info.GetTemp()) << "ThermalMgrInterfaceTest012 Failed"; in HWTEST_F()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_proxy_writeremoteobject_test.cpp85 EXPECT_TRUE(temp == info->GetTemp()); in HWTEST_F()
H A Dthermal_observer_test.cpp179 info->GetTemp("soc"); in HWTEST_F()
/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp168 return info.GetTemp(); in GetThermalSensorTemp()

Completed in 5 milliseconds