Home
last modified time | relevance | path

Searched defs:task (Results 426 – 450 of 1027) sorted by relevance

1...<<11121314151617181920>>...42

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.cpp317 …auto task = [keyEventEntry, keyCodeEntry, consumer]() { DealKeyEvent(keyEventEntry, keyCodeEntry, … in OnDealKeyEvent() local
391 auto task = [entry]() { in OnKeyEvent() local
439 auto task = [entry]() { in OnKeyEvent() local
488 auto task = [entry]() { in OnCursorUpdate() local
527 auto task = [entry]() { in OnSelectionChange() local
563 auto task = [entry]() { in OnTextChange() local
592 auto task = [entry]() { in OnEditorAttributeChange() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension_context.cpp145 …[weak = context_, want, startOptions, unwrapArgc](napi_env env, NapiAsyncTask& task, int32_t statu… in OnStartAbility()
195 [weak = context_](napi_env env, NapiAsyncTask& task, int32_t status) { in OnTerminateSelf()
245 …[weak = context_, type, wantParam, callback](napi_env env, NapiAsyncTask& task, int32_t status) mu… in OnStartAbilityByType()
384 NapiAsyncTask& task, int32_t status) { in OnConnectServiceExtensionAbility()
425 napi_env env, NapiAsyncTask& task, int32_t status) { in OnDisConnectServiceExtensionAbility()
538 …([connection, element, remoteObject, resultCode](napi_env env, NapiAsyncTask &task, int32_t status… in OnAbilityConnectDone()
586 ([connection, element, resultCode](napi_env env, NapiAsyncTask &task, int32_t status) { in OnAbilityDisconnectDone()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dtask_queue.h96 bool InvokeTask(const ITaskQueueTask::Ptr& task) override in InvokeTask()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/
H A Dtask_ctx_test.cpp58 SCPUEUTask *task = new SCPUEUTask(nullptr, nullptr, 0, QoS()); variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dlib.rs18 mod task; module
/ohos5.0/base/update/updater/test/unittest/script/
H A Dthreadpool_unittest.cpp56 Task task; in TestThreadPoolCreate() local
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_input_interceptor.cpp378 auto task = [keyEvent, interceptor] {interceptor->ProcessKeyEvent(keyEvent);}; in OnInputEvent() local
401 auto task = [pointerEvent, interceptor] {interceptor->ProcessPointerEvent(pointerEvent);}; in OnInputEvent() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H A Dapp_domain_verify_task_mgr.cpp98 auto task = std::move(tasks_.front()); in Init() local
163 bool AppDomainVerifyTaskMgr::AddTask(const std::shared_ptr<IHttpTask>& task) in AddTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c88 TaskItem *task = (TaskItem *)QueueTryDequeue(thread->taskQueue); in ThreadStartFunc() local
196 TaskItem *task = (TaskItem *)malloc(sizeof(TaskItem)); in ThreadPostTask() local
/ohos5.0/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp195 auto task = [this]() { in SetSatelliteCallDurationProcessing() local
221 auto task = []() { in SetSatelliteCallCountDownProcessing() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_ui_extension_callback.cpp98 ([jsUIExtensionCallback, number](napi_env env, NapiAsyncTask &task, int32_t status) { in OnError()
124 … ([jsUIExtensionCallback, resultCode, want](napi_env env, NapiAsyncTask &task, int32_t status) { in OnResult()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Denvironment_callback.cpp66 (napi_env env, NapiAsyncTask &task, int32_t status) { in OnConfigurationUpdated()
113 (napi_env env, NapiAsyncTask &task, int32_t status) { in OnMemoryLevel()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-mini-debug-shell.md187 ### task subsection
193 ###### task l5subsection
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.h77 ffrt::CPUEUTask* task; member
110 static void CoWakeFunc(ffrt::CPUEUTask* task, bool timeOut) in CoWakeFunc()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp71 auto task = [weakThis = wptr(this), rsTransaction, updateReason]() { in NotifyClientToUpdateRect() local
204 auto task = [weakThis = wptr(this), isSkip]() { in SetSkipSelfWhenShowOnVirtualScreen() local
H A Dsub_session.cpp54 auto task = [weakThis = wptr(this), property]() { in Show() local
91 auto task = [weakThis = wptr(this)]() { in Hide() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c118 EpollTask *task = data; in CoAPEpollReadHandle() local
142 EpollTask *task = data; in CoAPEpollWriteHandle() local
163 EpollTask *task = data; in CoAPEpollErrorHandle() local
345 EpollTask *task = &taskListInfo->taskList[i]; in CoapSelectWait() local
/ohos5.0/base/startup/init/test/unittest/loopevent/
H A Dloopserver_unittest.cpp89 static LE_STATUS TestHandleTaskEvent(const LoopHandle loop, const TaskHandle task, uint32_t oper) in TestHandleTaskEvent()
94 static void TestOnReceiveRequest(const TaskHandle task, const uint8_t *buffer, uint32_t nread) in TestOnReceiveRequest()
106 static void TestClientOnReceiveRequest(const TaskHandle task, const uint8_t *buffer, uint32_t nread) in TestClientOnReceiveRequest()
283 TaskHandle task = nullptr; in CreateConnect() local
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp134 [this](napi_env env, NapiAsyncTask& task, int32_t status) { in OnGetAllScreens()
411 [mainScreenId, screenIds](napi_env env, NapiAsyncTask& task, int32_t status) { in OnMakeMirror()
465 [options](napi_env env, NapiAsyncTask& task, int32_t status) { in OnMakeExpand()
521 [ screenIds](napi_env env, NapiAsyncTask& task, int32_t status) { in OnStopMirror()
573 [screenIds](napi_env env, NapiAsyncTask& task, int32_t status) { in OnStopExpand()
647 [option](napi_env env, NapiAsyncTask& task, int32_t status) { in OnCreateVirtualScreen()
758 [screenId](napi_env env, NapiAsyncTask& task, int32_t status) { in OnDestroyVirtualScreen()
810 [screenId, surface](napi_env env, NapiAsyncTask& task, int32_t status) { in OnSetVirtualScreenSurface()
840 [](napi_env env, NapiAsyncTask& task, int32_t status) { in OnIsScreenRotationLocked()
894 [isLocked](napi_env env, NapiAsyncTask& task, int32_t status) { in OnSetScreenRotationLocked()
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c376 static void DoStartSession(HcTaskBase *task) in DoStartSession()
393 static void DoProcSession(HcTaskBase *task) in DoProcSession()
416 static void InitStartSessionTask(StartSessionTask *task, int64_t sessionId) in InitStartSessionTask()
423 static void DestroyProcSessionTask(HcTaskBase *task) in DestroyProcSessionTask()
429 static void InitProcSessionTask(ProcSessionTask *task, int64_t sessionId, CJson *receivedMsg) in InitProcSessionTask()
439 StartSessionTask *task = (StartSessionTask *)HcMalloc(sizeof(StartSessionTask), 0); in PushStartSessionTask() local
465 ProcSessionTask *task = (ProcSessionTask *)HcMalloc(sizeof(ProcSessionTask), 0); in PushProcSessionTask() local
1463 SoftBusTask *task = (SoftBusTask *)baseTask; in DoOnChannelOpened() local
1474 static void InitSoftBusTask(SoftBusTask *task, int64_t requestId) in InitSoftBusTask()
1489 SoftBusTask *task = (SoftBusTask *)HcMalloc(sizeof(SoftBusTask), 0); in OnChannelOpenedCb() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs232 let task = self.buffer[(pos & MASK) as usize].get(); in pop_front() localVariable
322 let task = unsafe { ptr::read(task_ptr).assume_init() }; in push_overflowed() localVariable
391 let task = unsafe { ptr::read(task_ptr).assume_init() }; in steal_into() localVariable
404 let task = unsafe { ptr::read(task_ptr).assume_init() }; in steal_into() localVariable
438 let task = self.pop_front().unwrap(); in drop() localVariable
461 let task = unsafe { ptr::read(task_ptr.get()).assume_init() }; in push_batch() localVariable
520 let task = list in pop_front() localVariable
615 let task = self.pop_front(); in pop_front_and_release() localVariable
622 let task = self.steal_into(other); in steal_into_and_release() localVariable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Dace_ability.cpp95 bool AceAbility::PostUITask(std::function<void()> task) in PostUITask()
/ohos5.0/foundation/filemanagement/dfs_service/utils/ffrt/src/
H A Dffrt_timer.cpp40 auto task = [this, interval, callback, repatTimes]() { in Start() local
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Devent_handler.h37 auto task = new PostTask<F>(f); in Post() local
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_provider/
H A Djs_form_provider.cpp214 [formInfoFilter](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetFormsInfo()
271 …NapiAsyncTask::CompleteCallback complete = [formId, time](napi_env env, NapiAsyncTask &task, int32… in OnSetFormNextRefreshTime()
349 …[formId, data = formProviderData, formDataProxies](napi_env env, NapiAsyncTask &task, int32_t stat… in OnUpdateForm()
383 … NapiAsyncTask::CompleteCallback complete = [](napi_env env, NapiAsyncTask &task, int32_t status) { in OnIsRequestPublishFormSupported()
450 …ask::CompleteCallback complete = [asyncCallbackInfo](napi_env env, NapiAsyncTask &task, int32_t st… in OnRequestPublishForm()

1...<<11121314151617181920>>...42