Home
last modified time | relevance | path

Searched refs:OnMessage (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/toolchain/inspector/
H A Dinspector.cpp51 using OnMessage = void(*)(void*, std::string&&);
55 OnMessage g_onMessage = nullptr;
167 std::bind(&Inspector::OnMessage, newInspector, std::placeholders::_1)); in InitializeInspector()
201 g_onMessage = reinterpret_cast<OnMessage>( in InitializeArkFunctionsOthers()
202 GetArkDynFunction("OnMessage")); in InitializeArkFunctionsOthers()
228 g_onMessage = reinterpret_cast<OnMessage>(&tooling::OnMessage); in InitializeArkFunctionsIOS()
260 void Inspector::OnMessage(std::string&& msg) in OnMessage() function in OHOS::ArkCompiler::Toolchain::Inspector
H A Dinspector.h59 void OnMessage(std::string&& msg);
H A Dconnect_inspector.cpp91 void OnMessage(const std::string& message) in OnMessage() function
99 LOGI("ConnectServer OnMessage: %{public}s", message.c_str()); in OnMessage()
188 std::bind(&OnMessage, std::placeholders::_1)); in StartServerForSocketPair()
206 std::bind(&OnMessage, std::placeholders::_1)); in StartServer()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_service_test.cpp84 OnMessage(ecmaVm, ""); in HWTEST_F_L0()
91 OnMessage(ecmaVm, msg + ""); in HWTEST_F_L0()
95 OnMessage(vm, ""); in HWTEST_F_L0()
116 OnMessage(ecmaVm, msg + ""); in HWTEST_F_L0()
/arkcompiler/toolchain/test/fuzztest/dispatchprotocolmessage_fuzzer/
H A Ddispatchprotocolmessage_fuzzer.cpp34 OnMessage(vm, message+"hello"); in DispatchProtocolMessageFuzzTest()
/arkcompiler/toolchain/tooling/
H A Ddebugger_service.h40 TOOLCHAIN_EXPORT void OnMessage(const ::panda::ecmascript::EcmaVM *vm, std::string &&message);
H A Ddebugger_service.cpp62 void OnMessage(const ::panda::ecmascript::EcmaVM *vm, std::string &&message) in OnMessage() function

Completed in 4 milliseconds