Searched refs:UnmarshalObject (Results 1 – 1 of 1) sorted by relevance
/test/testfwk/arkxtest/uitest/napi/ |
D | uitest_napi.cpp | 158 …static napi_status UnmarshalObject(napi_env env, const json &in, napi_value *pOut, napi_value jsTh… in UnmarshalObject() function 227 … NAPI_CALL(env, UnmarshalObject(env, reply.resultValue_.at(idx), &item, ctx.jsThis_)); in UnmarshalReply() 231 NAPI_CALL(env, UnmarshalObject(env, reply.resultValue_, &result, ctx.jsThis_)); in UnmarshalReply()
|