Home
last modified time | relevance | path

Searched refs:popupUIExtensionRecords_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h416 std::unordered_map<int32_t, int32_t> popupUIExtensionRecords_; member in OHOS::OHOS::Ace::UIContentImpl
H A Dui_content_impl.cpp3521 popupUIExtensionRecords_.erase(nodeId); in OnPopupStateChange()
3527 popupUIExtensionRecords_[nodeId] = popupId; in SetCustomPopupConfig()
3621 UICONTENT_IMPL_PTR(content)->popupUIExtensionRecords_.erase(nodeId); in DestroyCustomPopupUIExtension()
3634 auto record = popupUIExtensionRecords_.find(targetId); in UpdateCustomPopupUIExtension()
3635 int32_t uiExtNodeId = (record != popupUIExtensionRecords_.end()) ? record->second : 0; in UpdateCustomPopupUIExtension()

Completed in 8 milliseconds