Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp58 const int32_t SELECTION_MENU_CONTENT_PARAM_INDEX = 2; variable
3223 !info[SELECTION_MENU_CONTENT_PARAM_INDEX]->IsNumber()) { in BindSelectionMenu()
3227 info[SELECTION_MENU_CONTENT_PARAM_INDEX]->ToNumber<int32_t>() != in BindSelectionMenu()
3234 static_cast<ResponseType>(info[SELECTION_MENU_CONTENT_PARAM_INDEX]->ToNumber<int32_t>()); in BindSelectionMenu()