Home
last modified time | relevance | path

Searched refs:bottomString (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
139 bottomString = bottom.get(); in GetToastBottom()
143 bottomString = std::to_string(bottom); in GetToastBottom()
150 if (!ParseString(recv, bottomString)) { in GetToastBottom()