Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp586 int32_t showModeVal = static_cast<int32_t>(static_cast<uint32_t>(id) & 0b111); in JSPromptCloseToast() local
590 if (toastId < 0 || showModeVal < 0 || showModeVal > static_cast<int32_t>(NG::ToastShowMode::SYSTEM_TOP_MOST)) { in JSPromptCloseToast()
594 auto showMode = static_cast<NG::ToastShowMode>(showModeVal); in JSPromptCloseToast()

Completed in 5 milliseconds