Searched refs:showModeNApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 158 bool GetToastShowMode(napi_env env, napi_value showModeNApi, NG::ToastShowMode& showMode) in GetToastShowMode() argument 161 napi_typeof(env, showModeNApi, &valueType); in GetToastShowMode() 164 napi_get_value_int32(env, showModeNApi, &num); in GetToastShowMode() 411 napi_value showModeNApi = nullptr; in GetToastParams() local 430 napi_get_named_property(env, argv, "showMode", &showModeNApi); in GetToastParams() 444 !GetToastShowMode(env, showModeNApi, toastInfo.showMode) || in GetToastParams()
|