Home
last modified time | relevance | path

Searched defs:task (Results 151 - 175 of 650) sorted by relevance

12345678910>>...26

/foundation/ability/ability_runtime/services/appmgr/src/
H A Drender_state_observer_manager.cpp47 auto task = [weak = weak_from_this(), observer]() { in RegisterRenderStateObserver() local
95 auto task = [weak = weak_from_this(), observer]() { in UnregisterRenderStateObserver() local
128 auto task = [weak = weak_from_this(), renderRecord, state]() { in OnRenderStateChanged() local
/foundation/ability/ability_runtime/cj_environment/test/unittest/cj_environment_test/
H A Dcj_environment_test.cpp332 TaskFuncType task = nullptr; in HWTEST_F() local
/foundation/ability/ability_runtime/js_environment/test/unittest/uncaught_exception_callback_test/
H A Duncaught_exception_callback_test.cpp65 auto task = [](std::string summary, const JsEnv::ErrorObject errorObj) { in HWTEST_F() local
113 auto task = [](std::string summary, const JsEnv::ErrorObject errorObj) { in HWTEST_F() local
142 auto task = [](std::string summary, const JsEnv::ErrorObject errorObj) { in HWTEST_F() local
190 auto task in HWTEST_F() local
225 auto task = [](std::string summary, const JsEnv::ErrorObject errorObj) { HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/
H A Dappexecfwk_appkit_native_app_module_test_second.cpp66 auto task = [abilityThread = this]() { MainThread::Start(); }; in SetUp() local
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwant_utils.cpp42 ConvertCallbackTask task = [&retCode, &isUsed, &callbackDoneCv, &callbackDoneMutex, in ConvertToExplicitWant() local
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dohos_js_environment_test.cpp62 auto task = [name = taskName]() { in HWTEST_F() local
91 auto task = [taskName, &taskExecuted]() { in HWTEST_F() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_bundle_event_callback.cpp96 auto task = [weakThis, bundleName, uid]() { in HandleUpdatedModuleInfo() local
110 auto task = [weakThis, bundleName, uid]() { in HandleAppUpgradeCompleted() local
129 auto task = []() { in HandleRestartResidentProcessDependedOnWeb() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.h75 void SetFetchImageObjBackgroundTask(CancelableTask task) in SetFetchImageObjBackgroundTask() argument
/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dbackground_task_executor.cpp82 bool BackgroundTaskExecutor::PostTask(Task&& task, BgTaskPriority priority) in PostTask() argument
116 bool BackgroundTaskExecutor::PostTask(const Task& task, BgTaskPriority priority) in PostTask() argument
193 Task task; ThreadLoop() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_partial_update_model_impl.cpp98 void ViewPartialUpdateModelImpl::FlushUpdateTask(const UpdateTask& task) in FlushUpdateTask() argument
H A Dcustom_dialog_controller_model_impl.cpp118 auto task = [context, showDialogProperties = dialogProperties, &dialogProperties, &pending, &isShown, &cancelTask, in ShowDialog() local
187 auto task = [lastStack, showDialogComponent = dialogComponent, &dialogProperties, &pending, &isShown, &cancelTask, in CloseDialog() local
[all...]
/foundation/arkui/ace_engine/frameworks/component_test/
H A Dcomponent_test_manager_impl.cpp75 PostUITask( std::function<void(void*)>&& task, std::function<void(void*)>&& onFinish, void* data, uint32_t delay) PostUITask() argument
81 PostJSTask( std::function<void(void*)>&& task, std::function<void(void*)>&& onFinish, void* data, uint32_t delay) PostJSTask() argument
H A Dcomponent_test_proxy.cpp30 PostUITask( std::function<void(void*)>&& task, std::function<void(void*)>&& onFinish, void* data, uint32_t delay) PostUITask() argument
36 PostJSTask( std::function<void(void*)>&& task, std::function<void(void*)>&& onFinish, void* data, uint32_t delay) PostJSTask() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dupdate_config_manager.h38 void UpdateConfigSync(const T& config, std::function<void()> &&task) in UpdateConfigSync() argument
50 void UpdatePromiseConfig(const T& config, std::function<void()> &&task, const RefPtr<Container>& container, in UpdatePromiseConfig() argument
62 void UpdateConfig(const T& config, std::function<void()> &&task, const RefPtr<Container>& container, in UpdateConfig() argument
89 void PostUpdateConfigTaskLocked(const T& config, CancelableCallback<void()> &&task, in PostUpdateConfigTaskLocked() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h36 auto task = [this, &ret]() { ret = distributedUI_->DumpUITree(); }; in DumpUITree() local
53 auto task = [this, &event]() { distributedUI_->ProcessSerializeableInputEvent(event); }; in ProcessSerializeableInputEvent() local
59 auto task = [this, &uiTree]() { distributedUI_->RestoreUITree(uiTree); }; in RestoreUITree() local
65 auto task = [this, &update]() { distributedUI_->UpdateUITree(update); }; in UpdateUITree() local
80 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name) in PostSyncTaskToUI() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.cpp173 auto task = [context, successCallback, failedCallback, imageSize, forceResize, skData = skData_, local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_storage_rdb.cpp162 auto task = [weakPtr] { in BackupRdb() local
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H A Dapp_domain_verify_task_mgr.cpp164 bool AppDomainVerifyTaskMgr::AddTask(const std::shared_ptr<IHttpTask>& task) in AddTask() argument
[all...]
/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/httpsession_test/
H A Dapp_domain_verify_task_mgr_test.cpp82 std::shared_ptr<MocVerifyHttpTask> task = std::make_shared<MocVerifyHttpTask>(); in HWTEST_F() local
109 std::shared_ptr<MocVerifyHttpTask> task in HWTEST_F() local
136 std::shared_ptr<MocVerifyHttpTask> task = std::make_shared<MocVerifyHttpTask>(); HWTEST_F() local
163 std::shared_ptr<MocVerifyHttpTask> task = std::make_shared<MocVerifyHttpTask>(); HWTEST_F() local
190 std::shared_ptr<MocVerifyHttpTask> task = std::make_shared<MocVerifyHttpTask>(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dasync_task_manager.cpp68 AsyncTask *task = head_; in Reset() local
100 AsyncTask *task = head_; in Callback() local
123 auto *task = new AsyncTask(); Dispatch() local
[all...]
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.cpp115 auto task = [](void* idleMonitorPtr) { in PostMonitorTask() local
161 auto task = [this]() { in NotifyTryCompressGC() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H A Drs_upload_resource_thread.cpp41 void RSUploadResourceThread::PostTask(const std::function<void()>& task) in PostTask() argument
48 void RSUploadResourceThread::PostSyncTask(const std::function<void()>& task) in PostSyncTask() argument
55 void RSUploadResourceThread::PostTask(const std::function<void()>& task, const std::string& name) in PostTask() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_thread_handler_generic.cpp32 explicit GenericMessageHandler(const RSTaskMessage::RSTask task) : task_(task) {} in GenericMessageHandler() argument
49 explicit GenericThreadMessage(const RSTaskMessage::RSTask task) : messageHandler_(new GenericMessageHandler(task)) in GenericThreadMessage() argument
100 RSTaskHandle RSThreadHandler::StaticCreateTask(const RSTaskMessage::RSTask task) in StaticCreateTask() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_gc.cpp86 auto task = [this]() { in ReleaseNodeMemory() local
148 auto task = []() { in ReleaseDrawableMemory() local
199 auto task = [this]() { in ReleaseFromTree() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/parallel_render/
H A Drs_sub_thread_unit_test.cpp267 auto task = std::make_unique<RSRenderTask>(*node, stage); in HWTEST_F() local

Completed in 48 milliseconds

12345678910>>...26