/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | render_state_observer_manager.cpp | 47 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 D | cj_environment_test.cpp | 332 TaskFuncType task = nullptr; in HWTEST_F() local
|
/foundation/ability/ability_runtime/js_environment/test/unittest/uncaught_exception_callback_test/ |
H A D | uncaught_exception_callback_test.cpp | 65 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 D | appexecfwk_appkit_native_app_module_test_second.cpp | 66 auto task = [abilityThread = this]() { MainThread::Start(); }; in SetUp() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | want_utils.cpp | 42 ConvertCallbackTask task = [&retCode, &isUsed, &callbackDoneCv, &callbackDoneMutex, in ConvertToExplicitWant() local
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | ohos_js_environment_test.cpp | 62 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 D | ability_bundle_event_callback.cpp | 96 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 D | rosen_render_image.h | 75 void SetFetchImageObjBackgroundTask(CancelableTask task) in SetFetchImageObjBackgroundTask() argument
|
/foundation/arkui/ace_engine/frameworks/base/thread/ |
H A D | background_task_executor.cpp | 82 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 D | view_partial_update_model_impl.cpp | 98 void ViewPartialUpdateModelImpl::FlushUpdateTask(const UpdateTask& task) in FlushUpdateTask() argument
|
H A D | custom_dialog_controller_model_impl.cpp | 118 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 D | component_test_manager_impl.cpp | 75 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 D | component_test_proxy.cpp | 30 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 D | update_config_manager.h | 38 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 D | distributed_ui_manager.h | 36 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 D | image_object.cpp | 173 auto task = [context, successCallback, failedCallback, imageSize, forceResize, skData = skData_, local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_storage_rdb.cpp | 162 auto task = [weakPtr] { in BackupRdb() local
|
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/ |
H A D | app_domain_verify_task_mgr.cpp | 164 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 D | app_domain_verify_task_mgr_test.cpp | 82 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 D | async_task_manager.cpp | 68 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 D | ark_idle_monitor.cpp | 115 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 D | rs_upload_resource_thread.cpp | 41 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 D | rs_thread_handler_generic.cpp | 32 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 D | rs_render_node_gc.cpp | 86 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 D | rs_sub_thread_unit_test.cpp | 267 auto task = std::make_unique<RSRenderTask>(*node, stage); in HWTEST_F() local
|