Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_constants.cpp57 const char PROMPT_KEY_BOTTOM[] = "bottom"; variable
H A Djs_constants.h59 ACE_EXPORT extern const char PROMPT_KEY_BOTTOM[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp905 if (argsPtr->GetValue(PROMPT_KEY_BOTTOM) != nullptr) { in ShowToast()
906 if (argsPtr->GetValue(PROMPT_KEY_BOTTOM)->IsString()) { in ShowToast()
907 bottom = argsPtr->GetValue(PROMPT_KEY_BOTTOM)->GetString(); in ShowToast()
908 } else if (argsPtr->GetValue(PROMPT_KEY_BOTTOM)->IsNumber()) { in ShowToast()
909 bottom = std::to_string(argsPtr->GetValue(PROMPT_KEY_BOTTOM)->GetInt()); in ShowToast()