Searched refs:getSystemPropViaGet (Results 1 – 4 of 4) sorted by relevance
149 std::string getSystemPropViaGet(const char* key) { in getSystemPropViaGet() function186 extra_info.build_version_sdk = getSystemPropViaGet("ro.build.version.sdk"); in GetExtraUploadInfo()187 extra_info.build_fingerprint = getSystemPropViaGet("ro.build.fingerprint"); in GetExtraUploadInfo()
26 std::string getSystemPropViaGet(const char* key, std::string default_value = "");
26 std::string getSystemPropViaGet(const char* key, std::string default_value = "") { in getSystemPropViaGet() function
123 std::string getSystemPropViaGet(const char* key, ::ProtoErrors& errors) { in getSystemPropViaGet() function155 return getSystemPropViaGet(key, errors); in getSystemProp()162 getSystemPropViaGet("ro.build.version.sdk", errors); in addSystemProperties()