Searched refs:backgroundColorNApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 200 void GetToastBackgroundColor(napi_env env, napi_value backgroundColorNApi, std::optional<Color>& ba… in GetToastBackgroundColor() argument 203 napi_typeof(env, backgroundColorNApi, &valueType); in GetToastBackgroundColor() 206 if (ParseNapiColor(env, backgroundColorNApi, color)) { in GetToastBackgroundColor() 414 napi_value backgroundColorNApi = nullptr; in GetToastParams() local 433 napi_get_named_property(env, argv, "backgroundColor", &backgroundColorNApi); in GetToastParams() 450 GetToastBackgroundColor(env, backgroundColorNApi, toastInfo.backgroundColor); in GetToastParams()
|