Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment_test.cpp133 TEST(environment, GetAppType) { in TEST() argument
135 ASSERT_EQ(GetAppType("com.android.simpleperf.debuggable"), "debuggable"); in TEST()
136 ASSERT_EQ(GetAppType("com.android.simpleperf.profileable"), "profileable"); in TEST()
137 ASSERT_EQ(GetAppType("com.android.simpleperf.app_not_exist"), "not_exist"); in TEST()
Denvironment.h97 std::string GetAppType(const std::string& app_package_name);
Denvironment.cpp772 std::string GetAppType(const std::string& app_package_name) { in GetAppType() function
794 std::string app_type = GetAppType(app_package_name); in RunInAppContext()
Dcmd_record.cpp1922 info_map["app_type"] = GetAppType(app_package_name_); in DumpMetaInfoFeature()