Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp122 bool GetToastBottom(napi_env env, napi_value bottomNApi, std::string& bottomString) in GetToastBottom() argument
127 napi_typeof(env, bottomNApi, &valueType); in GetToastBottom()
129 size_t bottomLen = GetParamLen(env, bottomNApi) + 1; in GetToastBottom()
131 napi_get_value_string_utf8(env, bottomNApi, bottom.get(), bottomLen, &ret); in GetToastBottom()
135 napi_get_value_double(env, bottomNApi, &bottom); in GetToastBottom()
139 if (!ParseResourceParam(env, bottomNApi, recv)) { in GetToastBottom()
404 napi_value bottomNApi = nullptr; in GetToastParams() local
423 napi_get_named_property(env, argv, "bottom", &bottomNApi); in GetToastParams()
437 !GetToastBottom(env, bottomNApi, toastInfo.bottom) || in GetToastParams()

Completed in 5 milliseconds