Home
last modified time | relevance | path

Searched refs:fetchAllInformation (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/libvintf/
H A DRuntimeInfo-target.cpp51 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);
178 status_t RuntimeInfoFetcher::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfoFetcher
200 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfo
201 return RuntimeInfoFetcher(this).fetchAllInformation(flags); in fetchAllInformation()
H A DVintfObject.cpp55 const F& fetchAllInformation) { in Get() argument
61 status_t status = fetchAllInformation(ptr->object.get(), &error); in Get()
149 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix()
286 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyManifest, error); in fetchDeviceHalManifest()
364 status_t status = ret.fetchAllInformation(getFileSystem().get(), path, error); in fetchOneHalManifest()
373 if (etcMatrix.fetchAllInformation(getFileSystem().get(), kVendorMatrix, error) == OK) { in fetchDeviceMatrix()
377 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix()
425 return out->fetchAllInformation(getFileSystem().get(), kSystemLegacyManifest, error); in fetchUnfilteredFrameworkHalManifest()
546 status_t status = mDeviceRuntimeInfo.object->fetchAllInformation(flags); in getRuntimeInfo()
H A DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() function in android::vintf::RuntimeInfo
H A Dutils.h34 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path, T* outObject, in fetchAllInformation() function
H A DCompatibilityMatrix.cpp121 status_t CompatibilityMatrix::fetchAllInformation(const FileSystem* fileSystem, in fetchAllInformation() function in android::vintf::CompatibilityMatrix
123 return details::fetchAllInformation(fileSystem, path, this, error); in fetchAllInformation()
H A Dcheck_vintf.cpp109 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation() function
140 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation() function
H A DHalManifest.cpp483 status_t HalManifest::fetchAllInformation(const FileSystem* fileSystem, const std::string& path, in fetchAllInformation() function in android::vintf::HalManifest
485 return details::fetchAllInformation(fileSystem, path, this, error); in fetchAllInformation()
/aosp12/system/libvintf/test/
H A DRuntimeInfo-fake.cpp30 ON_CALL(*this, fetchAllInformation(_)).WillByDefault(Invoke(this, &MockRuntimeInfo::doFetch)); in MockRuntimeInfo()
H A Dutils-fake.h51 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
H A Dvintf_object_tests.cpp589 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
590 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
593 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
594 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
/aosp12/system/libvintf/include/vintf/
H A DRuntimeInfo.h109 virtual status_t fetchAllInformation(FetchFlags flags);
H A DCompatibilityMatrix.h137 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
H A DHalManifest.h177 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,