Home
last modified time | relevance | path

Searched refs:SetShowControlButton (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dside_bar_container_modifier.cpp123 void SetShowControlButton(ArkUINodeHandle node, ArkUI_Bool isShow) in SetShowControlButton() function
127 SideBarContainerModelNG::SetShowControlButton(frameNode, isShow); in SetShowControlButton()
134 SideBarContainerModelNG::SetShowControlButton(frameNode, DEFAULT_SHOW_CONTROL_BUTTON); in ResetShowControlButton()
242 …ResetMinSideBarWidth, SetControlButton, ResetControlButton, SetShowControlButton, ResetShowControl… in GetSideBarContainerModifier()
253 …ResetMinSideBarWidth, SetControlButton, ResetControlButton, SetShowControlButton, ResetShowControl… in GetCJUISideBarContainerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.h69 void SetShowControlButton(bool isShow) in SetShowControlButton() function
71 declaration_->SetShowControlButton(isShow); in SetShowControlButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_model_ng.h27 void SetShowControlButton(bool showControlButton) override;
65 static void SetShowControlButton(FrameNode* frameNode, bool showControlButton);
H A Dside_bar_container_model.h42 virtual void SetShowControlButton(bool showControlButton);
H A Dside_bar_container_model_ng.cpp79 void SideBarContainerModelNG::SetShowControlButton(bool showControlButton) in SetShowControlButton() function in OHOS::Ace::NG::SideBarContainerModelNG
320 void SideBarContainerModelNG::SetShowControlButton(FrameNode* frameNode, bool showControlButton) in SetShowControlButton() function in OHOS::Ace::NG::SideBarContainerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_side_bar.cpp117 void JSSideBar::SetShowControlButton(const JSCallbackInfo& info) in SetShowControlButton() function in OHOS::Ace::Framework::JSSideBar
125 SideBarContainerModel::GetInstance()->SetShowControlButton(true); in SetShowControlButton()
130 SideBarContainerModel::GetInstance()->SetShowControlButton(info[0]->ToBoolean()); in SetShowControlButton()
159 JSClass<JSSideBar>::StaticMethod("showControlButton", &JSSideBar::SetShowControlButton); in JSBind()
H A Djs_side_bar.h34 static void SetShowControlButton(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp48 void SideBarContainerModelImpl::SetShowControlButton(bool showControlButton) in SetShowControlButton() function in OHOS::Ace::Framework::SideBarContainerModelImpl
53 component->SetShowControlButton(showControlButton); in SetShowControlButton()
H A Dside_bar_container_model_impl.h29 void SetShowControlButton(bool showControlButton) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_side_bar_container_bridge.h30 static ArkUINativeModuleValue SetShowControlButton(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_side_bar_container_bridge.cpp166 ArkUINativeModuleValue SideBarContainerBridge::SetShowControlButton(ArkUIRuntimeCallInfo* runtimeCa… in SetShowControlButton() function in OHOS::Ace::NG::SideBarContainerBridge
H A Darkts_native_api_impl_bridge.cpp3847 …a::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SideBarContainerBridge::SetShowControlButton)); in RegisterSideBarContainerAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_side_bar_container_ffi.cpp109 SideBarContainerModel::GetInstance()->SetShowControlButton(isShow); in FfiOHOSAceFrameworkSideBarShowControlButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h77 void SetShowControlButton(bool isShow) in SetShowControlButton() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_pattern_test_ng.cpp124 SideBarContainerModelInstance.SetShowControlButton(SHOW_CONTROL_BUTTON);