Home
last modified time | relevance | path

Searched refs:sync_type (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/background_sync/
H A Dbackground_sync_metrics.cc26 blink::mojom::BackgroundSyncType sync_type) { in GetBackgroundSyncSuffix() argument
27 if (sync_type == blink::mojom::BackgroundSyncType::ONE_SHOT) in GetBackgroundSyncSuffix()
34 blink::mojom::BackgroundSyncType sync_type) { in GetBackgroundSyncPrefix() argument
35 if (sync_type == blink::mojom::BackgroundSyncType::ONE_SHOT) in GetBackgroundSyncPrefix()
47 blink::mojom::BackgroundSyncType sync_type, in RecordEventStarted() argument
73 blink::mojom::BackgroundSyncType sync_type, in RecordEventResult() argument
85 blink::mojom::BackgroundSyncType sync_type, in RecordBatchSyncEventComplete() argument
107 blink::mojom::BackgroundSyncType sync_type, in CountRegisterSuccess() argument
135 blink::mojom::BackgroundSyncType sync_type, in CountRegisterFailure() argument
139 GetBackgroundSyncSuffix(sync_type), in CountRegisterFailure()
[all …]
H A Dbackground_sync_launcher.cc41 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDelta() argument
46 Get()->GetSoonestWakeupDeltaImpl(sync_type, browser_context, in GetSoonestWakeupDelta()
54 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEvents() argument
64 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEventsImpl() argument
68 if (sync_type == blink::mojom::BackgroundSyncType::PERIODIC) in FireBackgroundSyncEventsImpl()
97 blink::mojom::BackgroundSyncType sync_type, in SetGlobalSoonestWakeupDelta() argument
106 blink::mojom::BackgroundSyncType sync_type) { in GetGlobalSoonestWakeupDelta() argument
114 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDeltaImpl() argument
133 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDeltaForStoragePartition() argument
143 sync_type, last_browser_wakeup_for_periodic_sync_, in GetSoonestWakeupDeltaForStoragePartition()
[all …]
H A Dbackground_sync_scheduler.cc54 blink::mojom::BackgroundSyncType sync_type, in ScheduleDelayedProcessing() argument
82 blink::mojom::BackgroundSyncType sync_type) { in CancelDelayedProcessing() argument
94 if (scheduled_wakeup_time_[sync_type] == run_time) in CancelDelayedProcessing()
106 blink::mojom::BackgroundSyncType sync_type) { in GetDelayedProcessingInfoMap() argument
108 if (sync_type == blink::mojom::BackgroundSyncType::ONE_SHOT) in GetDelayedProcessingInfoMap()
115 blink::mojom::BackgroundSyncType sync_type, in RunDelayedTaskAndPruneInfoMap() argument
121 CancelDelayedProcessing(storage_partition, sync_type); in RunDelayedTaskAndPruneInfoMap()
126 blink::mojom::BackgroundSyncType sync_type, in ScheduleOrCancelBrowserWakeupForSyncType() argument
141 controller->CancelBrowserWakeup(sync_type); in ScheduleOrCancelBrowserWakeupForSyncType()
154 if (next_time >= scheduled_wakeup_time_[sync_type]) { in ScheduleOrCancelBrowserWakeupForSyncType()
[all …]
H A Dbackground_sync_manager.cc83 BackgroundSyncType sync_type, in RecordFailureAndPostError() argument
123 BackgroundSyncType sync_type) { in GetBackgroundSyncPermissionOnUIThread() argument
915 sync_type); in RegisterImpl()
924 sync_type), in RegisterImpl()
1396 BackgroundSyncType sync_type = sync_registration.sync_type(); in AddOrUpdateActiveRegistration() local
1550 if (registration.sync_type() != sync_type) in GetRegistrationsImpl()
1599 if (sync_type != registration.sync_type()) in CanFireAnyRegistrationUponConnectivity()
1690 if (registration.sync_type() != sync_type) in GetSoonestWakeupDelta()
1951 sync_type, in ScheduleDelayedProcessingOfRegistrations()
2011 if (sync_type != registration->sync_type()) in FireReadyEventsImpl()
[all …]
H A Dbackground_sync_launcher.h30 blink::mojom::BackgroundSyncType sync_type,
36 blink::mojom::BackgroundSyncType sync_type,
51 blink::mojom::BackgroundSyncType sync_type,
57 blink::mojom::BackgroundSyncType sync_type,
61 blink::mojom::BackgroundSyncType sync_type,
65 blink::mojom::BackgroundSyncType sync_type,
70 void SetGlobalSoonestWakeupDelta(blink::mojom::BackgroundSyncType sync_type,
73 blink::mojom::BackgroundSyncType sync_type);
H A Dbackground_sync_context_impl.cc49 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEventsAcrossPartitions() argument
60 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDeltaAcrossPartitions() argument
146 blink::mojom::BackgroundSyncType sync_type, in set_wakeup_delta_for_testing() argument
148 test_wakeup_delta_[sync_type] = wakeup_delta; in set_wakeup_delta_for_testing()
152 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDelta() argument
197 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDeltaOnCoreThread() argument
208 sync_type, last_browser_wakeup_for_periodic_sync); in GetSoonestWakeupDeltaOnCoreThread()
240 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEvents() argument
247 this, sync_type, std::move(done_closure))); in FireBackgroundSyncEvents()
251 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEventsOnCoreThread() argument
[all …]
H A Dbackground_sync_metrics.h43 static void RecordEventStarted(blink::mojom::BackgroundSyncType sync_type,
47 static void RecordEventResult(blink::mojom::BackgroundSyncType sync_type,
60 blink::mojom::BackgroundSyncType sync_type,
73 blink::mojom::BackgroundSyncType sync_type,
79 static void CountRegisterFailure(blink::mojom::BackgroundSyncType sync_type,
89 blink::mojom::BackgroundSyncType sync_type,
H A Dbackground_sync_manager.h155 blink::mojom::BackgroundSyncType sync_type,
170 blink::mojom::BackgroundSyncType sync_type,
344 blink::mojom::BackgroundSyncType sync_type);
349 blink::mojom::BackgroundSyncType sync_type);
360 blink::mojom::BackgroundSyncType sync_type,
374 blink::mojom::BackgroundSyncType sync_type,
404 blink::mojom::BackgroundSyncType sync_type,
449 blink::mojom::BackgroundSyncType sync_type,
465 blink::mojom::BackgroundSyncType sync_type);
470 blink::mojom::BackgroundSyncType sync_type);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/background_sync/
H A Dbackground_sync_metrics.cc26 blink::mojom::BackgroundSyncType sync_type) { in GetBackgroundSyncSuffix() argument
27 if (sync_type == blink::mojom::BackgroundSyncType::ONE_SHOT) in GetBackgroundSyncSuffix()
34 blink::mojom::BackgroundSyncType sync_type) { in GetBackgroundSyncPrefix() argument
35 if (sync_type == blink::mojom::BackgroundSyncType::ONE_SHOT) in GetBackgroundSyncPrefix()
47 blink::mojom::BackgroundSyncType sync_type, in RecordEventStarted() argument
73 blink::mojom::BackgroundSyncType sync_type, in RecordEventResult() argument
85 blink::mojom::BackgroundSyncType sync_type, in RecordBatchSyncEventComplete() argument
107 blink::mojom::BackgroundSyncType sync_type, in CountRegisterSuccess() argument
135 blink::mojom::BackgroundSyncType sync_type, in CountRegisterFailure() argument
139 GetBackgroundSyncSuffix(sync_type), in CountRegisterFailure()
[all …]
H A Dbackground_sync_launcher.cc41 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDelta() argument
46 Get()->GetSoonestWakeupDeltaImpl(sync_type, browser_context, in GetSoonestWakeupDelta()
54 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEvents() argument
64 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEventsImpl() argument
68 if (sync_type == blink::mojom::BackgroundSyncType::PERIODIC) in FireBackgroundSyncEventsImpl()
97 blink::mojom::BackgroundSyncType sync_type, in SetGlobalSoonestWakeupDelta() argument
106 blink::mojom::BackgroundSyncType sync_type) { in GetGlobalSoonestWakeupDelta() argument
114 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDeltaImpl() argument
133 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDeltaForStoragePartition() argument
143 sync_type, last_browser_wakeup_for_periodic_sync_, in GetSoonestWakeupDeltaForStoragePartition()
[all …]
H A Dbackground_sync_scheduler.cc54 blink::mojom::BackgroundSyncType sync_type, in ScheduleDelayedProcessing() argument
82 blink::mojom::BackgroundSyncType sync_type) { in CancelDelayedProcessing() argument
94 if (scheduled_wakeup_time_[sync_type] == run_time) in CancelDelayedProcessing()
106 blink::mojom::BackgroundSyncType sync_type) { in GetDelayedProcessingInfoMap() argument
108 if (sync_type == blink::mojom::BackgroundSyncType::ONE_SHOT) in GetDelayedProcessingInfoMap()
115 blink::mojom::BackgroundSyncType sync_type, in RunDelayedTaskAndPruneInfoMap() argument
121 CancelDelayedProcessing(storage_partition, sync_type); in RunDelayedTaskAndPruneInfoMap()
126 blink::mojom::BackgroundSyncType sync_type, in ScheduleOrCancelBrowserWakeupForSyncType() argument
141 controller->CancelBrowserWakeup(sync_type); in ScheduleOrCancelBrowserWakeupForSyncType()
154 if (next_time >= scheduled_wakeup_time_[sync_type]) { in ScheduleOrCancelBrowserWakeupForSyncType()
[all …]
H A Dbackground_sync_manager.cc84 BackgroundSyncType sync_type, in RecordFailureAndPostError() argument
124 BackgroundSyncType sync_type) { in GetBackgroundSyncPermissionOnUIThread() argument
914 sync_type); in RegisterImpl()
923 sync_type), in RegisterImpl()
1395 BackgroundSyncType sync_type = sync_registration.sync_type(); in AddOrUpdateActiveRegistration() local
1550 if (registration.sync_type() != sync_type) in GetRegistrationsImpl()
1599 if (sync_type != registration.sync_type()) in CanFireAnyRegistrationUponConnectivity()
1690 if (registration.sync_type() != sync_type) in GetSoonestWakeupDelta()
1950 sync_type, in ScheduleDelayedProcessingOfRegistrations()
2010 if (sync_type != registration->sync_type()) in FireReadyEventsImpl()
[all …]
H A Dbackground_sync_launcher.h30 blink::mojom::BackgroundSyncType sync_type,
36 blink::mojom::BackgroundSyncType sync_type,
51 blink::mojom::BackgroundSyncType sync_type,
57 blink::mojom::BackgroundSyncType sync_type,
61 blink::mojom::BackgroundSyncType sync_type,
65 blink::mojom::BackgroundSyncType sync_type,
70 void SetGlobalSoonestWakeupDelta(blink::mojom::BackgroundSyncType sync_type,
73 blink::mojom::BackgroundSyncType sync_type);
H A Dbackground_sync_context_impl.cc49 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEventsAcrossPartitions() argument
60 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDeltaAcrossPartitions() argument
146 blink::mojom::BackgroundSyncType sync_type, in set_wakeup_delta_for_testing() argument
148 test_wakeup_delta_[sync_type] = wakeup_delta; in set_wakeup_delta_for_testing()
152 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDelta() argument
197 blink::mojom::BackgroundSyncType sync_type, in GetSoonestWakeupDeltaOnCoreThread() argument
208 sync_type, last_browser_wakeup_for_periodic_sync); in GetSoonestWakeupDeltaOnCoreThread()
240 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEvents() argument
247 this, sync_type, std::move(done_closure))); in FireBackgroundSyncEvents()
251 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEventsOnCoreThread() argument
[all …]
H A Dbackground_sync_metrics.h43 static void RecordEventStarted(blink::mojom::BackgroundSyncType sync_type,
47 static void RecordEventResult(blink::mojom::BackgroundSyncType sync_type,
60 blink::mojom::BackgroundSyncType sync_type,
73 blink::mojom::BackgroundSyncType sync_type,
79 static void CountRegisterFailure(blink::mojom::BackgroundSyncType sync_type,
89 blink::mojom::BackgroundSyncType sync_type,
H A Dbackground_sync_manager.h155 blink::mojom::BackgroundSyncType sync_type,
170 blink::mojom::BackgroundSyncType sync_type,
344 blink::mojom::BackgroundSyncType sync_type);
349 blink::mojom::BackgroundSyncType sync_type);
360 blink::mojom::BackgroundSyncType sync_type,
374 blink::mojom::BackgroundSyncType sync_type,
404 blink::mojom::BackgroundSyncType sync_type,
449 blink::mojom::BackgroundSyncType sync_type,
465 blink::mojom::BackgroundSyncType sync_type);
470 blink::mojom::BackgroundSyncType sync_type);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/
H A Dtest_background_sync_proxy.h24 void ScheduleDelayedProcessing(blink::mojom::BackgroundSyncType sync_type,
29 blink::mojom::BackgroundSyncType sync_type) { in GetDelayedTimer() argument
30 if (sync_type == blink::mojom::BackgroundSyncType::ONE_SHOT) in GetDelayedTimer()
36 void RunDelayedTask(blink::mojom::BackgroundSyncType sync_type) { in RunDelayedTask() argument
37 GetDelayedTimer(sync_type).FireNow(); in RunDelayedTask()
40 bool IsDelayedTaskSet(blink::mojom::BackgroundSyncType sync_type) { in IsDelayedTaskSet() argument
41 return GetDelayedTimer(sync_type).IsRunning(); in IsDelayedTaskSet()
44 base::TimeDelta GetDelay(blink::mojom::BackgroundSyncType sync_type) { in GetDelay() argument
45 return GetDelayedTimer(sync_type).GetCurrentDelay(); in GetDelay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/
H A Dbackground_sync_launcher_android.cc39 return static_cast<int>(sync_type); in GetBackgroundTaskType()
82 blink::mojom::BackgroundSyncType sync_type, in ScheduleBrowserWakeUpWithDelay() argument
86 Get()->ScheduleBrowserWakeUpWithDelayImpl(sync_type, delay); in ScheduleBrowserWakeUpWithDelay()
91 blink::mojom::BackgroundSyncType sync_type) { in CancelBrowserWakeup() argument
93 Get()->CancelBrowserWakeupImpl(sync_type); in CancelBrowserWakeup()
106 blink::mojom::BackgroundSyncType sync_type, in ScheduleBrowserWakeUpWithDelayImpl() argument
115 GetBackgroundTaskType(sync_type), min_delay_ms); in ScheduleBrowserWakeUpWithDelayImpl()
119 blink::mojom::BackgroundSyncType sync_type) { in CancelBrowserWakeupImpl() argument
126 GetBackgroundTaskType(sync_type)); in CancelBrowserWakeupImpl()
130 blink::mojom::BackgroundSyncType sync_type, in FireBackgroundSyncEvents() argument
[all …]
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/tests/
H A DtestSynchroServerClient.cpp88 template <typename sync_type>
94 sync_type* fSynchro1;
95 sync_type* fSynchro2;
99 Test1(sync_type* synchro1, sync_type* synchro2) in Test1()
139 template <typename sync_type>
145 sync_type* fSynchro1;
146 sync_type* fSynchro2;
150 Test2(sync_type* synchro1, sync_type* synchro2) in Test2()
166 template <typename sync_type>
169 sync_type sem1, sem2, sem3, sem4; in run_tests()
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/customizations/s3/syncstrategy/
H A Dbase.py48 def __init__(self, sync_type='file_at_src_and_dest'): argument
63 self._check_sync_type(sync_type)
64 self._sync_type = sync_type
66 def _check_sync_type(self, sync_type): argument
67 if sync_type not in VALID_SYNC_TYPES:
70 (sync_type, VALID_SYNC_TYPES))
73 def sync_type(self): member in BaseSync
242 def __init__(self, sync_type='file_not_at_src'): argument
243 super(NeverSync, self).__init__(sync_type)
250 def __init__(self, sync_type='file_not_at_dest'): argument
[all …]
/dports/devel/py-b2sdk/b2sdk-1.12.0/b2sdk/sync/
H A Dpolicy_manager.py28 sync_type, argument
58 policy_class = self.get_policy_class(sync_type, delete, keep_days)
72 def get_policy_class(self, sync_type, delete, keep_days): argument
81 if sync_type == 'local-to-b2':
88 elif sync_type == 'b2-to-local':
95 elif sync_type == 'b2-to-b2':
104 sync_type,
/dports/devel/b2/B2_Command_Line_Tool-1.3.8/b2/sync/
H A Dpolicy_manager.py20 self, sync_type, source_file, source_folder, dest_file, dest_folder, now_millis, args argument
22 policy_class = self.get_policy_class(sync_type, args)
25 def get_policy_class(self, sync_type, args): argument
26 if sync_type == 'local-to-b2':
33 elif sync_type == 'b2-to-local':
40 assert False, 'invalid sync type: %s, args: %s' % (sync_type, str(args))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/filesystem/
H A Dlocal_file_system.cc69 SynchronousType sync_type, in ResolveURLCallback() argument
72 ResolveURLInternal(file_system_url, std::move(callbacks), sync_type); in ResolveURLCallback()
82 SynchronousType sync_type) { in RequestFileSystem() argument
85 WrapCrossThreadPersistent(this), type, std::move(callbacks), sync_type)); in RequestFileSystem()
94 SynchronousType sync_type, in RequestFileSystemCallback() argument
97 FileSystemAllowedInternal(type, std::move(callbacks), sync_type); in RequestFileSystemCallback()
150 SynchronousType sync_type) { in FileSystemAllowedInternal() argument
153 if (sync_type == kSynchronous) { in FileSystemAllowedInternal()
165 SynchronousType sync_type) { in ResolveURLInternal() argument
168 if (sync_type == kSynchronous) { in ResolveURLInternal()
H A Dlocal_file_system.h65 SynchronousType sync_type);
69 SynchronousType sync_type);
78 SynchronousType sync_type,
82 SynchronousType sync_type,
89 SynchronousType sync_type);
92 SynchronousType sync_type);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/filesystem/
H A Dlocal_file_system.cc72 SynchronousType sync_type, in ResolveURLCallback() argument
76 sync_type); in ResolveURLCallback()
87 SynchronousType sync_type) { in RequestFileSystem() argument
92 std::move(callbacks), sync_type)); in RequestFileSystem()
102 SynchronousType sync_type, in RequestFileSystemCallback() argument
105 FileSystemAllowedInternal(context, type, std::move(callbacks), sync_type); in RequestFileSystemCallback()
158 SynchronousType sync_type) { in FileSystemAllowedInternal() argument
160 if (sync_type == kSynchronous) { in FileSystemAllowedInternal()
173 SynchronousType sync_type) { in ResolveURLInternal() argument
175 if (sync_type == kSynchronous) { in ResolveURLInternal()

12345678910>>...16