Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp104 JSIValue buttonArrayObject, in ParseButton() argument
117 uint32_t len = JSI::GetArrayLength(buttonArrayObject); in ParseButton()
128 JSIValue buttonObject = JSI::GetPropertyByIndex(buttonArrayObject, index); in ParseButton()
H A Djs_dialog.h65 JSIValue buttonArrayObject,