Searched refs:IsValidPackage (Results 1 – 5 of 5) sorted by relevance
96 bool TypeNamespace::IsValidPackage(const string& /* package */) const { in IsValidPackage() function in android::aidl::TypeNamespace
104 bool IsValidPackage(const std::string& package) const override;
563 bool TypeNamespace::IsValidPackage(const string& package) const { in IsValidPackage() function in android::aidl::cpp::TypeNamespace
110 virtual bool IsValidPackage(const std::string& package) const;
587 !types->IsValidPackage(interface->GetPackage())) { in load_and_validate_aidl()