Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 238) sorted by relevance

12345678910

/arkcompiler/toolchain/websocket/test/
Dframe_builder_test.cpp45 auto message = frameBuilder.Build(); variable
58 auto message = frameBuilder variable
77 auto message = frameBuilder variable
99 auto message = frameBuilder variable
122 auto message = frameBuilder variable
143 auto message = frameBuilder.Build(); variable
156 auto message = frameBuilder variable
/arkcompiler/runtime_core/libabckit/tests/apps/deveco-hello-world/modules/entry/src/main/ets/pages/
DIndex.ts20 message?: string; property
48 get message() { method in Index
51 set message(newValue: string) { method in Index
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/exceptions/
Dstatic_function_exception.js25 constructor(message) { argument
35 function createError(name, message) { argument
Dts_custom_exception.js16 constructor(message, code) { argument
22 function createCustomErrorA(message, code) { argument
/arkcompiler/ets_runtime/test/fuzztest/exceptionclass_fuzzer/
Dexceptionclass_fuzzer.cpp35 Local<StringRef> message = StringRef::NewFromUtf8(vm, (char*)data, (int)size); in ExpectionErrorFuzzTest() local
49 Local<StringRef> message = StringRef::NewFromUtf8(vm, (char*)data, (int)size); in ExpectionRangeErrorFuzzTest() local
63 Local<StringRef> message = StringRef::NewFromUtf8(vm, (char*)data, (int)size); in ReferenceErrorFuzzTest() local
77 Local<StringRef> message = StringRef::NewFromUtf8(vm, (char*)data, (int)size); in SYNTexErrorFuzzTest() local
/arkcompiler/toolchain/inspector/
Dconnect_inspector.cpp54 void OnConnectedMessage(const std::string& message) in OnConnectedMessage()
67 void OnInspectorRecordMessage(const std::string& message) in OnInspectorRecordMessage()
86 bool OnArkUIInspectorMessage(const std::string &message) in OnArkUIInspectorMessage()
115 bool OnCangjieInspectorMessage(const std::string &message) in OnCangjieInspectorMessage()
131 void OnMessage(const std::string &message) in OnMessage()
259 void StoreMessage(int32_t instanceId, const std::string& message) in StoreMessage()
285 void SendMessage(const std::string& message) in SendMessage()
347 ConnectRequest::ConnectRequest(const std::string &message) in ConnectRequest()
/arkcompiler/ets_frontend/arkguard/test/grammar/target/
DnewTargetFunction_2.js21 constructor(message, cause) { argument
26 static new_kntr_k$(message, cause) { argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/patch/
Dindex.js37 get message() { getter in A
41 set message(newValue) { setter in A
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/base/
Dindex.js36 get message() { getter in A
40 set message(newValue) { setter in A
/arkcompiler/toolchain/websocket/
Dframe_builder.cpp51 std::string message; in Build() local
57 void ServerFrameBuilder::PushFullHeader(std::string& message, size_t additionalReservedMem) const in PushFullHeader()
78 void ServerFrameBuilder::PushHeader(std::string& message, uint8_t payloadLenField) const in PushHeader()
92 void ServerFrameBuilder::PushPayloadLength(std::string& message, uint8_t payloadLenField) const in PushPayloadLength()
121 void ClientFrameBuilder::PushFullHeader(std::string& message, size_t additionalReservedMem) const in PushFullHeader()
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp64 std::string message = request->Stringify(); in HeapDumpCommand() local
85 std::string message = request->Stringify(); in AllocationTrackCommand() local
106 std::string message = request->Stringify(); in AllocationTrackStopCommand() local
126 std::string message = request->Stringify(); in Enable() local
146 std::string message = request->Stringify(); in Disable() local
167 std::string message = request->Stringify(); in Samping() local
187 std::string message = request->Stringify(); in SampingStop() local
207 std::string message = request->Stringify(); in CollectGarbage() local
Ddebugger_client.cpp80 std::string message = request->Stringify(); in BreakCommand() local
106 std::string message = request->Stringify(); in DeleteCommand() local
125 std::string message = request->Stringify(); in DisableCommand() local
149 std::string message = request->Stringify(); in EnableCommand() local
238 std::string message = request->Stringify(); in ResumeCommand() local
257 std::string message = request->Stringify(); in StepIntoCommand() local
276 std::string message = request->Stringify(); in StepOutCommand() local
295 std::string message = request->Stringify(); in StepOverCommand() local
457 std::string message = request->Stringify(); in SaveAllPossibleBreakpointsCommand() local
481 std::string message = request->Stringify(); in EnableLaunchAccelerateCommand() local
Dprofiler_client.cpp55 std::string message = request->Stringify(); in CpuprofileEnableCommand() local
75 std::string message = request->Stringify(); in CpuprofileDisableCommand() local
95 std::string message = request->Stringify(); in CpuprofileCommand() local
115 std::string message = request->Stringify(); in CpuprofileStopCommand() local
136 std::string message = request->Stringify(); in SetSamplingIntervalCommand() local
Druntime_client.cpp56 std::string message = request->Stringify(); in HeapusageCommand() local
76 std::string message = request->Stringify(); in RuntimeEnableCommand() local
96 std::string message = request->Stringify(); in RuntimeDisableCommand() local
116 std::string message = request->Stringify(); in RunIfWaitingForDebuggerCommand() local
142 std::string message = request->Stringify(); in GetPropertiesCommand() local
166 std::string message = request->Stringify(); in GetPropertiesCommand2() local
Dtest_client.cpp52 std::string message = request->Stringify(); in SuccessCommand() local
71 std::string message = request->Stringify(); in FailCommand() local
/arkcompiler/toolchain/test/fuzztest/connectserversendmessage_fuzzer/
Dconnectserversendmessage_fuzzer.cpp25 void TestFunction([[maybe_unused]]std::string &&message) in TestFunction()
38 std::string message(data, data + size); in ConnectServerSendMessageFuzzTest() local
/arkcompiler/toolchain/tooling/client/manager/
Dmessage_manager.h35 void MessagePush(uint32_t sessionId, std::string& message) in MessagePush()
42 bool MessagePop(uint32_t& sessionId, std::string& message) in MessagePop()
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
Dipc_message.cpp21 bool SendMessage(int fd, const Message &message) in SendMessage()
43 int RecvMessage(int fd, Message &message) in RecvMessage()
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h219 #define DASSERT_PRINT(cond, message) \ argument
226 #define DASSERT_PRINT(cond, message) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument
232 #define RASSERT_PRINT(cond, message) \ argument
370 #define THROW_ERROR(thread, type, message) … argument
382 #define THROW_UNCATCHABLE_ERROR(thread, type, message) … argument
401 #define THROW_NEW_ERROR_AND_RETURN_HANDLE(thread, errorType, type, message) … argument
413 #define THROW_NEW_ERROR_WITH_MSG_AND_RETURN_VALUE(thread, errorType, message, value) … argument
440 #define THROW_TYPE_ERROR_AND_RETURN(thread, message, value) \ argument
444 #define THROW_RANGE_ERROR_AND_RETURN(thread, message, value) \ argument
448 #define THROW_URI_ERROR_AND_RETURN(thread, message, value) \ argument
[all …]
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserversendreply_fuzzer/
Dwsserversendreply_fuzzer.cpp25 void TestFun([[maybe_unused]]std::string &&message) in TestFun()
42 std::string message(data, data + size); in WsServerSendReplyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereftobigint_fuzzer/
Djsvaluereftobigint_fuzzer.cpp38 Local<JSValueRef> message = StringRef::NewFromUtf8(vm, input, (int)size); in JSValueRefToBigIntFuzztest() local
59 Local<JSValueRef> message = StringRef::NewFromUtf8(vm, input, (int)size); in JSValueRefTypeofFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/jsnapiexceptions_fuzzer/
Djsnapiexceptions_fuzzer.cpp34 Local<StringRef> message = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in JSNApiGetAndClearUncaughtExceptionFuzzTest() local
51 Local<StringRef> message = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in JSNApiThrowExceptionFuzzTest() local
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DFunctionTest.js17 function printMessage(message) { argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
Dohos_ws_server_endpoint.h37 void SendMessage(const std::string &message) override in SendMessage()
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/export-delete/
Dbase.ts20 message: string = 'hello world'; property in Test

12345678910