Home
last modified time | relevance | path

Searched defs:recv (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp94 std::string recv = clientSocket.Decode(); variable
128 std::string recv = serverSocket.Decode(); variable
187 std::string recv = clientSocket.Decode(); variable
199 std::string recv = serverSocket.Decode(); variable
/arkcompiler/toolchain/tooling/test/testcases/
Djs_watch_test.h83 bool RecvWatchDescription(std::string recv) in RecvWatchDescription()
117 bool RecvWatchType(std::string recv) in RecvWatchType()
151 bool RecvWatchObject(std::string recv) in RecvWatchObject()
185 bool RecvWatchDescriptionByJack(std::string recv) in RecvWatchDescriptionByJack()
Djs_heapdump_test.h60 bool RecvReportProgress(std::string recv) in RecvReportProgress()
92 bool RecvReportProgressFinished(std::string recv, bool &needMoreMsg) in RecvReportProgressFinished()
127 bool RecvReportProgressChunk(std::string recv, bool& needMoreMsg) in RecvReportProgressChunk()
Djs_allocationtrack_test.h75 bool RecvReportProgress(std::string recv) in RecvReportProgress()
101 bool RecvReportProgressFinished(std::string recv, bool &needMoreMsg) in RecvReportProgressFinished()
136 bool RecvReportProgressChunk(std::string recv, bool& needMoreMsg) in RecvReportProgressChunk()
Djs_heapsampling_test.h68 bool RecvHeapsamlingInfo(std::string recv) in RecvHeapsamlingInfo()
Djs_module_variable_test.h313 bool CompareExpected(std::string recv, const std::string &expect) in CompareExpected()
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp28 MatchFunc MatchRule::replySuccess = [] (auto recv, auto, auto) -> bool { in __anon662f80880102() argument
123 std::string recv = client.Decode(); in ForkSocketClient() local
143 …andleAcceptanceMessages(ActionInfo action, WebSocketClient &client, std::string &recv, bool &succe… in HandleAcceptanceMessages()
179 void TestUtil::SendMessage(ActionInfo action, std::string recv) in SendMessage()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp41 EtsObject *TypeAPIMethodInvokeImplementation(EtsCoroutine *coro, EtsMethod *meth, EtsObject *recv, … in TypeAPIMethodInvokeImplementation()
95 EtsObject *TypeAPIMethodInvoke(EtsString *desc, EtsObject *recv, EtsArray *args) in TypeAPIMethodInvoke()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.h210 inline napi_status NapiCallFunction(napi_env env, napi_value recv, napi_value func, size_t argc, co… in NapiCallFunction()
Dintrinsics_api_impl.cpp339 napi_value recv; in JSRuntimeLoadModule() local