Searched refs:NativeInstance (Results 1 – 5 of 5) sorted by relevance
103 struct NativeInstance : private ManifestInstance { struct105 NativeInstance(const ManifestInstance& other);106 NativeInstance(const NativeInstance&) = default;107 NativeInstance(NativeInstance&&) = default;121 ostream& operator<<(ostream& os, const NativeInstance& val); argument
97 NativeInstance::NativeInstance(const ManifestInstance &other) in NativeInstance() function in android::vintf::testing::NativeInstance102 string NativeInstance::test_case_name() const { in test_case_name()108 ostream &operator<<(ostream &os, const NativeInstance &val) { in operator <<()
64 std::tuple<NativeInstance, HalManifestPtr>> {
46 static std::vector<NativeInstance> GetNativeInstances(const HalManifestPtr &);
119 std::vector<NativeInstance> VtsTrebleVintfTestBase::GetNativeInstances( in GetNativeInstances()121 std::vector<NativeInstance> ret; in GetNativeInstances()