Searched refs:GetPropertyValue (Results 1 – 1 of 1) sorted by relevance
27 std::string GetPropertyValue(const std::string& property) { in GetPropertyValue() function45 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