Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_start_options.cpp198 if (UnwrapInt32ArrayByPropertyName(env, param, "supportWindowModes", supportWindowModes)) { in UnwrapStartOptions()
H A Dnapi_common_util.h129 bool UnwrapInt32ArrayByPropertyName(napi_env env, napi_value jsObject, const char *propertyName,
H A Dnapi_common_util.cpp741 bool UnwrapInt32ArrayByPropertyName( in UnwrapInt32ArrayByPropertyName() function