Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 126) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dlogger.h28 #define INTEROP_LOG_DEBUG(msg) OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ts2ets", "%s", msg) argument
29 #define INTEROP_LOG_DEBUG_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ts2ets", msg, __VA_… argument
30 #define INTEROP_LOG_INFO(msg) OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ts2ets", "%s", msg) argument
31 #define INTEROP_LOG_INFO_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ts2ets", msg, __VA_AR… argument
32 #define INTEROP_LOG_ERROR(msg) OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, "ts2ets", msg) argument
33 #define INTEROP_LOG_ERROR_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, "ts2ets", msg, __VA_… argument
65 #define INTEROP_LOG_DEBUG(msg) TS2ETS_LOGGER(DEBUG, msg) argument
66 #define INTEROP_LOG_DEBUG_A(msg, ...) TS2ETS_LOGGER(DEBUG, msg, __VA_ARGS__) argument
67 #define INTEROP_LOG_INFO(msg) TS2ETS_LOGGER(INFO, msg) argument
68 #define INTEROP_LOG_INFO_A(msg, ...) TS2ETS_LOGGER(INFO, msg, __VA_ARGS__) argument
[all …]
/arkcompiler/toolchain/tooling/test/
Ddebugger_params_test.cpp71 std::string msg; in HWTEST_F_L0() local
107 std::string msg; in HWTEST_F_L0() local
134 std::string msg; in HWTEST_F_L0() local
160 std::string msg; in HWTEST_F_L0() local
176 std::string msg; in HWTEST_F_L0() local
196 std::string msg; in HWTEST_F_L0() local
211 std::string msg; in HWTEST_F_L0() local
229 std::string msg; in HWTEST_F_L0() local
263 std::string msg; in HWTEST_F_L0() local
297 std::string msg; in HWTEST_F_L0() local
[all …]
Ddebugger_types_test.cpp71 std::string msg; in HWTEST_F_L0() local
239 std::string msg; in HWTEST_F_L0() local
278 std::string msg; in HWTEST_F_L0() local
470 std::string msg; in HWTEST_F_L0() local
526 std::string msg; in HWTEST_F_L0() local
615 std::string msg; in HWTEST_F_L0() local
645 std::string msg; in HWTEST_F_L0() local
873 std::string msg; in HWTEST_F_L0() local
959 std::string msg; in HWTEST_F_L0() local
1032 std::string msg; in HWTEST_F_L0() local
[all …]
Ddispatcher_test.cpp53 std::string msg = ""; in HWTEST_F_L0() local
96 std::string msg = std::string() + R"({"id":0,"method":"Tracing.end","params":{}})"; in HWTEST_F_L0() local
104 std::string msg = std::string() + R"({"id":0,"method":"Tracing.end","params":{}})"; in HWTEST_F_L0() local
113 std::string msg = ""; in HWTEST_F_L0() local
131 std::string msg = ""; in HWTEST_F_L0() local
Ddebugger_impl_test.cpp93 std::string msg = std::string() + in HWTEST_F_L0() local
123 std::string msg = std::string() + in HWTEST_F_L0() local
154 std::string msg = std::string() + in HWTEST_F_L0() local
182 std::string msg = std::string() + in HWTEST_F_L0() local
210 std::string msg = std::string() + in HWTEST_F_L0() local
241 std::string msg = std::string() + in HWTEST_F_L0() local
272 std::string msg = std::string() + in HWTEST_F_L0() local
300 std::string msg = std::string() + in HWTEST_F_L0() local
340 std::string msg = std::string() + in HWTEST_F_L0() local
368 std::string msg = std::string() + in HWTEST_F_L0() local
[all …]
Druntime_impl_test.cpp61 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.test","params":{}})"; in HWTEST_F_L0() local
85 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.enable","params":{}})"; in HWTEST_F_L0() local
104 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.disable","params":{}})"; in HWTEST_F_L0() local
123 …std::string msg = std::string() + R"({"id":0,"method":"Rumtime.runIfWaitingForDebugger","params":{… in HWTEST_F_L0() local
142 …std::string msg = std::string() + R"({"id":0,"method":"Rumtime.getProperties","params":{"objectId"… in HWTEST_F_L0() local
166 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.getHeapUsage ","params":{}})"; in HWTEST_F_L0() local
Dprotocol_handler_test.cpp57 std::string msg = std::string() + R"({"id":0,"method":"Tracing.Test","params":{}})"; in HWTEST_F_L0() local
69 std::string msg = std::string() + R"({"id":0,"method":"Tracing.Test","params":{}})"; in HWTEST_F_L0() local
83 std::string msg = std::string() + R"({"id":0,"method":"Tracing.Test","params":{}})"; in HWTEST_F_L0() local
97 std::string msg = std::string() + R"({"id":0,"method":"Tracing.Test","params":{}})"; in HWTEST_F_L0() local
Dprofiler_impl_test.cpp131 … std::string msg = std::string() + R"({"id":0,"method":"Debugger.requestMemoryDump","params":{}})"; in HWTEST_F_L0() local
170 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
192 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
210 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
228 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
249 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
267 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
289 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
307 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
325 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
[all …]
Dheapprofiler_impl_test.cpp158 std::string msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{}})"; in HWTEST_F_L0() local
180 std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.disable","params":{}})"; in HWTEST_F_L0() local
202 …std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.collectGarbage","params":{}})"; in HWTEST_F_L0() local
220 std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.enable","params":{}})"; in HWTEST_F_L0() local
238 std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.disable","params":{}})"; in HWTEST_F_L0() local
256 …std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.getHeapObjectId","params":{"ob… in HWTEST_F_L0() local
278 …std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.getObjectByHeapObjectId","para… in HWTEST_F_L0() local
302 …std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.getSamplingProfile","params":{… in HWTEST_F_L0() local
320 std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.startSampling","params":{ in HWTEST_F_L0() local
343 … std::string msg = std::string() + R"({"id":0,"method":"HeapProfiler.stopSampling","params":{}})"; in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp79 PandaString msg = "idx = " + ToPandaString(idx) + "; length = " + ToPandaString(length); in ThrowArrayIndexOutOfBoundsException() local
91 PandaString msg = "idx = " + ToPandaString(idx) + "; length = " + ToPandaString(length); in ThrowIndexOutOfBoundsException() local
96 void ThrowIllegalStateException(const PandaString &msg) in ThrowIllegalStateException()
108 PandaString msg = "idx = " + ToPandaString(idx) + "; length = " + ToPandaString(length); in ThrowStringIndexOutOfBoundsException() local
120 PandaString msg = "size = " + ToPandaString(size); in ThrowNegativeArraySizeException() local
125 void ThrowNegativeArraySizeException(const PandaString &msg) in ThrowNegativeArraySizeException()
146 …PandaString msg = ConvertToString(srcType->GetName() + " cannot be cast to " + dstType->GetName()); in ThrowClassCastException() local
157 PandaString msg = ConvertToString("abstract method \"" + method->GetClass()->GetName() + "."); in ThrowAbstractMethodError() local
170 PandaString msg = "Conflicting default method implementations \""; in ThrowIncompatibleClassChangeErrorForMethodConflict() local
186 void ThrowArrayStoreException(const PandaString &msg) in ThrowArrayStoreException()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp35 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Abs() local
54 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Acos() local
73 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Acosh() local
91 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Asin() local
109 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Asinh() local
128 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Atan() local
147 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Atanh() local
196 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Cbrt() local
215 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Ceil() local
240 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Clz32() local
[all …]
Dbuiltins_cjs_module.cpp37 JSTaggedValue BuiltinsCjsModule::Compiler(EcmaRuntimeCallInfo *msg) in Compiler()
46 JSTaggedValue BuiltinsCjsModule::Load(EcmaRuntimeCallInfo *msg) in Load()
79 JSTaggedValue BuiltinsCjsModule::Require(EcmaRuntimeCallInfo *msg) in Require()
88 JSTaggedValue BuiltinsCjsModule::GetExportsForCircularRequire(EcmaRuntimeCallInfo *msg) in GetExportsForCircularRequire()
97 JSTaggedValue BuiltinsCjsModule::UpdateChildren(EcmaRuntimeCallInfo *msg) in UpdateChildren()
Dbuiltins_async_generator.cpp39 JSHandle<JSTaggedValue> msg = GetThis(argv); in AsyncGeneratorPrototypeNext() local
57 JSHandle<JSTaggedValue> msg = GetThis(argv); in AsyncGeneratorPrototypeReturn() local
74 JSHandle<JSTaggedValue> msg = GetThis(argv); in AsyncGeneratorPrototypeThrow() local
Dbuiltins_global.cpp69 JSTaggedValue BuiltinsGlobal::NotSupportEval(EcmaRuntimeCallInfo *msg) in NotSupportEval()
78 JSTaggedValue BuiltinsGlobal::IsFinite(EcmaRuntimeCallInfo *msg) in IsFinite()
97 JSTaggedValue BuiltinsGlobal::IsNaN(EcmaRuntimeCallInfo *msg) in IsNaN()
160 JSTaggedValue BuiltinsGlobal::DecodeURI(EcmaRuntimeCallInfo *msg) in DecodeURI()
176 JSTaggedValue BuiltinsGlobal::EncodeURI(EcmaRuntimeCallInfo *msg) in EncodeURI()
193 JSTaggedValue BuiltinsGlobal::DecodeURIComponent(EcmaRuntimeCallInfo *msg) in DecodeURIComponent()
209 JSTaggedValue BuiltinsGlobal::EncodeURIComponent(EcmaRuntimeCallInfo *msg) in EncodeURIComponent()
634 JSTaggedValue BuiltinsGlobal::PrintEntrypoint(EcmaRuntimeCallInfo *msg) in PrintEntrypoint()
657 JSTaggedValue BuiltinsGlobal::MarkModuleCollectable(EcmaRuntimeCallInfo *msg) in MarkModuleCollectable()
677 JSTaggedValue BuiltinsGlobal::CallJsBoundFunction(EcmaRuntimeCallInfo *msg) in CallJsBoundFunction()
[all …]
Dbuiltins_generator.cpp38 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeNext() local
59 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeReturn() local
84 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeThrow() local
Dbuiltins_cjs_require.cpp50 JSTaggedValue BuiltinsCjsRequire::Main(EcmaRuntimeCallInfo *msg) in Main()
59 JSTaggedValue BuiltinsCjsRequire::Resolve(EcmaRuntimeCallInfo *msg) in Resolve()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.h28 … void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, const char *msg) in ThrowEtsException()
33 … ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, std::string_view msg) in ThrowEtsException()
Dets_vm_api.cpp25 const char *msg) in LogPrint()
74 [[maybe_unused]] const char *fmt, const char *msg) in LogPrint()
166 void LogError(const std::string &msg) in LogError()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp70 CString msg = "Load file with filename '" + name + "' failed, recordName '" + entry + "'"; in ExecuteFromAbcFile() local
88 CString msg = "cannot find record '" + realEntry + "', please check the request path."; in ExecuteFromAbcFile() local
127 …CString msg = "Load file with filename '" + normalName + "' failed, recordName '" + entryPoint.dat… in ExecuteFromBuffer() local
138 CString msg = "cannot find record '" + entry + "', please check the request path."; in ExecuteFromBuffer() local
171 CString msg = "Load file with filename '" + name + "' failed, recordName '" + entry + "'"; in ExecuteModuleBuffer() local
190 CString msg = "cannot find record '" + realEntry + "', please check the request path."; in ExecuteModuleBuffer() local
266 …CString msg = "Load file with filename '" + normalName + "' failed, recordName '" + entryPoint.dat… in ExecuteFromBufferSecure() local
277 CString msg = "cannot find record '" + entry + "', please check the request path."; in ExecuteFromBufferSecure() local
333 CString msg = "Load file with filename '" + name + "' failed, recordName '" + entry + "'"; in ExecuteModuleBufferSecure() local
352 CString msg = "cannot find record '" + realEntry + "', please check the request path."; in ExecuteModuleBufferSecure() local
/arkcompiler/runtime_core/libpandabase/utils/
Dutils.h49 explicit UnreachableException(const char *msg) : msg_(msg) {} in UnreachableException()
50 explicit UnreachableException(const std::string_view &msg) : msg_(msg) {} in UnreachableException()
/arkcompiler/ets_frontend/test/scripts/
Dsend_email.py39 def add_attachment(msg, file_list): argument
48 def add_image(msg, img_dic): argument
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h127 static inline JSHandle<JSTaggedValue> GetConstructor(EcmaRuntimeCallInfo *msg) in GetConstructor()
132 static inline JSHandle<JSTaggedValue> GetThis(EcmaRuntimeCallInfo *msg) in GetThis()
137 static inline JSHandle<JSTaggedValue> GetNewTarget(EcmaRuntimeCallInfo *msg) in GetNewTarget()
142 static inline JSHandle<JSTaggedValue> GetCallArg(EcmaRuntimeCallInfo *msg, uint32_t position) in GetCallArg()
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h39 explicit FileAccessException(const char *msg) : msg_(msg) {} in FileAccessException()
40 explicit FileAccessException(const std::string_view &msg) : msg_(msg) {} in FileAccessException()
51 #define THROW_IF(cond, msg) \ argument
56 #define THROW_IF(cond, msg) \ argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
Derror.h30 explicit Error(std::string msg) : err_(std::move(msg)) {} in Error()
/arkcompiler/runtime_core/libpandabase/os/
Derror.h30 explicit Error(std::string msg) : err_(std::move(msg)) {} in Error()

123456