Home
last modified time | relevance | path

Searched refs:ObtainDeviceType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dcontent_sensor_manager_utils.h30 std::string ObtainDeviceType();
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H A Ddevice_info_collector.cpp60 return DistributedDeviceProfile::ContentSensorManagerUtils::GetInstance().ObtainDeviceType(); in GetDevType()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dcontent_sensor_manager_utils_test.cpp83 …ing result = DistributedDeviceProfile::ContentSensorManagerUtils::GetInstance().ObtainDeviceType();
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dcontent_sensor_manager_utils.cpp52 std::string ContentSensorManagerUtils::ObtainDeviceType() in ObtainDeviceType() function in OHOS::DistributedDeviceProfile::ContentSensorManagerUtils