Searched refs:GetTemp (Results 1 - 10 of 10) sorted by relevance
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_test.cpp | 57 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 D | thermal_sensor_info.h | 32 int32_t GetTemp(std::string type);
|
H A D | thermal_observer.h | 62 int32_t GetTemp(const SensorType& type);
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_sensor_info.cpp | 37 int32_t ThermalSensorInfo::GetTemp(std::string type) in GetTemp() function in OHOS::PowerMgr::ThermalSensorInfo
|
H A D | thermal_observer.cpp | 302 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 D | thermal_srv_sensor_info.h | 37 inline const int32_t &GetTemp() const in GetTemp() function in OHOS::PowerMgr::ThermalSrvSensorInfo
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_interface_test.cpp | 209 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 D | thermal_mock_proxy_writeremoteobject_test.cpp | 85 EXPECT_TRUE(temp == info->GetTemp()); in HWTEST_F()
|
H A D | thermal_observer_test.cpp | 179 info->GetTemp("soc"); in HWTEST_F()
|
/base/powermgr/thermal_manager/frameworks/native/ |
H A D | thermal_mgr_client.cpp | 168 return info.GetTemp(); in GetThermalSensorTemp()
|
Completed in 5 milliseconds