/aosp12/system/libvintf/ |
H A D | RuntimeInfo-target.cpp | 51 status_t fetchAllInformation(RuntimeInfo::FetchFlags flags); 178 status_t RuntimeInfoFetcher::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfoFetcher 200 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags flags) { in fetchAllInformation() function in android::vintf::RuntimeInfo 201 return RuntimeInfoFetcher(this).fetchAllInformation(flags); in fetchAllInformation()
|
H A D | VintfObject.cpp | 55 const F& fetchAllInformation) { in Get() argument 61 status_t status = fetchAllInformation(ptr->object.get(), &error); in Get() 149 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix() 286 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyManifest, error); in fetchDeviceHalManifest() 364 status_t status = ret.fetchAllInformation(getFileSystem().get(), path, error); in fetchOneHalManifest() 373 if (etcMatrix.fetchAllInformation(getFileSystem().get(), kVendorMatrix, error) == OK) { in fetchDeviceMatrix() 377 return out->fetchAllInformation(getFileSystem().get(), kVendorLegacyMatrix, error); in fetchDeviceMatrix() 425 return out->fetchAllInformation(getFileSystem().get(), kSystemLegacyManifest, error); in fetchUnfilteredFrameworkHalManifest() 546 status_t status = mDeviceRuntimeInfo.object->fetchAllInformation(flags); in getRuntimeInfo()
|
H A D | RuntimeInfo-host.cpp | 26 status_t RuntimeInfo::fetchAllInformation(RuntimeInfo::FetchFlags /* flags */) { in fetchAllInformation() function in android::vintf::RuntimeInfo
|
H A D | utils.h | 34 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path, T* outObject, in fetchAllInformation() function
|
H A D | CompatibilityMatrix.cpp | 121 status_t CompatibilityMatrix::fetchAllInformation(const FileSystem* fileSystem, in fetchAllInformation() function in android::vintf::CompatibilityMatrix 123 return details::fetchAllInformation(fileSystem, path, this, error); in fetchAllInformation()
|
H A D | check_vintf.cpp | 109 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation() function 140 status_t fetchAllInformation(FetchFlags) override { return UNKNOWN_ERROR; } in fetchAllInformation() function
|
H A D | HalManifest.cpp | 483 status_t HalManifest::fetchAllInformation(const FileSystem* fileSystem, const std::string& path, in fetchAllInformation() function in android::vintf::HalManifest 485 return details::fetchAllInformation(fileSystem, path, this, error); in fetchAllInformation()
|
/aosp12/system/libvintf/test/ |
H A D | RuntimeInfo-fake.cpp | 30 ON_CALL(*this, fetchAllInformation(_)).WillByDefault(Invoke(this, &MockRuntimeInfo::doFetch)); in MockRuntimeInfo()
|
H A D | utils-fake.h | 51 MOCK_METHOD1(fetchAllInformation, status_t(RuntimeInfo::FetchFlags));
|
H A D | vintf_object_tests.cpp | 589 fetchAllInformation(RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F() 590 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F() 593 fetchAllInformation(RuntimeInfo::FetchFlag::ALL & ~RuntimeInfo::FetchFlag::CPU_VERSION)); in TEST_F() 594 EXPECT_CALL(*runtimeInfoFactory().getInfo(), fetchAllInformation(RuntimeInfo::FetchFlag::NONE)); in TEST_F()
|
/aosp12/system/libvintf/include/vintf/ |
H A D | RuntimeInfo.h | 109 virtual status_t fetchAllInformation(FetchFlags flags);
|
H A D | CompatibilityMatrix.h | 137 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
|
H A D | HalManifest.h | 177 status_t fetchAllInformation(const FileSystem* fileSystem, const std::string& path,
|