Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 24 of 24) sorted by relevance

/aosp12/system/libvintf/
H A DFileSystem.cpp28 status_t FileSystemImpl::fetch(const std::string& path, std::string* fetched, in fetch() argument
30 if (!android::base::ReadFileToString(path, fetched, true /* follow_symlinks */)) { in fetch()
82 status_t FileSystemUnderPath::fetch(const std::string& path, std::string* fetched, in fetch() argument
84 return mImpl.fetch(mRootDir + path, fetched, error); in fetch()
H A DHostFileSystem.cpp36 status_t HostFileSystem::fetch(const std::string& path, std::string* fetched, in fetch() argument
42 status_t status = mImpl->fetch(resolved, fetched, error); in fetch()
H A DVintfFm.cpp67 status_t fetch(const std::string& path, std::string* fetched, in fetch() argument
69 return mRoFileSystem.fetch(path, fetched, error); in fetch()
/aosp12/system/libvintf/test/
H A Dutils-fake.h36 MOCK_CONST_METHOD2(fetch, status_t(const std::string& path, std::string& fetched));
40 status_t fetch(const std::string& path, std::string* fetched, std::string*) const override { in fetch() argument
42 return fetch(path, *fetched); in fetch()
H A DVintfFmTest.cpp197 .WillByDefault(Invoke([](const auto&, auto* fetched, auto*) { in SetUp() argument
198 *fetched = gFrameworkManifest; in SetUp()
261 .WillByDefault(Invoke([this](const auto& path, auto* fetched, auto*) { in SetUp() argument
266 *fetched = it->second; in SetUp()
H A Dvintf_object_tests.cpp425 Invoke([vendorManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument
427 fetched = vendorManifestXml; in setupMockFetcher()
432 Invoke([systemManifestXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument
434 fetched = systemManifestXml; in setupMockFetcher()
438 .WillByDefault(Invoke([vendorMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument
440 fetched = vendorMatrixXml; in setupMockFetcher()
444 .WillByDefault(Invoke([systemMatrixXml](const std::string& path, std::string& fetched) { in setupMockFetcher() argument
446 fetched = systemMatrixXml; in setupMockFetcher()
/aosp12/system/libvintf/include/vintf/
H A DFileSystem.h40 virtual status_t fetch(const std::string& path, std::string* fetched,
78 virtual status_t fetch(const std::string& path, std::string* fetched,
/aosp12/hardware/interfaces/media/bufferpool/1.0/
H A DIConnection.hal33 * @param bufferId Id of the buffer to be fetched.
35 * OK - A buffer was fetched successfully.
/aosp12/hardware/interfaces/media/bufferpool/2.0/
H A DIConnection.hal33 * @param bufferId Id of the buffer to be fetched.
35 * OK - A buffer was fetched successfully.
/aosp12/system/libvintf/include-host/vintf/
H A DHostFileSystem.h38 status_t fetch(const std::string& path, std::string* fetched,
/aosp12/hardware/interfaces/wifi/supplicant/1.4/
H A DISupplicantStaIfaceCallback.hal157 * @param data ANQP data fetched from the access point.
159 * @param hs20Data ANQP data fetched from the Hotspot 2.0 access point.
H A DISupplicantStaIface.hal64 * The ANQP data fetched must be returned in the
/aosp12/system/libhidl/transport/token/1.0/
H A DITokenManager.hal31 * @param store Interface which can later be fetched with the returned token.
/aosp12/frameworks/opt/setupwizard/library/
H A Drules.gradle7 * will be fetched from maven central.
/aosp12/hardware/interfaces/wifi/1.2/
H A DIWifiStaIface.hal35 * While the snapshot is being fetched, the APF intepreter must not execute
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaIfaceCallback.hal406 * @param data ANQP data fetched from the access point.
408 * @param hs20Data ANQP data fetched from the Hotspot 2.0 access point.
418 * @param data Icon data fetched from the access point.
H A DISupplicantStaIface.hal187 * The ANQP data fetched must be returned in the
206 * The icon data fetched must be returned in the
H A DISupplicantStaNetwork.hal708 * @param keyIdx Index of wep key to be fetched.
/aosp12/hardware/interfaces/broadcastradio/2.0/
H A DITunerSession.hal100 * @param filter Filter to apply on the fetched program list.
118 * @return result OK successfully fetched the flag.
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp687 TemporaryFile fetched; in TEST_F() local
692 auto ret = fb->FetchToFd(partition, fetched.fd, offset, chunk_size); in TEST_F()
766 TemporaryFile fetched; in TEST_F() local
767 ASSERT_EQ(fb->FetchToFd(partition, fetched.fd, 0, 0), DEVICE_FAIL) in TEST_F()
/aosp12/packages/services/Car/car-lib/src/android/car/navigation/
H A Dnavigation_state.proto623 // New navigation information is being fetched, and an updated navigation
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...