Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp223 napi_value backgroundBlurStyleNApi, std::optional<int32_t>& backgroundBlurStyle) in GetToastBackgroundBlurStyle() argument
226 napi_typeof(env, backgroundBlurStyleNApi, &valueType); in GetToastBackgroundBlurStyle()
229 napi_get_value_int32(env, backgroundBlurStyleNApi, &num); in GetToastBackgroundBlurStyle()
416 napi_value backgroundBlurStyleNApi = nullptr; in GetToastParams() local
435 napi_get_named_property(env, argv, "backgroundBlurStyle", &backgroundBlurStyleNApi); in GetToastParams()
452 GetToastBackgroundBlurStyle(env, backgroundBlurStyleNApi, toastInfo.backgroundBlurStyle); in GetToastParams()