Searched refs:fetchAllInformation (Results 1 – 10 of 10) sorted by relevance
/system/libvintf/ |
D | VintfObject.cpp | 46 const F &fetchAllInformation) { in Get() argument 50 if (fetchAllInformation(ptr->object.get()) != OK) { in Get() 60 std::bind(&HalManifest::fetchAllInformation, std::placeholders::_1, in GetDeviceHalManifest() 67 std::bind(&HalManifest::fetchAllInformation, std::placeholders::_1, in GetFrameworkHalManifest() 75 std::bind(&CompatibilityMatrix::fetchAllInformation, std::placeholders::_1, in GetDeviceCompatibilityMatrix() 82 std::bind(&CompatibilityMatrix::fetchAllInformation, std::placeholders::_1, in GetFrameworkCompatibilityMatrix() 89 std::bind(&RuntimeInfo::fetchAllInformation, std::placeholders::_1)); in GetRuntimeInfo()
|
D | RuntimeInfo-target.cpp | 62 status_t fetchAllInformation(); 215 status_t RuntimeInfoFetcher::fetchAllInformation() { in fetchAllInformation() function in android::vintf::RuntimeInfoFetcher 235 status_t RuntimeInfo::fetchAllInformation() { in fetchAllInformation() function in android::vintf::RuntimeInfo 236 return RuntimeInfoFetcher(this).fetchAllInformation(); in fetchAllInformation()
|
D | CompatibilityMatrix.cpp | 69 status_t CompatibilityMatrix::fetchAllInformation(const std::string &path) { in fetchAllInformation() function in android::vintf::CompatibilityMatrix 70 return details::fetchAllInformation(path, gCompatibilityMatrixConverter, this); in fetchAllInformation()
|
D | RuntimeInfo-host.cpp | 26 status_t RuntimeInfo::fetchAllInformation() { in fetchAllInformation() function in android::vintf::RuntimeInfo
|
D | utils.h | 70 status_t fetchAllInformation(const std::string& path, const XmlConverter<T>& converter, in fetchAllInformation() function
|
D | HalManifest.cpp | 358 status_t HalManifest::fetchAllInformation(const std::string &path) { in fetchAllInformation() function in android::vintf::HalManifest 359 return details::fetchAllInformation(path, gHalManifestConverter, this); in fetchAllInformation()
|
/system/libvintf/test/ |
D | RuntimeInfo-fake.cpp | 23 status_t RuntimeInfo::fetchAllInformation() { in fetchAllInformation() function in android::vintf::RuntimeInfo
|
/system/libvintf/include/vintf/ |
D | CompatibilityMatrix.h | 59 status_t fetchAllInformation(const std::string &path);
|
D | RuntimeInfo.h | 80 status_t fetchAllInformation();
|
D | HalManifest.h | 148 status_t fetchAllInformation(const std::string &path);
|