Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dcontent_sensor_manager_utils.h31 std::string ObtainManufacture();
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H A Ddevice_info_collector.cpp65 return DistributedDeviceProfile::ContentSensorManagerUtils::GetInstance().ObtainManufacture(); in GetDeviceManufacturer()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dcontent_sensor_manager_utils_test.cpp97 …ng result = DistributedDeviceProfile::ContentSensorManagerUtils::GetInstance().ObtainManufacture();
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dcontent_sensor_manager_utils.cpp69 std::string ContentSensorManagerUtils::ObtainManufacture() in ObtainManufacture() function in OHOS::DistributedDeviceProfile::ContentSensorManagerUtils