Searched refs:OpenBindSheetByUIContext (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_manager.h | 30 int32_t OpenBindSheetByUIContext(const RefPtr<NG::FrameNode>& sheetContentNode,
|
H A D | sheet_manager.cpp | 107 int32_t SheetManager::OpenBindSheetByUIContext( in OpenBindSheetByUIContext() function in OHOS::Ace::NG::SheetManager 152 overlayManager->OpenBindSheetByUIContext(sheetContentNode, std::move(buildTitleNodeFunc), in OpenBindSheetByUIContext()
|
H A D | overlay_manager.h | 454 void OpenBindSheetByUIContext(
|
H A D | overlay_manager.cpp | 4549 void OverlayManager::OpenBindSheetByUIContext( in OpenBindSheetByUIContext() function in OHOS::Ace::NG::OverlayManager
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/view_context/ |
H A D | view_context_model_ng.cpp | 60 …return SheetManager::GetInstance().OpenBindSheetByUIContext(sheetContentNode, std::move(titleBuild… in OpenBindSheet()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_test_ng.cpp | 456 …overlayManager->OpenBindSheetByUIContext(sheetContentNode, std::move(buildTitleNodeFunc), sheetSty… 574 …overlayManager->OpenBindSheetByUIContext(sheetContentNode, std::move(buildTitleNodeFunc), sheetSty… 677 …overlayManager->OpenBindSheetByUIContext(sheetContentNode, std::move(buildTitleNodeFunc), sheetSty… 767 …overlayManager->OpenBindSheetByUIContext(sheetContentNode, std::move(buildTitleNodeFunc), sheetSty…
|