Home
last modified time | relevance | path

Searched refs:reply2 (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp233 auto reply2 = ApiReplyInfo(); in TEST_F() local
234 server.Call(call2, reply2); in TEST_F()
235 ASSERT_EQ(NO_ERROR, reply2.exception_.code_); in TEST_F()
236 ASSERT_EQ(nlohmann::detail::value_t::string, reply2.resultValue_.type()); // should return backend-On-ref in TEST_F()
237 const auto ref2 = reply2.resultValue_.get<string>(); in TEST_F()
291 auto reply2 = ApiReplyInfo(); in TEST_F() local
292 server.Call(call2, reply2); in TEST_F()
293 ASSERT_EQ(NO_ERROR, reply2.exception_.code_); in TEST_F()
294 ASSERT_EQ(nlohmann::detail::value_t::string, reply2.resultValue_.type()); // should return backend-On-ref in TEST_F()
295 const auto ref2 = reply2 in TEST_F()
351 auto reply2 = ApiReplyInfo(); TEST_F() local
443 auto reply2 = ApiReplyInfo(); TEST_F() local
507 auto reply2 = ApiReplyInfo(); TEST_F() local
592 auto reply2 = ApiReplyInfo(); TEST_F() local
667 auto reply2 = ApiReplyInfo(); TEST_F() local
[all...]
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
H A DRpcClientJsunit.test.js289 let reply2 = rpc.MessageParcel.create();
292 listener.sendRequest(1, data2, reply2, option2)
301 reply2.reclaim();
340 let reply2 = rpc.MessageParcel.create();
341 listeners[i].sendRequest(1, data2, reply2, option2)
350 reply2.reclaim();
530 let reply2 = rpc.MessageParcel.create();
533 listeners[i].sendRequest(1, data2, reply2, option2)
542 reply2.reclaim();
561 let reply2
[all...]

Completed in 8 milliseconds