/system/extras/simpleperf/ |
D | cmd_api_test.cpp | 31 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()
|
D | test_util.h | 171 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
|
D | environment.cpp | 495 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()
|
D | cmd_record_test.cpp | 719 bool InstallApk(const std::string& apk_path, const std::string& package_name) { in InstallApk()
|
/system/security/keystore/include/keystore/ |
D | KeyAttestationPackageInfo.h | 47 const std::optional<String16>& package_name() const { return packageName_; } in package_name() function
|
/system/extras/simpleperf/scripts/test/ |
D | app_test.py | 32 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
|
D | api_profiler_test.py | 26 def run_api_test(self, package_name, apk_name, expected_reports, min_android_version: int): argument
|
/system/security/keystore/tests/ |
D | aaid_truncation_test.cpp | 79 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/ |
D | JavaGen.cpp | 357 std::string package_name = GetJavaPackageName(props); in GenerateJavaClass() local 481 std::string package_name = GetJavaPackageName(props); in GenerateJavaLibrary() local
|
/system/security/keystore/ |
D | keystore_attestation_id.cpp | 83 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/ |
D | apex_classpath.cpp | 113 auto package_name = match[1]; in ParseFromFile() local
|
D | apex_file_repository.cpp | 494 const std::string& package_name = apex_file.GetManifest().name(); in AllApexFilesByName() local
|
D | apexservice.cpp | 472 auto package_name = apex_info.moduleName; in getStagedApexInfos() local 499 BinderStatus ApexService::getActivePackage(const std::string& package_name, in getActivePackage()
|
D | apex_file_test.cpp | 253 const std::string package_name = apex_file->GetManifest().name(); in TEST() local
|
D | apexd.cpp | 371 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
|
D | apexd_test.cpp | 4826 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/ |
D | run-as.cpp | 102 static void check_data_path(const char* package_name, const char* data_path, uid_t uid) { in check_data_path()
|
/system/update_engine/aosp/ |
D | apex_handler_android_unittest.cc | 32 ApexInfo CreateApexInfo(const std::string& package_name, in CreateApexInfo()
|
/system/apex/apexd/aidl/android/apex/ |
D | IApexService.aidl | 73 ApexInfo getActivePackage(in @utf8InCpp String package_name); in getActivePackage()
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 376 optional string package_name = 1; field
|
/system/update_engine/ |
D | update_metadata.proto | 376 optional string package_name = 1; field
|
/system/chre/host/hal_generic/common/ |
D | hal_chre_socket_connection.cc | 161 uint16_t hostEndpointId, uint8_t type, const std::string &package_name, in onHostEndpointConnected()
|