Home
last modified time | relevance | path

Searched defs:fetcher (Results 1 – 24 of 24) sorted by relevance

/aosp12/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc470 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated()
598 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
679 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
688 void TransferTerminated(HttpFetcher* fetcher) override { in TransferTerminated()
773 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
838 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
1013 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
1040 unique_ptr<HttpFetcher> fetcher(http_fetcher); in RedirectTest() local
1112 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
1333 bool ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
[all …]
H A Dmulti_range_http_fetcher.cc89 bool MultiRangeHttpFetcher::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
123 void MultiRangeHttpFetcher::TransferEnded(HttpFetcher* fetcher, in TransferEnded()
170 void MultiRangeHttpFetcher::TransferComplete(HttpFetcher* fetcher, in TransferComplete()
176 void MultiRangeHttpFetcher::TransferTerminated(HttpFetcher* fetcher) { in TransferTerminated()
H A Dhttp_fetcher.h221 virtual void TransferTerminated(HttpFetcher* fetcher) {} in TransferTerminated()
/aosp12/system/update_engine/
H A Ddownload_action.cc211 bool DownloadAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
236 void DownloadAction::TransferComplete(HttpFetcher* fetcher, bool successful) { in TransferComplete()
271 void DownloadAction::TransferTerminated(HttpFetcher* fetcher) { in TransferTerminated()
H A Dlibcurl_http_fetcher.cc83 LibcurlHttpFetcher* fetcher = static_cast<LibcurlHttpFetcher*>(clientp); in LibcurlCloseSocketCallback() local
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DClearKeyFetcherTest.cpp87 ClearKeyFetcher fetcher(std::move(license_fetcher_)); in TEST_F() local
91 ClearKeyFetcher fetcher(std::move(license_fetcher_)); in TEST_F() local
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.cc364 bool DownloadActionChromeos::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
405 void DownloadActionChromeos::TransferComplete(HttpFetcher* fetcher, in TransferComplete()
459 void DownloadActionChromeos::TransferTerminated(HttpFetcher* fetcher) { in TransferTerminated()
H A Domaha_request_action.cc549 bool OmahaRequestAction::ReceivedBytes(HttpFetcher* fetcher, in ReceivedBytes()
952 void OmahaRequestAction::TransferComplete(HttpFetcher* fetcher, in TransferComplete()
H A Domaha_request_action_unittest.cc336 auto fetcher = static_cast<const MockHttpFetcher*>( in ActionCompleted() local
510 auto fetcher = in TestUpdateCheck() local
H A Dupdate_attempter_unittest.cc498 unique_ptr<MockHttpFetcher> fetcher(new MockHttpFetcher("", 0, nullptr)); in TEST_F() local
597 unique_ptr<MockHttpFetcher> fetcher(new MockHttpFetcher("", 0, nullptr)); in TEST_F() local
/aosp12/system/core/fs_mgr/liblp/
H A Dproperty_fetcher.cpp43 void IPropertyFetcher::OverrideForTesting(std::unique_ptr<IPropertyFetcher>&& fetcher) { in OverrideForTesting()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DStatusCheckTask.java87 try (StatusSmsFetcher fetcher = new StatusSmsFetcher(getContext(), getPhoneAccountHandle())) { in onExecuteInBackgroundThread()
H A DActivationTask.java205 try (StatusSmsFetcher fetcher = new StatusSmsFetcher(getContext(), phoneAccountHandle)) { in onExecuteInBackgroundThread()
/aosp12/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
H A DImageResolver.java43 public ImageResolver(BitmapFetcher fetcher) { in ImageResolver()
/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/
H A DStatementRetriever.kt52 private val fetcher = UrlFetcher() regex
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DImageResolver.java58 public ImageResolver(BitmapFetcher fetcher) { in ImageResolver()
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.cc285 HttpFetcher* fetcher = nullptr; in ApplyPayload() local
745 void UpdateAttempterAndroid::BuildUpdateActions(HttpFetcher* fetcher) { in BuildUpdateActions()
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp754 const sp<PlaylistFetcher> &fetcher = mFetcherInfos.valueAt(i).mFetcher; in onMessageReceived() local
1252 sp<PlaylistFetcher> &fetcher = mFetcherInfos.editValueAt(index).mFetcher; in resumeFetcher() local
1582 sp<PlaylistFetcher> &fetcher = mFetcherInfos.editValueAt(i).mFetcher; in changeConfiguration() local
1853 sp<PlaylistFetcher> fetcher = addFetcher(uri.c_str()); in onChangeConfiguration3() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterView.java219 void setBatteryEstimateFetcher(BatteryEstimateFetcher fetcher) { in setBatteryEstimateFetcher()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DEntitlementManager.java131 public void setTetheringConfigurationFetcher(final TetheringConfigurationFetcher fetcher) { in setTetheringConfigurationFetcher()
/aosp12/system/core/fastboot/device/
H A Dcommands.cpp700 PartitionFetcher fetcher(device, args); in Fetch() local
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp348 sp<IFetcher> fetcher; member in HidlEnvironment
438 sp<IFetcher> fetcher; member in HidlTest
/aosp12/system/libvintf/test/
H A Dvintf_object_tests.cpp400 MockFileSystem& fetcher() { in fetcher() function in android::vintf::testing::VintfObjectTestBase
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1517 final ServiceFetcher<?> fetcher = SYSTEM_SERVICE_FETCHERS.get(name); in getSystemService() local