Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp129 bool GetToastBottom(napi_env env, napi_value bottomNApi, std::string& bottomString) in GetToastBottom() argument
134 napi_typeof(env, bottomNApi, &valueType); in GetToastBottom()
136 size_t bottomLen = GetParamLen(env, bottomNApi) + 1; in GetToastBottom()
138 napi_get_value_string_utf8(env, bottomNApi, bottom.get(), bottomLen, &ret); in GetToastBottom()
142 napi_get_value_double(env, bottomNApi, &bottom); in GetToastBottom()
146 if (!ParseResourceParam(env, bottomNApi, recv)) { in GetToastBottom()
410 napi_value bottomNApi = nullptr; in GetToastParams() local
429 napi_get_named_property(env, argv, "bottom", &bottomNApi); in GetToastParams()
443 !GetToastBottom(env, bottomNApi, toastInfo.bottom) || in GetToastParams()