/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi_threadsafe.cpp | 1126 auto task = [test = this]() { in __anon3c3c60f50602() variable 1148 auto task = [test = this]() { in __anon3c3c60f50702() variable 1170 auto task = [test = this]() { in __anon3c3c60f50802() variable 1192 auto task = [test = this]() { in __anon3c3c60f50902() variable 1214 auto task = [test = this]() { in __anon3c3c60f50a02() variable 1236 auto task = [test = this]() { in __anon3c3c60f50b02() variable 1258 auto task = [test = this]() { in __anon3c3c60f50c02() variable 1280 auto task = [test = this]() { in __anon3c3c60f50d02() variable 1302 auto task = [test = this]() { in __anon3c3c60f50e02() variable 1325 auto task = [test = this]() { in __anon3c3c60f50f02() variable [all …]
|
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/ |
H A D | RecordingTaskTest.java | 95 RecordingTask task = createRecordingTask(r, channel); in testHandle_init() local 123 RecordingTask task = createRecordingTask(r, channel); in testOnConnected() local
|
/aosp12/frameworks/base/core/java/com/android/internal/infra/ |
H A D | ServiceConnector.java | 354 CompletionAwareJob<I, R> task = new CompletionAwareJob<>(); in postForResult() local 362 CompletionAwareJob<I, R> task = new CompletionAwareJob<>(); in postAsync() local 384 private void enqueue(@NonNull CompletionAwareJob<I, ?> task) { in enqueue() 428 CompletionAwareJob task = castOrNull(job, CompletionAwareJob.class); in completeExceptionally() local 450 CompletionAwareJob task = castOrNull(job, CompletionAwareJob.class); in processQueue() local 539 CompletionAwareJob task = castOrNull(job, CompletionAwareJob.class); in cancelPendingJobs() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability_thread.cpp | 336 auto task = [weak, want, lifeCycleStateInfo, sessionInfo]() { in ScheduleAbilityTransaction() local 365 auto task = [weak, uniqueId]() { in ScheduleShareData() local 396 auto task = [weak]() { in SchedulePrepareTerminateAbility() local 435 auto task = [weak, requestCode, resultCode, want]() { in SendResult() local 514 auto task = [weak, params, token = token_]() { in DumpAbilityInfo() local 641 auto task = [weak, want]() { in OnExecuteIntent() local
|
/ohos5.0/base/request/request/frameworks/native/src/ |
H A D | request_manager_impl.cpp | 271 std::shared_ptr<Request> task = this->GetTask(taskId); in AddListener() local 284 std::shared_ptr<Request> task = this->GetTask(taskId); in RemoveListener() local 297 std::shared_ptr<Request> task = this->GetTask(taskId); in AddListener() local 311 std::shared_ptr<Request> task = this->GetTask(taskId); in RemoveListener() local 433 std::shared_ptr<Request> task = this->GetTask(response->taskId); in OnResponseReceive() local 443 std::shared_ptr<Request> task = this->GetTask(std::to_string(notifyData->taskId)); in OnNotifyDataReceive() local
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | upload.rs | 478 let task = Arc::new(RequestTask::new( in build_task() localVariable 577 let task = build_task(config); in ut_upload_basic() localVariable 598 let task = build_task(config); in ut_upload_begins() localVariable 618 let task = build_task(config); in ut_upload_ends() localVariable 640 let task = build_task(config); in ut_upload_range() localVariable 673 let task = build_task(config); in ut_upload_index_range() localVariable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 431 auto task = [weak]() { in ScheduleForegroundApplication() local 461 auto task = [weak]() { in ScheduleBackgroundApplication() local 515 auto task = [weak, level]() { in ScheduleShrinkMemory() local 538 auto task = [weak, level]() { in ScheduleMemoryLevel() local 585 auto task = [weak, info]() { in ScheduleJsHeapMemory() local 606 auto task = [weak]() { in ScheduleProcessSecurityExit() local 1787 auto task = [this]() { in HandleNWebPreload() local 2484 auto task = [weak]() { in Init() local 2637 auto task = [] { in DestroyHeapProfiler() local 2656 auto task = [] { in ForceFullGC() local [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/ |
H A D | task_queue.cpp | 98 …e__((no_sanitize("cfi"))) int32_t TaskQueue::EnqueueTask(const std::shared_ptr<ITaskHandler> &task, in EnqueueTask() 141 std::shared_ptr<ITaskHandler> task = taskList_.front().task_; in CancelNotExecutedTaskLocked() local
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/ |
H A D | Policy.java | 27 void onCreate(BaseTask task, Bundle extras); in onCreate()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
H A D | MffTestCase.java | 43 FutureTask<MffContext> task = new FutureTask<MffContext>(new Callable<MffContext>() { in setUp() local
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
H A D | AsyncTaskUtil.java | 49 public static <Param> void executeInParallel(AsyncTask<Param, ?, ?> task, Param... params) { in executeInParallel()
|
/ohos5.0/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_message_looper.c | 31 struct HdfMessageTask *task = message->target; in HdfMessageLooperStart() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_surface_capture_task_parallel_test.cpp | 50 RSSurfaceCaptureTaskParallel task(0, captureConfig); variable
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | poller_api.cpp | 95 auto task = reinterpret_cast<ffrt::CPUEUTask*>(taskHandle); variable
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/ |
H A D | HibernationStateDiskStoreTest.java | 191 public <T> Future<T> submit(Callable<T> task) { in submit() 196 public <T> Future<T> submit(Runnable task, T result) { in submit() 201 public Future<?> submit(Runnable task) { in submit()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | BuiltInWallpaperAsset.java | 71 DecodeBitmapRegionAsyncTask task = new DecodeBitmapRegionAsyncTask(rect, receiver); in decodeBitmapRegion() local 77 DecodeDimensionsAsyncTask task = new DecodeDimensionsAsyncTask(receiver); in decodeRawDimensions() local 84 DecodeBitmapAsyncTask task = new DecodeBitmapAsyncTask(targetWidth, targetHeight, receiver); in decodeBitmap() local
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/imaging/ |
H A D | LocalImageFetcher.java | 134 ImageLoadingTask task = mTasks.get(key); in getImage() local 170 ImageLoadingTask task = mTasks.remove(key); in cancelRequest() local 191 private void fulfilRequests(ImageLoadingTask task, Drawable drawable) { in fulfilRequests()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection_ng/ |
H A D | window_extension_connection_ohos_ng.cpp | 49 …auto task = [weak = wptr<NGConnectionCallback>(this), weakOriginNode = originNode_, rsNode = rsSur… in OnWindowReady() local 73 auto task = [weak = originNode_, rsNode = rsOriginNode_, instanceId = instanceId_]() { in OnExtensionDisconnected() local 91 void PostTaskToUI(const std::function<void()>&& task, const std::string& name) const in PostTaskToUI() argument
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen.cpp | 130 int32_t DScreen::AddTask(const std::shared_ptr<Task> &task) in AddTask() 156 std::shared_ptr<Task> task; in TaskThreadLoop() local 182 void DScreen::HandleTask(const std::shared_ptr<Task> &task) in HandleTask()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_networking_collect.cpp | 296 auto task = [this] {this->ProcessEvent(INIT_EVENT);}; in ProcessEvent() local 311 auto task = [this, eventId] {this->ProcessEvent(eventId);}; in SendEvent() local 321 auto task = [this, eventId] {this->ProcessEvent(eventId);}; in SendEvent() local
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | AppTransitionControllerTest.java | 117 final Task task = behind.getTask(); in testClearTaskSkipAppExecuteTransition() local 186 final Task task = opening.getTask(); in testTransitWithinTask() local 338 final Task task = createTask(mDisplayContent); in testExitAnimationDone_beforeAppTransition() local 810 final Task task = createTask(mDisplayContent); in testOverrideTaskFragmentAdapter_overrideWithNonEmbeddedActivity() local 836 final Task task = createTask(mDisplayContent); in testOverrideTaskFragmentAdapter_overrideEmbeddedActivityWithDiffUid() local 889 final Task task = createTask(mDisplayContent); in testOverrideTaskFragmentAdapter_noOverrideNonEmbeddedActivityWithDiffUid() local 940 final Task task = createTask(mDisplayContent); in testTransitionGoodToGoForTaskFragments() local 970 final Task task = createTask(mDisplayContent); in testTransitionGoodToGoForTaskFragments_detachedApp() local
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/kits/extension/src/ |
H A D | js_wallpaper_extension_context.cpp | 125 … napi_env env, NapiAsyncTask &task, int32_t status) { in OnStartAbility() 183 … napi_env env, NapiAsyncTask &task, int32_t status) { in OnStartAbilityWithAccount() 218 napi_env env, NapiAsyncTask &task, int32_t status) { in OnTerminateAbility() 260 … napi_env env, NapiAsyncTask &task, int32_t status) { in OnConnectAbility() 301 … napi_env env, NapiAsyncTask &task, int32_t status) { in OnConnectAbilityWithAccount() 372 … napi_env env, NapiAsyncTask &task, int32_t status) { in OnDisconnectAbility() 515 auto task = [connection, element, remoteObject, resultCode]() { in OnAbilityConnectDone() local 565 auto task = [connection, element, resultCode]() { in OnAbilityDisconnectDone() local
|
/ohos5.0/base/inputmethod/imf/frameworks/kits/extension/src/ |
H A D | js_inputmethod_extension_context.cpp | 127 NapiAsyncTask &task, int32_t status) { in OnStartAbility() 180 … unwrapArgc](napi_env env, NapiAsyncTask &task, int32_t status) { in OnStartAbilityWithAccount() 212 … napi_env env, NapiAsyncTask &task, int32_t status) { in OnTerminateAbility() 264 NapiAsyncTask &task, int32_t status) { in OnConnectAbility() 317 … napi_env env, NapiAsyncTask &task, int32_t status) { in OnConnectAbilityWithAccount() 365 NapiAsyncTask &task, int32_t status) { in OnDisconnectAbility() 492 auto task = [connection, element, remoteObject, resultCode]() { in OnAbilityConnectDone() local 549 auto task = [connection, element, resultCode]() { in OnAbilityDisconnectDone() local
|
/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A D | PipeManager.java | 46 final Task task = new ImportFileTask(model, identifier); in readDocument() local 52 final Task task = new GetThumbnailTask(model, identifier); in readThumbnail() local
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog.cpp | 41 void Watchdog::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask() 46 void Watchdog::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t … in RunPeriodicalTask()
|