Searched refs:GetAppType (Results 1 – 4 of 4) sorted by relevance
133 TEST(environment, GetAppType) { in TEST() argument135 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()
97 std::string GetAppType(const std::string& app_package_name);
772 std::string GetAppType(const std::string& app_package_name) { in GetAppType() function794 std::string app_type = GetAppType(app_package_name); in RunInAppContext()
1922 info_map["app_type"] = GetAppType(app_package_name_); in DumpMetaInfoFeature()