Home
last modified time | relevance | path

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

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