/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | side_bar_container_modifier.cpp | 123 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 D | side_bar_container_component.h | 69 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 D | side_bar_container_model_ng.h | 27 void SetShowControlButton(bool showControlButton) override; 65 static void SetShowControlButton(FrameNode* frameNode, bool showControlButton);
|
H A D | side_bar_container_model.h | 42 virtual void SetShowControlButton(bool showControlButton);
|
H A D | side_bar_container_model_ng.cpp | 79 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 D | js_side_bar.cpp | 117 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 D | js_side_bar.h | 34 static void SetShowControlButton(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | side_bar_container_model_impl.cpp | 48 void SideBarContainerModelImpl::SetShowControlButton(bool showControlButton) in SetShowControlButton() function in OHOS::Ace::Framework::SideBarContainerModelImpl 53 component->SetShowControlButton(showControlButton); in SetShowControlButton()
|
H A D | side_bar_container_model_impl.h | 29 void SetShowControlButton(bool showControlButton) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_side_bar_container_bridge.h | 30 static ArkUINativeModuleValue SetShowControlButton(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_side_bar_container_bridge.cpp | 166 ArkUINativeModuleValue SideBarContainerBridge::SetShowControlButton(ArkUIRuntimeCallInfo* runtimeCa… in SetShowControlButton() function in OHOS::Ace::NG::SideBarContainerBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3847 …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 D | cj_side_bar_container_ffi.cpp | 109 SideBarContainerModel::GetInstance()->SetShowControlButton(isShow); in FfiOHOSAceFrameworkSideBarShowControlButton()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/ |
H A D | side_bar_declaration.h | 77 void SetShowControlButton(bool isShow) in SetShowControlButton() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/ |
H A D | side_bar_pattern_test_ng.cpp | 124 SideBarContainerModelInstance.SetShowControlButton(SHOW_CONTROL_BUTTON);
|