Searched refs:PostJSTask (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | component_test_proxy.cpp | 36 void ComponentTestManagerProxy::PostJSTask( in PostJSTask() function in OHOS::Ace::ComponentTest::ComponentTestManagerProxy 39 return GetCurrentComponentTestManager()->PostJSTask(std::move(task), std::move(onFinish), data, delay); in PostJSTask()
|
H A D | component_test_manager.h | 29 virtual void PostJSTask(std::function<void(void*)>&& task, std::function<void(void*)>&& onFinish,
|
H A D | component_test_proxy.h | 29 static void PostJSTask(std::function<void(void*)>&& task, std::function<void(void*)>&& onFinish,
|
H A D | component_test_manager_impl.h | 37 void PostJSTask(std::function<void(void*)>&& task, std::function<void(void*)>&& onFinish, void* data = nullptr,
|
H A D | component_test_manager_impl.cpp | 81 void ComponentTestManagerImpl::PostJSTask( in PostJSTask() function in OHOS::Ace::ComponentTest::ComponentTestManagerImpl
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/ |
H A D | js_component_test_component.cpp | 125 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSTap() 148 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSDoubleTap() 182 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSPress() 214 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSPinchOut() 246 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSPinchIn() 278 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSInputText() 302 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSClearText() 336 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSScrollToTop() 373 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSScrollToBottom() 400 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSGetId() [all...] |
H A D | js_component_test_tester.cpp | 193 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSFindComponent() 230 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSFindComponents() 279 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSAssertComponentExist() 314 ComponentTest::ComponentTestManagerProxy::PostJSTask( in PostScrollUntilExist() 397 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSTriggerkey() 450 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSTriggerCombineKeys() 487 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSTap() 524 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSDoubleTap() 567 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSPress() 605 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSScroll() [all...] |
H A D | js_component_test.cpp | 182 ComponentTest::ComponentTestManagerProxy::PostJSTask( in JSDefineTest()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_component_impl.cpp | 215 ComponentTestManagerProxy::PostJSTask( in ScrollToBorderAsync()
|
Completed in 6 milliseconds