Home
last modified time | relevance | path

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

/test/xts/acts/telephony/telephonyjstest/netmanager_base/jshttp/src/main/js/test/
DHttp2Test.test.js111 expect(data.resultType == net_Http.HttpDataType.STRING).assertTrue();
/test/testfwk/arkxtest/uitest/napi/
Duitest_napi.cpp219 const auto resultType = reply.resultValue_.type(); in UnmarshalReply() local
221 if (resultType == nlohmann::detail::value_t::null) { // return null in UnmarshalReply()
223 } else if (resultType == nlohmann::detail::value_t::array) { // return array in UnmarshalReply()