Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp46 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()
DRuntimeInfo-target.cpp62 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()
DCompatibilityMatrix.cpp69 status_t CompatibilityMatrix::fetchAllInformation(const std::string &path) { in fetchAllInformation() function in android::vintf::CompatibilityMatrix
70 return details::fetchAllInformation(path, gCompatibilityMatrixConverter, this); in fetchAllInformation()
DRuntimeInfo-host.cpp26 status_t RuntimeInfo::fetchAllInformation() { in fetchAllInformation() function in android::vintf::RuntimeInfo
Dutils.h70 status_t fetchAllInformation(const std::string& path, const XmlConverter<T>& converter, in fetchAllInformation() function
DHalManifest.cpp358 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/
DRuntimeInfo-fake.cpp23 status_t RuntimeInfo::fetchAllInformation() { in fetchAllInformation() function in android::vintf::RuntimeInfo
/system/libvintf/include/vintf/
DCompatibilityMatrix.h59 status_t fetchAllInformation(const std::string &path);
DRuntimeInfo.h80 status_t fetchAllInformation();
DHalManifest.h148 status_t fetchAllInformation(const std::string &path);