Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A Dandroid_info.cc27 std::string GetPropertyValue(const std::string& property) { in GetPropertyValue() function
45 info_out->android_sdk_version = GetPropertyValue("ro.build.version.sdk"); in RequestAndroidInfo()
46 info_out->device = GetPropertyValue("ro.product.device"); in RequestAndroidInfo()
47 info_out->model = GetPropertyValue("ro.product.model"); in RequestAndroidInfo()
48 info_out->manufacturer = GetPropertyValue("ro.product.manufacturer"); in RequestAndroidInfo()
54 std::string brand = GetPropertyValue("ro.product.brand"); in RequestAndroidInfo()
56 std::string fingerprint = GetPropertyValue("ro.build.fingerprint"); in RequestAndroidInfo()
57 std::string hardware = GetPropertyValue("ro.hardware"); in RequestAndroidInfo()
60 std::string product = GetPropertyValue("ro.build.product"); in RequestAndroidInfo()
61 std::string ro_kernel_qemu = GetPropertyValue("ro.kernel.qemu"); in RequestAndroidInfo()

Completed in 4 milliseconds