Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp129 size_t bottomLen = GetParamLen(env, bottomNApi) + 1; in GetToastBottom() local
130 std::unique_ptr<char[]> bottom = std::make_unique<char[]>(bottomLen); in GetToastBottom()
131 napi_get_value_string_utf8(env, bottomNApi, bottom.get(), bottomLen, &ret); in GetToastBottom()

Completed in 5 milliseconds