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.h171 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
Denvironment.cpp495 std::set<pid_t> WaitForAppProcesses(const std::string& package_name) { in WaitForAppProcesses()
544 bool IsAppDebuggable(int user_id, const std::string& package_name) { in IsAppDebuggable()
552 InAppRunner(int user_id, const std::string& package_name) in InAppRunner()
679 RunAs(int user_id, const std::string& package_name) : InAppRunner(user_id, package_name) {} in RunAs()
733 SimpleperfAppRunner(int user_id, const std::string& package_name, const std::string& app_type) in SimpleperfAppRunner()
Dcmd_record_test.cpp719 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
239 def install_apk(self, apk_path, package_name): argument
248 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/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/tools/sysprop/
DJavaGen.cpp357 std::string package_name = GetJavaPackageName(props); in GenerateJavaClass() local
481 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/apex/apexd/
Dapex_classpath.cpp113 auto package_name = match[1]; in ParseFromFile() local
Dapex_file_repository.cpp494 const std::string& package_name = apex_file.GetManifest().name(); in AllApexFilesByName() local
Dapexservice.cpp472 auto package_name = apex_info.moduleName; in getStagedApexInfos() local
499 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.cpp371 const std::string& package_name = apex_file->GetManifest().name(); in RemovePreviouslyActiveApexFiles() local
1341 bool IsValidPackageName(const std::string& package_name) { in IsValidPackageName()
2740 const std::string& package_name = apex_it.first; in SelectApexForActivation() local
Dapexd_test.cpp4826 auto package_name = apex_file->GetManifest().name(); in TEST_F() local
4841 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/update_engine/
Dupdate_metadata.proto376 optional string package_name = 1; field
/system/update_engine/
Dupdate_metadata.proto376 optional string package_name = 1; field
/system/chre/host/hal_generic/common/
Dhal_chre_socket_connection.cc161 uint16_t hostEndpointId, uint8_t type, const std::string &package_name, in onHostEndpointConnected()