• Home
  • Raw
  • Download

Lines Matching full:std

26     explicit DebuggerImplFriendTest(std::unique_ptr<DebuggerImpl> &debuggerImpl)  in DebuggerImplFriendTest()
28 debuggerImpl_ = std::move(debuggerImpl); in DebuggerImplFriendTest()
31 void CheckAndGenerateCondFunc(const std::optional<std::string> condition) in CheckAndGenerateCondFunc()
36 Local<JSValueRef> ConvertToLocal(const std::string &varValue) in ConvertToLocal()
46 bool DecodeAndCheckBase64(const std::string &src, std::vector<uint8_t> &dest) in DecodeAndCheckBase64()
51 std::unique_ptr<DebuggerImpl> debuggerImpl_;
86 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
87 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
88 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
91 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
92 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
95 std::string strFilename = "filename"; in HWTEST_F_L0()
110 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
111 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
112 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
115 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
116 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
120 std::string strFilename = ""; in HWTEST_F_L0()
136 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
137 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
138 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
141 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
142 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
143 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
146 std::string msg = std::string() + in HWTEST_F_L0()
166 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
167 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
168 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
171 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
172 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
173 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
176 std::string msg = std::string() + in HWTEST_F_L0()
187 bool condition = outStrForCallbackCheck.find("protocols") != std::string::npos && in HWTEST_F_L0()
188 outStrForCallbackCheck.find("debuggerId") != std::string::npos; in HWTEST_F_L0()
199 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
200 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
201 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
204 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
205 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
206 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
209 std::string msg = std::string() + in HWTEST_F_L0()
223 bool condition = outStrForCallbackCheck.find("protocols") != std::string::npos && in HWTEST_F_L0()
224 outStrForCallbackCheck.find("debuggerId") != std::string::npos && in HWTEST_F_L0()
225 outStrForCallbackCheck.find("saveAllPossibleBreakpoints") != std::string::npos; in HWTEST_F_L0()
236 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
237 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
238 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
241 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
242 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
243 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
246 std::string msg = std::string() + in HWTEST_F_L0()
264 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
265 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
266 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
269 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
270 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
271 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
274 std::string msg = std::string() + in HWTEST_F_L0()
292 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
293 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
294 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
297 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
298 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
299 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
302 std::string msg = std::string() + in HWTEST_F_L0()
323 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
324 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
325 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
328 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
329 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
330 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
333 std::string msg = std::string() + in HWTEST_F_L0()
354 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
355 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
356 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
359 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
360 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
361 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
364 std::string msg = std::string() + in HWTEST_F_L0()
382 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
383 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
384 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
387 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
388 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
389 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
392 std::string msg = std::string() + in HWTEST_F_L0()
422 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
423 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
424 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
427 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
428 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
429 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
432 std::string msg = std::string() + in HWTEST_F_L0()
450 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
451 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
452 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
455 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
456 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
457 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
460 std::string msg = std::string() + in HWTEST_F_L0()
480 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
481 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
482 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
485 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
486 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
487 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
490 std::string msg = std::string() + in HWTEST_F_L0()
507 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
508 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
509 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
512 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
513 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
514 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
517 std::string msg = std::string() + in HWTEST_F_L0()
535 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
536 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
537 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
540 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
541 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
542 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
545 std::string msg = std::string() + in HWTEST_F_L0()
566 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
567 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
568 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
571 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
572 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
573 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
576 std::string msg = std::string() + in HWTEST_F_L0()
597 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
598 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
599 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
602 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
603 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
604 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
606 std::string msg = std::string() + in HWTEST_F_L0()
624 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
625 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
626 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
629 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
630 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
631 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
633 std::string msg = std::string() + in HWTEST_F_L0()
653 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
654 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
655 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
658 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
659 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
661 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
664 std::string msg = std::string() + in HWTEST_F_L0()
684 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
685 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
686 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
689 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
690 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
692 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
694 std::string msg = std::string() + in HWTEST_F_L0()
714 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
715 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
716 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
719 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
720 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
721 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
723 std::string msg = std::string() + in HWTEST_F_L0()
741 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
742 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
743 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
746 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
747 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
748 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
751 std::string msg = std::string() + in HWTEST_F_L0()
769 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
770 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
771 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
774 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
775 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
776 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
780 std::string msg = std::string() + in HWTEST_F_L0()
805 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
806 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
807 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
810 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
811 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
812 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
815 std::string msg = std::string() + in HWTEST_F_L0()
833 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
834 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
835 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
838 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
839 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
840 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
842 std::string msg = std::string() + in HWTEST_F_L0()
862 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
863 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
864 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
867 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
868 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
869 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
872 std::string msg = std::string() + in HWTEST_F_L0()
892 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
893 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
894 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
897 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
898 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
899 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
902 std::string msg = std::string() + in HWTEST_F_L0()
922 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
923 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
924 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
927 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
928 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
929 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
932 std::string msg = std::string() + in HWTEST_F_L0()
954 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
955 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
956 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
959 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
960 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
961 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
963 std::string msg = std::string() + in HWTEST_F_L0()
981 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
982 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
983 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
986 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
987 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
988 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
991 std::string msg = std::string() + in HWTEST_F_L0()
1011 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1012 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1013 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1016 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1017 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1018 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1020 std::string msg = std::string() + in HWTEST_F_L0()
1040 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1041 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1042 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1045 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1046 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1047 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1049 std::string msg = std::string() + in HWTEST_F_L0()
1067 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1068 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1069 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1072 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1073 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1074 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1076 std::string msg = std::string() + in HWTEST_F_L0()
1101 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1102 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1103 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1106 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1107 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1108 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1110 std::string msg = std::string() + in HWTEST_F_L0()
1128 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1129 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1130 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1133 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1134 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1135 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1137 std::string msg = std::string() + in HWTEST_F_L0()
1157 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1158 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1159 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1162 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1163 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1164 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1166 std::string msg = std::string() + in HWTEST_F_L0()
1184 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1185 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1186 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1189 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1190 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1191 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1193 std::string msg = std::string() + in HWTEST_F_L0()
1213 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1214 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1215 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1218 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1219 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1221 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1223 std::string msg = std::string() + in HWTEST_F_L0()
1242 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1243 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1244 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1247 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1248 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1250 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1252 std::string msg = std::string() + in HWTEST_F_L0()
1278 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1279 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1280 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1283 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1284 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1286 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1288 std::string msg = std::string() + in HWTEST_F_L0()
1309 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1310 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1311 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1314 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1315 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1316 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1318 std::string msg = std::string() + R"({"id":0,"method":"Debugger.callFunctionOn","params":{ in HWTEST_F_L0()
1322 ASSERT_TRUE(outStrForCallbackCheck.find("wrong params") != std::string::npos); in HWTEST_F_L0()
1324 msg = std::string() + R"({"id":0,"method":"Debugger.callFunctionOn","params":{ in HWTEST_F_L0()
1328 ASSERT_TRUE(outStrForCallbackCheck.find("Unsupport eval now") == std::string::npos); in HWTEST_F_L0()
1337 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1338 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1339 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1342 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1343 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1344 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1346 std::string msg = std::string() + in HWTEST_F_L0()
1365 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1366 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1367 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1370 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1371 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1372 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1374 std::string msg = std::string() + in HWTEST_F_L0()
1400 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1401 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1402 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1405 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1406 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1408 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1410 std::string msg = std::string() + in HWTEST_F_L0()
1436 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1437 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1438 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1441 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1442 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1443 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1445 std::string msg = std::string() + in HWTEST_F_L0()
1466 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1467 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1468 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1471 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1472 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1473 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1475 std::string msg = std::string() + in HWTEST_F_L0()
1494 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1495 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1496 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1499 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1500 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1501 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1503 std::string msg = std::string() + in HWTEST_F_L0()
1524 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1525 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1526 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1529 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1530 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1531 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1533 std::string msg = std::string() + in HWTEST_F_L0()
1554 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1555 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1556 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1559 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1560 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1561 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1563 std::string msg = std::string() + in HWTEST_F_L0()
1581 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1582 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1583 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1586 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1587 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1588 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1590 std::string msg = std::string() + in HWTEST_F_L0()
1612 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1613 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1614 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1617 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1618 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1619 …auto dispatcherImpl = std::make_unique<DebuggerImpl::DispatcherImpl>(protocolChannel, std::move(de… in HWTEST_F_L0()
1621 std::string msg = std::string() + in HWTEST_F_L0()
1643 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1644 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1645 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1648 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1649 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1650 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debuggerImpl.get()); in HWTEST_F_L0()
1662 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1663 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1664 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1668 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1669 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1670 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1673 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1676 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1686 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1687 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1688 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1692 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1693 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1694 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1697 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1700 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1710 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1711 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1712 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1716 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1717 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1718 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1721 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1724 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1734 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1735 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1736 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1740 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1741 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1742 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1745 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1748 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1758 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1759 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1760 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1764 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1765 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1766 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1769 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1772 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1782 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1783 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1784 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1788 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1789 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1790 std::unique_ptr<PtJson> json = PtJson::CreateObject(); in HWTEST_F_L0()
1793 std::unique_ptr<SetMixedDebugParams> params = SetMixedDebugParams::Create(*json); in HWTEST_F_L0()
1796 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1806 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1807 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1808 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1811 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1812 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1813 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()
1814 std::vector<uint8_t> dest; in HWTEST_F_L0()
1817 std::string msg = "UEFOREEAAAAAAAAADAACAEgBAAAAAAAAAAAAAAIAAAA8AAAAAQAA"; in HWTEST_F_L0()
1825 std::string outStrForCallbackCheck = ""; in HWTEST_F_L0()
1826 std::function<void(const void*, const std::string &)> callback = in HWTEST_F_L0()
1827 … [&outStrForCallbackCheck]([[maybe_unused]] const void *ptr, const std::string &inStrOfReply) { in HWTEST_F_L0()
1830 auto runtimeImpl = std::make_unique<RuntimeImpl>(ecmaVm, protocolChannel); in HWTEST_F_L0()
1831 auto debuggerImpl = std::make_unique<DebuggerImpl>(ecmaVm, protocolChannel, runtimeImpl.get()); in HWTEST_F_L0()
1832 auto debugger = std::make_unique<DebuggerImplFriendTest>(debuggerImpl); in HWTEST_F_L0()