Home
last modified time | relevance | path

Searched defs:SheetKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_style.h49 struct SheetKey { struct
50 SheetKey() {} in SheetKey() function
51 explicit SheetKey(int32_t inputTargetId) : targetId(inputTargetId) {} in SheetKey() argument
52 SheetKey(bool hasValidTarget, int32_t inputContentId, int32_t inputTargetId) in SheetKey() argument
72 size_t operator()(const SheetKey& sheetKey) const in operator() argument
H A Doverlay_manager.cpp6787 const std::unordered_map<SheetKey, WeakPtr<FrameNode>, SheetKeyHash>& map, in DumpSheetMapInfo()