Home
last modified time | relevance | path

Searched refs:ResetShowCloseIcon (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dpanel_modifier.cpp143 void ResetShowCloseIcon(ArkUINodeHandle node) in ResetShowCloseIcon() function
184 …SetPanelCustomHeightByString, ResetPanelCustomHeight, SetShowCloseIcon, ResetShowCloseIcon, SetDra… in GetPanelModifier()
195 …SetPanelCustomHeightByString, ResetPanelCustomHeight, SetShowCloseIcon, ResetShowCloseIcon, SetDra… in GetCJUIPanelModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_panel_bridge.h39 static ArkUINativeModuleValue ResetShowCloseIcon(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_panel_bridge.cpp246 ArkUINativeModuleValue PanelBridge::ResetShowCloseIcon(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetShowCloseIcon() function in OHOS::Ace::NG::PanelBridge
H A Darkts_native_api_impl_bridge.cpp1166 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PanelBridge::ResetShowCloseIcon)); in GetArkUINativeModule()
3105 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), PanelBridge::ResetShowCloseIcon)); in RegisterPanelAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_property.h66 ResetShowCloseIcon(); in Reset()