Searched defs:package_name (Results 1 – 13 of 13) sorted by relevance
30 std::string package_name; member
34 std::string package_name; member
47 const std::unique_ptr<String16>& package_name() const { return packageName_; } in package_name() function
79 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()
302 std::string package_name = GetJavaPackageName(props); in GenerateJavaClass() local423 std::string package_name = GetJavaPackageName(props); in GenerateJavaLibrary() local
82 ASN1_OCTET_STRING* package_name; member211 std::string package_name(String8(*pinfo->package_name()).string()); in build_attestation_application_id() local
41 ApexInfo getActivePackage(in @utf8InCpp String package_name); in getActivePackage()
102 static void check_data_path(const char* package_name, const char* data_path, uid_t uid) { in check_data_path()
577 std::set<pid_t> WaitForAppProcesses(const std::string& package_name) { in WaitForAppProcesses()626 bool IsAppDebuggable(const std::string& package_name) { in IsAppDebuggable()634 InAppRunner(const std::string& package_name) : package_name_(package_name) {} in InAppRunner()753 RunAs(const std::string& package_name) : InAppRunner(package_name) {} in RunAs()798 SimpleperfAppRunner(const std::string& package_name) : InAppRunner(package_name) {} in SimpleperfAppRunner()
94 void ComplexEventLogger::SetPackageName(const std::string& package_name) { in SetPackageName()
156 const std::string& package_name = event.intent_proto->component().package_name(); in OnNewEvent() local
129 def prepare(cls, example_name, package_name, activity_name, abi=None, adb_root=False): argument
337 const std::string& package_name = apex_file->GetManifest().name(); in RemovePreviouslyActiveApexFiles() local