Searched refs:backgroundBlurStyleNApi (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 216 napi_value backgroundBlurStyleNApi, std::optional<int32_t>& backgroundBlurStyle) in GetToastBackgroundBlurStyle() 219 napi_typeof(env, backgroundBlurStyleNApi, &valueType); in GetToastBackgroundBlurStyle() 222 napi_get_value_int32(env, backgroundBlurStyleNApi, &num); in GetToastBackgroundBlurStyle() 410 napi_value backgroundBlurStyleNApi = nullptr; in GetToastParams() local 429 napi_get_named_property(env, argv, "backgroundBlurStyle", &backgroundBlurStyleNApi); in GetToastParams() 446 GetToastBackgroundBlurStyle(env, backgroundBlurStyleNApi, toastInfo.backgroundBlurStyle); in GetToastParams() 215 GetToastBackgroundBlurStyle(napi_env env, napi_value backgroundBlurStyleNApi, std::optional<int32_t>& backgroundBlurStyle) GetToastBackgroundBlurStyle() argument
|
Completed in 5 milliseconds