Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp74 static std::atomic<int32_t> gToastDialogId = 0; member
1202 int32_t dialogId = gToastDialogId.fetch_add(1, std::memory_order_relaxed); in InitToastDialogWindow()

Completed in 4 milliseconds