Searched refs:recvElement (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/ets_utils/js_api_module/convertxml/test/ |
H A D | test_convertxml.h | 112 napi_value recvElement = nullptr; in GetAnDSetPrevNodeList() local 113 napi_create_array(env, &recvElement); in GetAnDSetPrevNodeList() 115 convert.SetPrevInfo(env, recvElement, 0, index); in GetAnDSetPrevNodeList()
|
/commonlibrary/ets_utils/js_api_module/convertxml/ |
H A D | js_convertxml.cpp | 233 void ConvertXml::SetPrevInfo(napi_env env, const napi_value &recvElement, int flag, int32_t &index1) const
in SetPrevInfo() argument 237 napi_set_element(env, recvElement, index1++, prevObj_[i]);
in SetPrevInfo() 239 napi_set_element(env, recvElement, index1++, prevObj_[0]);
in SetPrevInfo() 246 napi_value recvElement = nullptr;
in GetXMLInfo() local 247 napi_create_array(env, &recvElement);
in GetXMLInfo() 270 SetPrevInfo(env, recvElement, flag, index);
in GetXMLInfo() 272 napi_set_element(env, recvElement, index++, elementsObject);
in GetXMLInfo() 278 napi_set_named_property(env, object, options_.elements.c_str(), recvElement);
in GetXMLInfo()
|
H A D | js_convertxml.h | 139 void SetPrevInfo(napi_env env, const napi_value &recvElement, int flag, int32_t &index1) const;
|
Completed in 3 milliseconds