Home
last modified time | relevance | path

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

/system/libvintf/
DRuntimeInfo-target.cpp48 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);
162 status_t RuntimeInfoFetcher::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfoFetcher
185 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfo
186 return RuntimeInfoFetcher(this).fetchAllInformation(flags); in fetchAllInformation()
DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() function in android::vintf::RuntimeInfo
DVintfObject.cpp51 const F &fetchAllInformation) { in Get() argument
56 if (fetchAllInformation(ptr->object.get(), &error) != OK) { in Get()
140 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix()
275 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyManifest, error); in fetchDeviceHalManifest()
326 status_t status = ret.fetchAllInformation(getFileSystem().get(), path, error); in fetchOneHalManifest()
335 if (etcMatrix.fetchAllInformation(getFileSystem().get(), kVendorMatrix, error) == OK) { in fetchDeviceMatrix()
339 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix()
376 return out->fetchAllInformation(getFileSystem().get(), kSystemLegacyManifest, error); in fetchFrameworkHalManifest()
464 status_t status = mDeviceRuntimeInfo.object->fetchAllInformation(flags); in getRuntimeInfo()
Dutils.h34 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path, in fetchAllInformation() function
DCompatibilityMatrix.cpp104 status_t CompatibilityMatrix::fetchAllInformation(const FileSystem* fileSystem, in fetchAllInformation() function in android::vintf::CompatibilityMatrix
106 return details::fetchAllInformation(fileSystem, path, gCompatibilityMatrixConverter, this, in fetchAllInformation()
DHalManifest.cpp368 status_t HalManifest::fetchAllInformation(const FileSystem* fileSystem, const std::string& path, in fetchAllInformation() function in android::vintf::HalManifest
370 return details::fetchAllInformation(fileSystem, path, gHalManifestConverter, this, error); in fetchAllInformation()
/system/libvintf/test/
Dutils-fake.h51 ON_CALL(*this, fetchAllInformation(_)) in MockRuntimeInfo()
54 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
Dvintf_object_tests.cpp700 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
701 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
703 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
706 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
707 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::ALL)); in TEST_F()
708 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
/system/libvintf/include/vintf/
DRuntimeInfo.h93 virtual status_t fetchAllInformation(FetchFlags flags);
DCompatibilityMatrix.h127 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
DHalManifest.h151 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,