Searched defs:sheetContentNode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_context_model_impl.h | 26 int32_t OpenBindSheet(const RefPtr<NG::FrameNode>& sheetContentNode, in OpenBindSheet() 34 int32_t UpdateBindSheet(const RefPtr<NG::FrameNode>& sheetContentNode, in UpdateBindSheet() 36 int32_t CloseBindSheet(const RefPtr<NG::FrameNode>& sheetContentNode, in CloseBindSheet()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/view_context/ |
H A D | view_context_model_ng.cpp | 52 …const RefPtr<NG::FrameNode>& sheetContentNode, std::function<void()>&& titleBuildFunc, NG::SheetSt… in OpenBindSheet() 67 int32_t ViewContextModelNG::UpdateBindSheet(const RefPtr<NG::FrameNode>& sheetContentNode, in UpdateBindSheet() 74 int32_t ViewContextModelNG::CloseBindSheet(const RefPtr<NG::FrameNode>& sheetContentNode, int32_t c… in CloseBindSheet()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_manager.cpp | 108 …const RefPtr<NG::FrameNode>& sheetContentNode, std::function<void()>&& titleBuildFunc, NG::SheetSt… in OpenBindSheetByUIContext() 160 int32_t SheetManager::UpdateBindSheetByUIContext(const RefPtr<NG::FrameNode>& sheetContentNode, in UpdateBindSheetByUIContext() 176 const RefPtr<NG::FrameNode>& sheetContentNode, int32_t currentInstanceId) in CloseBindSheetByUIContext()
|
H A D | overlay_manager.cpp | 4533 RefPtr<UINode> sheetContentNode = buildNodeFunc(); in OnBindSheet() local 4550 const RefPtr<FrameNode>& sheetContentNode, std::function<RefPtr<UINode>()>&& buildtitleNodeFunc, in OpenBindSheetByUIContext() 4575 …const RefPtr<NG::FrameNode>& sheetContentNode, NG::SheetStyle& sheetStyle, int32_t targetId, bool … in UpdateBindSheetByUIContext() 4699 void OverlayManager::CloseBindSheetByUIContext(const RefPtr<NG::FrameNode>& sheetContentNode, int32… in CloseBindSheetByUIContext() 4710 const RefPtr<UINode>& sheetContentNode, std::function<RefPtr<UINode>()>&& buildtitleNodeFunc, in OnBindSheetInner() 4795 const RefPtr<FrameNode>& sheetPageNode, const RefPtr<UINode>& sheetContentNode, in SaveSheePageNode() 4858 bool OverlayManager::CreateSheetKey(const RefPtr<NG::FrameNode>& sheetContentNode, int32_t targetId, in CreateSheetKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_context.cpp | 402 NG::FrameNode* sheetContentNode = reinterpret_cast<NG::FrameNode*>(targetNodePtr); in ParseSheeetContentNode() local 829 auto sheetContentNode = ParseSheeetContentNode(info); in JSOpenBindSheet() local 893 auto sheetContentNode = ParseSheeetContentNode(info); in JSUpdateBindSheet() local 935 auto sheetContentNode = ParseSheeetContentNode(info); in JSCloseBindSheet() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_test_ng.cpp | 433 auto sheetContentNode = variable 551 auto sheetContentNode = variable 641 auto sheetContentNode = variable 744 auto sheetContentNode = variable
|