Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp42 static std::atomic<int32_t> g_dialogId(0); variable
70 return g_dialogId.fetch_add(1, std::memory_order_relaxed); in GenerateDialogId()