Searched refs:GetTemp (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/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() 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 D | thermal_mgr_interface_test.cpp | 209 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 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);
|
/ohos5.0/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
|
/ohos5.0/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 | 300 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 D | thermal_mock_proxy_writeremoteobject_test.cpp | 85 EXPECT_TRUE(temp == info->GetTemp());
|
H A D | thermal_observer_test.cpp | 179 info->GetTemp("soc");
|
/ohos5.0/base/powermgr/thermal_manager/frameworks/native/ |
H A D | thermal_mgr_client.cpp | 168 return info.GetTemp(); in GetThermalSensorTemp()
|