Home
last modified time | relevance | path

Searched refs:shouldBuiltInRecognizerParallelWithFunc (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp218 ShouldBuiltInRecognizerParallelWithFunc shouldBuiltInRecognizerParallelWithFunc = variable
222 …ub->SetShouldBuildinRecognizerParallelWithFunc(std::move(shouldBuiltInRecognizerParallelWithFunc));
H A Dview_abstract_test_ng_for_property_config.cpp511 NG::ShouldBuiltInRecognizerParallelWithFunc shouldBuiltInRecognizerParallelWithFunc; variable
512 …stract::SetShouldBuiltInRecognizerParallelWith(std::move(shouldBuiltInRecognizerParallelWithFunc));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h270 NG::ShouldBuiltInRecognizerParallelWithFunc&& shouldBuiltInRecognizerParallelWithFunc);
649 … frameNode, NG::ShouldBuiltInRecognizerParallelWithFunc&& shouldBuiltInRecognizerParallelWithFunc);
H A Dview_abstract_model_ng.h933 … NG::ShouldBuiltInRecognizerParallelWithFunc&& shouldBuiltInRecognizerParallelWithFunc) override in SetShouldBuiltInRecognizerParallelWith() argument
935 …stract::SetShouldBuiltInRecognizerParallelWith(std::move(shouldBuiltInRecognizerParallelWithFunc)); in SetShouldBuiltInRecognizerParallelWith()
H A Dview_abstract_model.h264 NG::ShouldBuiltInRecognizerParallelWithFunc&& shouldBuiltInRecognizerParallelWithFunc) = 0;
H A Dview_abstract.cpp1109 NG::ShouldBuiltInRecognizerParallelWithFunc&& shouldBuiltInRecognizerParallelWithFunc) in SetShouldBuiltInRecognizerParallelWith() argument
1113 …ub->SetShouldBuildinRecognizerParallelWithFunc(std::move(shouldBuiltInRecognizerParallelWithFunc)); in SetShouldBuiltInRecognizerParallelWith()
4825 …* frameNode, NG::ShouldBuiltInRecognizerParallelWithFunc&& shouldBuiltInRecognizerParallelWithFunc) in SetShouldBuiltInRecognizerParallelWith() argument
4830 …ub->SetShouldBuildinRecognizerParallelWithFunc(std::move(shouldBuiltInRecognizerParallelWithFunc)); in SetShouldBuiltInRecognizerParallelWith()
H A Dframe_node.cpp5513 auto shouldBuiltInRecognizerParallelWithFunc = gestureHub->GetParallelInnerGestureToFunc(); in TriggerShouldParallelInnerWith() local
5514 CHECK_NULL_VOID(shouldBuiltInRecognizerParallelWithFunc); in TriggerShouldParallelInnerWith()
5538 auto result = shouldBuiltInRecognizerParallelWithFunc(item, iter->second); in TriggerShouldParallelInnerWith()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h189 … NG::ShouldBuiltInRecognizerParallelWithFunc&& shouldBuiltInRecognizerParallelWithFunc) override in SetShouldBuiltInRecognizerParallelWith() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp7471 auto shouldBuiltInRecognizerParallelWithFunc = in SetShouldBuiltInRecognizerParallelWith() local
7499 frameNode, std::move(shouldBuiltInRecognizerParallelWithFunc)); in SetShouldBuiltInRecognizerParallelWith()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp9937 auto shouldBuiltInRecognizerParallelWithFunc = in JsShouldBuiltInRecognizerParallelWith() local
9947 std::move(shouldBuiltInRecognizerParallelWithFunc)); in JsShouldBuiltInRecognizerParallelWith()