Home
last modified time | relevance | path

Searched defs:package_name (Results 1 – 16 of 16) sorted by relevance

/system/extras/simpleperf/
Dcmd_api_test.cpp31 static bool WaitUntilAppExit(const std::string& package_name) { in WaitUntilAppExit()
62 static void RecordApp(const std::string& package_name, const std::string& apk_path) { in RecordApp()
Dtest_util.h151 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
Denvironment.cpp561 std::set<pid_t> WaitForAppProcesses(const std::string& package_name) { in WaitForAppProcesses()
610 bool IsAppDebuggable(const std::string& package_name) { in IsAppDebuggable()
618 InAppRunner(const std::string& package_name) : package_name_(package_name) {} in InAppRunner()
740 RunAs(const std::string& package_name) : InAppRunner(package_name) {} in RunAs()
785 SimpleperfAppRunner(const std::string& package_name) : InAppRunner(package_name) {} in SimpleperfAppRunner()
Dcmd_record_test.cpp803 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
/system/iorap/include/binder/
Dactivity_info.h30 std::string package_name; member
Dpackage_event.h34 std::string package_name; member
/system/security/keystore/include/keystore/
DKeyAttestationPackageInfo.h47 const std::unique_ptr<String16>& package_name() const { return packageName_; } in package_name() function
/system/security/keystore/tests/
Daaid_truncation_test.cpp79 make_package_info_with_signatures(const char* package_name, in make_package_info_with_signatures()
86 std::unique_ptr<KeyAttestationPackageInfo> make_package_info(const char* package_name) { in make_package_info()
/system/tools/sysprop/
DJavaGen.cpp295 std::string package_name = GetJavaPackageName(props); in GenerateJavaClass() local
419 std::string package_name = GetJavaPackageName(props); in GenerateJavaLibrary() local
/system/security/keystore/
Dkeystore_attestation_id.cpp83 ASN1_OCTET_STRING* package_name; member
212 std::string package_name(String8(*pinfo->package_name()).string()); in build_attestation_application_id() local
/system/core/run-as/
Drun-as.cpp102 static void check_data_path(const char* package_name, const char* data_path, uid_t uid) { in check_data_path()
/system/apex/apexd/aidl/android/apex/
DIApexService.aidl66 ApexInfo getActivePackage(in @utf8InCpp String package_name); in getActivePackage()
/system/extras/simpleperf/scripts/
Dtest.py276 def prepare(cls, example_name, package_name, activity_name, abi=None, adb_root=False): argument
1562 def run_api_test(self, package_name, apk_name, expected_reports, min_android_version): argument
1735 def install_apk(self, apk_path, package_name): argument
1744 def record_data(self, package_name, record_arg): argument
/system/core/adb/client/
Dfastdeploy.cpp244 std::string package_name = get_package_name_from_apk(apk_path); in extract_metadata() local
/system/iorap/src/manager/
Devent_manager.cc156 const std::string& package_name = event.intent_proto->component().package_name(); in OnNewEvent() local
/system/apex/apexd/
Dapexd.cpp302 const std::string& package_name = apex_file->GetManifest().name(); in RemovePreviouslyActiveApexFiles() local