Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_style.h72 size_t operator()(const SheetKey& sheetKey) const in operator()
74 return sheetKey.isStartUpByUIContext ? sheetKey.contentId : sheetKey.targetId; in operator()
H A Doverlay_manager.h76 explicit DismissTarget(const SheetKey& index) : sheetKey(index) in DismissTarget()
83 return targetIsSheet ? sheetKey.targetId : targetIdOfModal; in GetTargetId()
87 SheetKey sheetKey; member
441 void CloseSheet(const SheetKey& sheetKey);
483 void DestroySheet(const RefPtr<FrameNode>& sheetNode, const SheetKey& sheetKey);
484 void CleanSheet(const RefPtr<FrameNode>& sheetNode, const SheetKey& sheetKey);
779 SheetKey& sheetKey);
H A Doverlay_manager.cpp4232 sheetMap_.erase(sheetKey); in CloseSheet()
4255 sheetMap_.erase(sheetKey); in CloseSheet()
4520 SheetKey sheetKey(targetId); in OnBindSheet() local
4577 SheetKey sheetKey; in UpdateBindSheetByUIContext() local
4582 targetId = sheetKey.targetId; in UpdateBindSheetByUIContext()
4701 SheetKey sheetKey; in CloseBindSheetByUIContext() local
4706 CloseSheet(sheetKey); in CloseBindSheetByUIContext()
4802 SheetKey sheetKey; in SaveSheePageNode() local
4806 sheetKey = SheetKey(targetId); in SaveSheePageNode()
4859 SheetKey& sheetKey) in CreateSheetKey() argument
[all …]
H A Dsheet_presentation_pattern.h443 void SetSheetKey(const SheetKey& sheetKey) in SetSheetKey() argument
445 sheetKey_ = sheetKey; in SetSheetKey()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_ng.cpp572 SheetKey sheetKey = SheetKey(true, sheetContentNode->GetId(), targetId); variable
598 auto sheetNode = overlayManager->sheetMap_[sheetKey].Upgrade();
675 SheetKey sheetKey = SheetKey(true, sheetContentNode->GetId(), targetId); variable
701 auto sheetNode = overlayManager->sheetMap_[sheetKey].Upgrade();
765 SheetKey sheetKey = SheetKey(true, sheetContentNode->GetId(), targetId); variable
777 auto iter = overlayManager->sheetMap_.find(sheetKey);