Home
last modified time | relevance | path

Searched refs:SetAllowDrop (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_drop_test_ng.cpp122 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 Dview_abstract_test_ng.cpp1228 ViewAbstract::SetAllowDrop(std::move(allowDrop));
1229 ViewAbstract::SetAllowDrop(AceType::RawPtr(FRAME_NODE_REGISTER), std::move(allowDrop));
1263 ViewAbstract::SetAllowDrop(std::move(allowDrop));
H A Dframe_node_test_ng_new.cpp1097 frameNode->SetAllowDrop(allowDropSet);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_coverage.cpp354 frameNode->SetAllowDrop(allowDrop);
363 childNode->SetAllowDrop(allowDrop);
H A Ddrag_drop_manager_test_ng_new.cpp1367 frameNode->SetAllowDrop(allowDrop);
1939 frameNode->SetAllowDrop(allowDrop);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h169 static void SetAllowDrop(const std::set<std::string>& allowDrop);
585 static void SetAllowDrop(FrameNode* frameNode, const std::set<std::string>& allowDrop);
H A Dview_abstract_model_ng.h1084 void SetAllowDrop(const std::set<std::string>& allowDrop) override in SetAllowDrop() function
1086 ViewAbstract::SetAllowDrop(allowDrop); in SetAllowDrop()
H A Dview_abstract_model.h292 virtual void SetAllowDrop(const std::set<std::string>& allowDrop) = 0;
H A Dview_abstract.cpp1662 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 Dframe_node.h635 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 Dview_abstract_model_impl.h305 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 Darkts_native_common_bridge.h167 static ArkUINativeModuleValue SetAllowDrop(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.cpp4779 ArkUINativeModuleValue CommonBridge::SetAllowDrop(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetAllowDrop() function in OHOS::Ace::NG::CommonBridge
H A Darkts_native_api_impl_bridge.cpp719 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 Dtext_field_model_ng.cpp54 frameNode->SetAllowDrop(allowDropSet); in CreateNode()
215 frameNode->SetAllowDrop(allowDropSet); in ProcessDefaultStyleAndBehaviors()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2851 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 Dsearch_model_ng.cpp755 frameNode->SetAllowDrop(allowDropSet); in CreateTextField()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8975 ViewAbstractModel::GetInstance()->SetAllowDrop(allowDropSet); in JsAllowDrop()