Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/tuningfork/
Duploadthread.cpp149 std::string getSystemPropViaGet(const char* key) { in getSystemPropViaGet() function
186 extra_info.build_version_sdk = getSystemPropViaGet("ro.build.version.sdk"); in GetExtraUploadInfo()
187 extra_info.build_fingerprint = getSystemPropViaGet("ro.build.fingerprint"); in GetExtraUploadInfo()
/frameworks/opt/gamesdk/src/swappy/
DSystemProperties.h26 std::string getSystemPropViaGet(const char* key, std::string default_value = "");
DSystemProperties.cpp26 std::string getSystemPropViaGet(const char* key, std::string default_value = "") { in getSystemPropViaGet() function
/frameworks/opt/gamesdk/src/device_info/
Ddevice_info.cpp123 std::string getSystemPropViaGet(const char* key, ::ProtoErrors& errors) { in getSystemPropViaGet() function
155 return getSystemPropViaGet(key, errors); in getSystemProp()
162 getSystemPropViaGet("ro.build.version.sdk", errors); in addSystemProperties()