/system/libvintf/ |
D | RuntimeInfo-target.cpp | 51 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()
|
D | RuntimeInfo-host.cpp | 26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() function in android::vintf::RuntimeInfo
|
D | VintfObject.cpp | 52 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()
|
D | utils.h | 34 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path, in fetchAllInformation() function
|
D | CompatibilityMatrix.cpp | 121 status_t CompatibilityMatrix::fetchAllInformation(const FileSystem* fileSystem, in fetchAllInformation() function in android::vintf::CompatibilityMatrix 123 return details::fetchAllInformation(fileSystem, path, gCompatibilityMatrixConverter, this, in fetchAllInformation()
|
D | check_vintf.cpp | 151 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation() function 178 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation() function
|
D | HalManifest.cpp | 459 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/ |
D | RuntimeInfo-fake.cpp | 30 ON_CALL(*this, fetchAllInformation(_)).WillByDefault(Invoke(this, &MockRuntimeInfo::doFetch)); in MockRuntimeInfo()
|
D | utils-fake.h | 51 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
|
D | vintf_object_tests.cpp | 553 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/ |
D | RuntimeInfo.h | 101 virtual status_t fetchAllInformation(FetchFlags flags);
|
D | CompatibilityMatrix.h | 131 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
|
D | HalManifest.h | 165 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
|