Home
last modified time | relevance | path

Searched refs:NativeInstance (Results 1 – 5 of 5) sorted by relevance

/test/vts-testcase/hal/treble/vintf/
Dutils.h103 struct NativeInstance : private ManifestInstance { struct
105 NativeInstance(const ManifestInstance& other);
106 NativeInstance(const NativeInstance&) = default;
107 NativeInstance(NativeInstance&&) = default;
121 ostream& operator<<(ostream& os, const NativeInstance& val); argument
Dutils.cpp97 NativeInstance::NativeInstance(const ManifestInstance &other) in NativeInstance() function in android::vintf::testing::NativeInstance
102 string NativeInstance::test_case_name() const { in test_case_name()
108 ostream &operator<<(ostream &os, const NativeInstance &val) { in operator <<()
DSingleManifestTest.h64 std::tuple<NativeInstance, HalManifestPtr>> {
DVtsTrebleVintfTestBase.h46 static std::vector<NativeInstance> GetNativeInstances(const HalManifestPtr &);
DVtsTrebleVintfTestBase.cpp119 std::vector<NativeInstance> VtsTrebleVintfTestBase::GetNativeInstances( in GetNativeInstances()
121 std::vector<NativeInstance> ret; in GetNativeInstances()