Searched refs:sheetContentKey (Results 1 – 1 of 1) sorted by relevance
117 SheetContentKey sheetContentKey(currentInstanceId, sheetContentNode->GetId()); in OpenBindSheetByUIContext() local118 if (overlayManagerMap_.find(sheetContentKey) != overlayManagerMap_.end()) { in OpenBindSheetByUIContext()145 overlayManagerMap_.emplace(sheetContentKey, overlayManager); in OpenBindSheetByUIContext()146 targetIdMap_.emplace(sheetContentKey, targetId); in OpenBindSheetByUIContext()164 SheetContentKey sheetContentKey(currentInstanceId, sheetContentNode->GetId()); in UpdateBindSheetByUIContext() local165 auto iter = overlayManagerMap_.find(sheetContentKey); in UpdateBindSheetByUIContext()166 …if (iter != overlayManagerMap_.end() && targetIdMap_.find(sheetContentKey) != targetIdMap_.end()) { in UpdateBindSheetByUIContext()169 sheetContentNode, sheetStyle, targetIdMap_[sheetContentKey], isPartialUpdate); in UpdateBindSheetByUIContext()179 SheetContentKey sheetContentKey(currentInstanceId, sheetContentNode->GetId()); in CloseBindSheetByUIContext() local180 auto iter = overlayManagerMap_.find(sheetContentKey); in CloseBindSheetByUIContext()[all …]