Searched refs:OnMessage (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/toolchain/inspector/ |
H A D | inspector.cpp | 51 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 D | inspector.h | 59 void OnMessage(std::string&& msg);
|
H A D | connect_inspector.cpp | 91 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 D | debugger_service_test.cpp | 84 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 D | dispatchprotocolmessage_fuzzer.cpp | 34 OnMessage(vm, message+"hello");
in DispatchProtocolMessageFuzzTest()
|
/arkcompiler/toolchain/tooling/ |
H A D | debugger_service.h | 40 TOOLCHAIN_EXPORT void OnMessage(const ::panda::ecmascript::EcmaVM *vm, std::string &&message);
|
H A D | debugger_service.cpp | 62 void OnMessage(const ::panda::ecmascript::EcmaVM *vm, std::string &&message) in OnMessage() function
|
Completed in 4 milliseconds