Searched defs:jsTaskExecutor (Results 1 – 3 of 3) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| D | jsi_animation_bridge.cpp | 211 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in AddListenerForEventCallback() local 225 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in AddListenerForEventCallback() local 476 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in SetPlayStateCallbacksWithListenerId() local 490 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in SetPlayStateCallbacksWithListenerId() local 515 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in SetPlayStateCallbacks() local 528 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in SetPlayStateCallbacks() local 541 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in SetPlayStateCallbacks() local 648 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in AnimationBridgeTaskFunc() local
|
| D | jsi_animator_bridge.cpp | 247 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in AddListenerForEventCallback() local 259 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in AddListenerForEventCallback() local 271 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in AddListenerForEventCallback() local 283 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in AddListenerForEventCallback() local 301 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in AddFrameListener() local 587 auto jsTaskExecutor = delegate->GetAnimationJsTask(); in AnimatorBridgeTaskFunc() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| D | web_delegate.cpp | 5013 auto jsTaskExecutor = SingleTaskExecutor::Make(taskExecutor_, TaskExecutor::TaskType::JS); in OnConsoleLog() local 5040 auto jsTaskExecutor = SingleTaskExecutor::Make(taskExecutor_, TaskExecutor::TaskType::JS); in OnCommonDialog() local 5116 auto jsTaskExecutor = SingleTaskExecutor::Make(taskExecutor_, TaskExecutor::TaskType::JS); in OnHttpAuthRequest() local 5152 auto jsTaskExecutor = SingleTaskExecutor::Make(taskExecutor_, TaskExecutor::TaskType::JS); in OnSslErrorRequest() local 5188 auto jsTaskExecutor = SingleTaskExecutor::Make(taskExecutor_, TaskExecutor::TaskType::JS); in OnAllSslErrorRequest() local 5208 auto jsTaskExecutor = SingleTaskExecutor::Make(taskExecutor_, TaskExecutor::TaskType::JS); in OnSslSelectCertRequest() local 5435 …auto jsTaskExecutor = SingleTaskExecutor::Make(context->GetTaskExecutor(), TaskExecutor::TaskType:… in OnInterceptRequest() local 5591 auto jsTaskExecutor = SingleTaskExecutor::Make(taskExecutor_, TaskExecutor::TaskType::JS); in OnFileSelectorShow() local 5611 auto jsTaskExecutor = SingleTaskExecutor::Make(taskExecutor_, TaskExecutor::TaskType::JS); in OnFileSelectorShow() local 5630 auto jsTaskExecutor = SingleTaskExecutor::Make(taskExecutor_, TaskExecutor::TaskType::JS); in OnContextMenuShow() local [all …]
|