/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_drop_test_ng.cpp | 122 frameNode->SetAllowDrop(allowDropSet); 159 frameNode->SetAllowDrop(allowDropSet); 702 frameNode->SetAllowDrop(allowDrop); 754 frameNode->SetAllowDrop(allowDrop); 806 frameNode->SetAllowDrop(allowDrop); 858 frameNode->SetAllowDrop(allowDrop); 910 frameNode->SetAllowDrop(allowDrop); 962 frameNode->SetAllowDrop(allowDrop); 1014 frameNode->SetAllowDrop(allowDrop); 1066 frameNode->SetAllowDrop(allowDrop); [all …]
|
H A D | view_abstract_test_ng.cpp | 1228 ViewAbstract::SetAllowDrop(std::move(allowDrop)); 1229 ViewAbstract::SetAllowDrop(AceType::RawPtr(FRAME_NODE_REGISTER), std::move(allowDrop)); 1263 ViewAbstract::SetAllowDrop(std::move(allowDrop));
|
H A D | frame_node_test_ng_new.cpp | 1097 frameNode->SetAllowDrop(allowDropSet);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng_coverage.cpp | 354 frameNode->SetAllowDrop(allowDrop); 363 childNode->SetAllowDrop(allowDrop);
|
H A D | drag_drop_manager_test_ng_new.cpp | 1367 frameNode->SetAllowDrop(allowDrop); 1939 frameNode->SetAllowDrop(allowDrop);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 169 static void SetAllowDrop(const std::set<std::string>& allowDrop); 585 static void SetAllowDrop(FrameNode* frameNode, const std::set<std::string>& allowDrop);
|
H A D | view_abstract_model_ng.h | 1084 void SetAllowDrop(const std::set<std::string>& allowDrop) override in SetAllowDrop() function 1086 ViewAbstract::SetAllowDrop(allowDrop); in SetAllowDrop()
|
H A D | view_abstract_model.h | 292 virtual void SetAllowDrop(const std::set<std::string>& allowDrop) = 0;
|
H A D | view_abstract.cpp | 1662 void ViewAbstract::SetAllowDrop(const std::set<std::string>& allowDrop) in SetAllowDrop() function in OHOS::Ace::NG::ViewAbstract 1666 frameNode->SetAllowDrop(allowDrop); in SetAllowDrop() 3610 void ViewAbstract::SetAllowDrop(FrameNode* frameNode, const std::set<std::string>& allowDrop) in SetAllowDrop() function in OHOS::Ace::NG::ViewAbstract 3613 frameNode->SetAllowDrop(allowDrop); in SetAllowDrop()
|
H A D | frame_node.h | 635 void SetAllowDrop(const std::set<std::string>& allowDrop) in SetAllowDrop() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.h | 305 void SetAllowDrop(const std::set<std::string>& allowDrop) override {} in SetAllowDrop() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 167 static ArkUINativeModuleValue SetAllowDrop(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 4779 ArkUINativeModuleValue CommonBridge::SetAllowDrop(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetAllowDrop() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 719 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetAllowDrop)); in GetArkUINativeModule()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.cpp | 54 frameNode->SetAllowDrop(allowDropSet); in CreateNode() 215 frameNode->SetAllowDrop(allowDropSet); in ProcessDefaultStyleAndBehaviors()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 2851 void SetAllowDrop(ArkUINodeHandle node, ArkUI_CharPtr* allowDropCharArray, ArkUI_Int32 length) in SetAllowDrop() function 2863 ViewAbstract::SetAllowDrop(frameNode, allowDropSet); in SetAllowDrop() 2872 ViewAbstract::SetAllowDrop(frameNode, allowDrop); in ResetAllowDrop() 6280 …SetVisibility, ResetVisibility, SetAccessibilityText, ResetAccessibilityText, SetAllowDrop, ResetA… in GetCommonModifier() 6354 …SetVisibility, ResetVisibility, SetAccessibilityText, ResetAccessibilityText, SetAllowDrop, ResetA… in GetCJUICommonModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_model_ng.cpp | 755 frameNode->SetAllowDrop(allowDropSet); in CreateTextField()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 8975 ViewAbstractModel::GetInstance()->SetAllowDrop(allowDropSet); in JsAllowDrop()
|