Home
last modified time | relevance | path

Searched defs:package_name (Results 1 – 22 of 22) 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.h168 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
Denvironment.cpp483 std::set<pid_t> WaitForAppProcesses(const std::string& package_name) { in WaitForAppProcesses()
534 bool IsAppDebuggable(int user_id, const std::string& package_name) { in IsAppDebuggable()
542 InAppRunner(int user_id, const std::string& package_name) in InAppRunner()
669 RunAs(int user_id, const std::string& package_name) : InAppRunner(user_id, package_name) {} in RunAs()
723 SimpleperfAppRunner(int user_id, const std::string& package_name, const std::string& app_type) in SimpleperfAppRunner()
Dcmd_record_test.cpp704 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
/system/security/keystore/include/keystore/
DKeyAttestationPackageInfo.h47 const std::optional<String16>& package_name() const { return packageName_; } in package_name() function
/system/extras/simpleperf/scripts/test/
Dapp_test.py32 def prepare(cls, example_name, package_name, activity_name, abi=None, adb_root=False): argument
236 def install_apk(self, apk_path, package_name): argument
245 def record_data(self, package_name, record_arg): argument
Dapi_profiler_test.py26 def run_api_test(self, package_name, apk_name, expected_reports, min_android_version: int): argument
/system/tools/sysprop/
DJavaGen.cpp356 std::string package_name = GetJavaPackageName(props); in GenerateJavaClass() local
480 std::string package_name = GetJavaPackageName(props); in GenerateJavaLibrary() local
/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::optional<KeyAttestationPackageInfo> make_package_info(const char* package_name) { in make_package_info()
/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/apex/apexd/
Dapex_classpath.cpp113 auto package_name = match[1]; in ParseFromFile() local
Dapex_file_repository.cpp491 const std::string& package_name = apex_file.GetManifest().name(); in AllApexFilesByName() local
Dapexservice.cpp453 auto package_name = apex_info.moduleName; in getStagedApexInfos() local
478 BinderStatus ApexService::getActivePackage(const std::string& package_name, in getActivePackage()
Dapex_file_test.cpp253 const std::string package_name = apex_file->GetManifest().name(); in TEST() local
Dapexd.cpp401 const std::string& package_name = apex_file->GetManifest().name(); in RemovePreviouslyActiveApexFiles() local
1343 bool IsValidPackageName(const std::string& package_name) { in IsValidPackageName()
2681 const std::string& package_name = apex_it.first; in SelectApexForActivation() local
Dapexd_test.cpp4716 auto package_name = apex_file->GetManifest().name(); in TEST_F() local
4731 auto package_name = apex_file->GetManifest().name(); in TEST_F() 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/update_engine/aosp/
Dapex_handler_android_unittest.cc32 ApexInfo CreateApexInfo(const std::string& package_name, in CreateApexInfo()
/system/apex/apexd/aidl/android/apex/
DIApexService.aidl73 ApexInfo getActivePackage(in @utf8InCpp String package_name); in getActivePackage()
/system/update_engine/
Dupdate_metadata.proto369 optional string package_name = 1; field
/system/update_engine/update_engine/
Dupdate_metadata.proto369 optional string package_name = 1; field
/system/chre/host/hal_generic/common/
Dhal_chre_socket_connection.cc156 uint16_t hostEndpointId, uint8_t type, const std::string &package_name, in onHostEndpointConnected()