Home
last modified time | relevance | path

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

/system/libvintf/
DRuntimeInfo-target.cpp45 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);
150 status_t RuntimeInfoFetcher::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfoFetcher
172 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfo
173 return RuntimeInfoFetcher(this).fetchAllInformation(flags); in fetchAllInformation()
DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() function in android::vintf::RuntimeInfo
Dutils.h45 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path, T* outObject, in fetchAllInformation() function
DVintfObject.cpp178 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix()
350 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyManifest, error); in fetchDeviceHalManifest()
432 status_t status = ret.fetchAllInformation(getFileSystem().get(), path, error); in fetchOneHalManifest()
441 if (etcMatrix.fetchAllInformation(getFileSystem().get(), kVendorMatrix, error) == OK) { in fetchDeviceMatrix()
445 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix()
495 return out->fetchAllInformation(getFileSystem().get(), kSystemLegacyManifest, error); in fetchUnfilteredFrameworkHalManifest()
651 status_t status = mDeviceRuntimeInfo.object->fetchAllInformation(flags); in getRuntimeInfo()
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()
Dcheck_vintf.cpp110 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation() function
143 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation() function
DHalManifest.cpp567 status_t HalManifest::fetchAllInformation(const FileSystem* fileSystem, const std::string& path, in fetchAllInformation() function in android::vintf::HalManifest
569 return details::fetchAllInformation(fileSystem, path, this, error); in fetchAllInformation()
/system/libvintf/test/
DRuntimeInfo-fake.cpp30 ON_CALL(*this, fetchAllInformation(_)).WillByDefault(Invoke(this, &MockRuntimeInfo::doFetch)); in MockRuntimeInfo()
Dutils-fake.h63 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
Dvintf_object_tests.cpp670 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
671 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
674 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
675 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
DLibVintfTest.cpp224 return manifest.fetchAllInformation(files, path, error); in fetchManifest()
/system/libvintf/include/vintf/
DRuntimeInfo.h111 virtual status_t fetchAllInformation(FetchFlags flags);
DCompatibilityMatrix.h140 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
DHalManifest.h182 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,