/system/libvintf/ |
D | RuntimeInfo-target.cpp | 48 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()
|
D | RuntimeInfo-host.cpp | 26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() function in android::vintf::RuntimeInfo
|
D | VintfObject.cpp | 51 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()
|
D | utils.h | 34 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path, in fetchAllInformation() function
|
D | CompatibilityMatrix.cpp | 104 status_t CompatibilityMatrix::fetchAllInformation(const FileSystem* fileSystem, in fetchAllInformation() function in android::vintf::CompatibilityMatrix 106 return details::fetchAllInformation(fileSystem, path, gCompatibilityMatrixConverter, this, in fetchAllInformation()
|
D | HalManifest.cpp | 368 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/ |
D | utils-fake.h | 51 ON_CALL(*this, fetchAllInformation(_)) in MockRuntimeInfo() 54 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
|
D | vintf_object_tests.cpp | 700 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/ |
D | RuntimeInfo.h | 93 virtual status_t fetchAllInformation(FetchFlags flags);
|
D | CompatibilityMatrix.h | 127 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
|
D | HalManifest.h | 151 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
|