Home
last modified time | relevance | path

Searched defs:app_type (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Dcmd_report_sample.proto138 optional string app_type = 3; // debuggable, profileable or non_profileable field
Denvironment.cpp745 SimpleperfAppRunner(int user_id, const std::string& package_name, const std::string& app_type) in SimpleperfAppRunner()
817 std::string app_type = GetAppType(app_package_name); in RunInAppContext() local
Dcmd_report_sample.cpp602 std::string app_type = get_meta_info_value("app_type"); in PrintMetaInfo() local
Dcmd_record_test.cpp832 static void TestRecordingApps(const std::string& app_name, const std::string& app_type) { in TestRecordingApps()