Home
last modified time | relevance | path

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

/system/libvintf/
DRuntimeInfo-target.cpp51 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags);
168 status_t RuntimeInfoFetcher::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfoFetcher
191 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfo
192 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.cpp52 const F& fetchAllInformation) { in Get() argument
58 status_t status = fetchAllInformation(ptr->object.get(), &error); in Get()
146 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix()
283 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyManifest, error); in fetchDeviceHalManifest()
361 status_t status = ret.fetchAllInformation(getFileSystem().get(), path, error); in fetchOneHalManifest()
370 if (etcMatrix.fetchAllInformation(getFileSystem().get(), kVendorMatrix, error) == OK) { in fetchDeviceMatrix()
374 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix()
421 return out->fetchAllInformation(getFileSystem().get(), kSystemLegacyManifest, error); in fetchFrameworkHalManifest()
527 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.cpp121 status_t CompatibilityMatrix::fetchAllInformation(const FileSystem* fileSystem, in fetchAllInformation() function in android::vintf::CompatibilityMatrix
123 return details::fetchAllInformation(fileSystem, path, gCompatibilityMatrixConverter, this, in fetchAllInformation()
Dcheck_vintf.cpp151 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation() function
178 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation() function
DHalManifest.cpp459 status_t HalManifest::fetchAllInformation(const FileSystem* fileSystem, const std::string& path, in fetchAllInformation() function in android::vintf::HalManifest
461 return details::fetchAllInformation(fileSystem, path, gHalManifestConverter, this, error); in fetchAllInformation()
/system/libvintf/test/
DRuntimeInfo-fake.cpp30 ON_CALL(*this, fetchAllInformation(_)).WillByDefault(Invoke(this, &MockRuntimeInfo::doFetch)); in MockRuntimeInfo()
Dutils-fake.h51 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
Dvintf_object_tests.cpp553 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
554 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
557 fetchAllInformation(allExceptKernelFcm & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F()
558 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
/system/libvintf/include/vintf/
DRuntimeInfo.h101 virtual status_t fetchAllInformation(FetchFlags flags);
DCompatibilityMatrix.h131 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
DHalManifest.h165 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,