Home
last modified time | relevance | path

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

1234567891011

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dlogger.h31 #define INTEROP_LOG_DEBUG(msg) OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ts2ets", "%s", msg) argument
32 #define INTEROP_LOG_DEBUG_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ts2ets", msg, __VA_… argument
33 #define INTEROP_LOG_INFO(msg) OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ts2ets", "%s", msg) argument
34 #define INTEROP_LOG_INFO_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ts2ets", msg, __VA_AR… argument
35 #define INTEROP_LOG_ERROR(msg) OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, "ts2ets", msg) argument
36 #define INTEROP_LOG_ERROR_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, "ts2ets", msg, __VA_… argument
72 #define INTEROP_LOG_DEBUG(msg) TS2ETS_LOGGER(DEBUG, msg) argument
73 #define INTEROP_LOG_DEBUG_A(msg, ...) TS2ETS_LOGGER(DEBUG, msg, __VA_ARGS__) argument
74 #define INTEROP_LOG_INFO(msg) TS2ETS_LOGGER(INFO, msg) argument
75 #define INTEROP_LOG_INFO_A(msg, ...) TS2ETS_LOGGER(INFO, msg, __VA_ARGS__) argument
[all …]
/arkcompiler/toolchain/tooling/dynamic/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
249 std::string msg; in HWTEST_F_L0() local
268 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
158 std::string msg = std::string() + in HWTEST_F_L0() local
186 std::string msg = std::string() + in HWTEST_F_L0() local
209 std::string msg = std::string() + in HWTEST_F_L0() local
236 std::string msg = R"({"id":0,"method":"Runtime.getProperties"})"; in HWTEST_F_L0() local
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
162 …std::string msg = std::string() + R"({"id":0,"method":"Rumtime.getProperties","params":{"objectId"… in HWTEST_F_L0() local
183 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.getHeapUsage ","params":{}})"; in HWTEST_F_L0() local
Ddebugger_impl_test.cpp146 std::string msg = std::string() + in HWTEST_F_L0() local
176 std::string msg = std::string() + in HWTEST_F_L0() local
209 std::string msg = std::string() + in HWTEST_F_L0() local
246 std::string msg = std::string() + in HWTEST_F_L0() local
274 std::string msg = std::string() + in HWTEST_F_L0() local
302 std::string msg = std::string() + in HWTEST_F_L0() local
333 std::string msg = std::string() + in HWTEST_F_L0() local
359 std::string msg = std::string() + in HWTEST_F_L0() local
390 std::string msg = std::string() + in HWTEST_F_L0() local
418 std::string msg = std::string() + in HWTEST_F_L0() local
[all …]
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
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp79 PandaString msg {"idx = " + ToPandaString(idx) + "; length = " + ToPandaString(length)}; in ThrowArrayIndexOutOfBoundsException() local
89 PandaString msg {"idx = " + ToPandaString(idx) + "; length = " + ToPandaString(length)}; in ThrowIndexOutOfBoundsException() local
93 void ThrowIllegalStateException(const PandaString &msg) in ThrowIllegalStateException()
104 PandaString msg {"idx = " + ToPandaString(idx) + "; length = " + ToPandaString(length)}; in ThrowStringIndexOutOfBoundsException() local
114 PandaString msg {"size = " + ToPandaString(size)}; in ThrowNegativeArraySizeException() local
118 void ThrowNegativeArraySizeException(const PandaString &msg) in ThrowNegativeArraySizeException()
138 PandaString msg {srcType->GetName() + " cannot be cast to " + dstType->GetName()}; in ThrowClassCastException() local
147 PandaString msg {"abstract method \"" + method->GetClass()->GetName() + "."}; in ThrowAbstractMethodError() local
158 …PandaString msg {"Conflicting default method implementations \"" + method->GetClass()->GetName() +… in ThrowIncompatibleClassChangeErrorForMethodConflict() local
172 void ThrowArrayStoreException(const PandaString &msg) in ThrowArrayStoreException()
[all …]
/arkcompiler/ets_frontend/ets2panda/bindings/native/include/
Dinterop-logging.h24 #define LOG(msg) fprintf(stdout, msg "\n"); argument
26 #define LOGI(msg, ...) fprintf(stdout, msg "\n", __VA_ARGS__); argument
28 #define LOGE(msg, ...) fprintf(stderr, msg "\n", __VA_ARGS__); argument
30 #define LOGE0(msg) fprintf(stderr, msg "\n"); argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp30 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Abs() local
53 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Acos() local
72 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Acosh() local
90 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Asin() local
108 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Asinh() local
127 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Atan() local
146 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Atanh() local
195 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Cbrt() local
214 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Ceil() local
239 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Clz32() local
[all …]
Dbuiltins_cjs_module.cpp33 JSTaggedValue BuiltinsCjsModule::Compiler(EcmaRuntimeCallInfo *msg) in Compiler()
42 JSTaggedValue BuiltinsCjsModule::Load(EcmaRuntimeCallInfo *msg) in Load()
76 JSTaggedValue BuiltinsCjsModule::Require(EcmaRuntimeCallInfo *msg) in Require()
85 JSTaggedValue BuiltinsCjsModule::GetExportsForCircularRequire(EcmaRuntimeCallInfo *msg) in GetExportsForCircularRequire()
94 JSTaggedValue BuiltinsCjsModule::UpdateChildren(EcmaRuntimeCallInfo *msg) in UpdateChildren()
Dbuiltins_async_generator.cpp36 JSHandle<JSTaggedValue> msg = GetThis(argv); in AsyncGeneratorPrototypeNext() local
54 JSHandle<JSTaggedValue> msg = GetThis(argv); in AsyncGeneratorPrototypeReturn() local
71 JSHandle<JSTaggedValue> msg = GetThis(argv); in AsyncGeneratorPrototypeThrow() local
Dbuiltins_generator.cpp37 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeNext() local
58 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeReturn() local
83 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeThrow() local
Dbuiltins_global.cpp68 JSTaggedValue BuiltinsGlobal::NotSupportEval(EcmaRuntimeCallInfo *msg) in NotSupportEval()
77 JSTaggedValue BuiltinsGlobal::IsFinite(EcmaRuntimeCallInfo *msg) in IsFinite()
96 JSTaggedValue BuiltinsGlobal::IsNaN(EcmaRuntimeCallInfo *msg) in IsNaN()
137 JSTaggedValue BuiltinsGlobal::DecodeURI(EcmaRuntimeCallInfo *msg) in DecodeURI()
153 JSTaggedValue BuiltinsGlobal::EncodeURI(EcmaRuntimeCallInfo *msg) in EncodeURI()
170 JSTaggedValue BuiltinsGlobal::DecodeURIComponent(EcmaRuntimeCallInfo *msg) in DecodeURIComponent()
186 JSTaggedValue BuiltinsGlobal::EncodeURIComponent(EcmaRuntimeCallInfo *msg) in EncodeURIComponent()
665 JSTaggedValue BuiltinsGlobal::PrintEntrypoint(EcmaRuntimeCallInfo *msg) in PrintEntrypoint()
688 JSTaggedValue BuiltinsGlobal::MarkModuleCollectable(EcmaRuntimeCallInfo *msg) in MarkModuleCollectable()
708 JSTaggedValue BuiltinsGlobal::LoadNativeModule(EcmaRuntimeCallInfo *msg) in LoadNativeModule()
[all …]
Dbuiltins_cjs_require.cpp45 JSTaggedValue BuiltinsCjsRequire::Main(EcmaRuntimeCallInfo *msg) in Main()
54 JSTaggedValue BuiltinsCjsRequire::Resolve(EcmaRuntimeCallInfo *msg) in Resolve()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_errors.cpp19 JSTaggedValue ContainerError::BusinessError(JSThread *thread, int32_t errorCode, const char *msg) in BusinessError()
35 JSTaggedValue ContainerError::BindError(JSThread *thread, const char *msg) in BindError()
40 JSTaggedValue ContainerError::ParamError(JSThread *thread, const char *msg) in ParamError()
45 JSTaggedValue ContainerError::ReferenceError(JSThread *thread, const char *msg) in ReferenceError()
/arkcompiler/runtime_core/taihe/runtime/src/
Druntime.cpp32 static ani_error create_ani_error(ani_env *env, taihe::string_view msg) in create_ani_error()
61 static ani_error create_ani_business_error(ani_env *env, int32_t err_code, taihe::string_view msg) in create_ani_business_error()
87 void ani_set_error(ani_env *env, taihe::string_view msg) in ani_set_error()
93 void ani_set_business_error(ani_env *env, int32_t err_code, taihe::string_view msg) in ani_set_business_error()
111 void set_error(taihe::string_view msg) in set_error()
117 void set_business_error(int32_t err_code, taihe::string_view msg) in set_business_error()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.h33 … void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, const char *msg) in ThrowEtsException()
39 … ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, std::string_view msg) in ThrowEtsException()
Dets_exceptions.cpp46 …tic EtsObject *CreateExceptionInstance(EtsCoroutine *coro, EtsClass *cls, EtsHandle<EtsString> msg, in CreateExceptionInstance()
75 static EtsObject *CreateErrorInstance(EtsCoroutine *coro, EtsClass *cls, EtsHandle<EtsString> msg, in CreateErrorInstance()
110 EtsObject *SetupEtsException(EtsCoroutine *coro, const char *classDescriptor, const char *msg) in SetupEtsException()
139 void ThrowEtsException(EtsCoroutine *coroutine, const char *classDescriptor, const char *msg) in ThrowEtsException()
/arkcompiler/ets_frontend/test/scripts/utils/send_email/
Dsend_email.py38 def add_attachment(msg, file_list): argument
47 def add_image(msg, img_dic): argument
/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_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp40 CString msg = "jsPandaFile is nullptr"; in ExecuteFromFile() local
57 CString msg = "Cannot find module '" + entry + "' , which is application Entry Point"; in ExecuteFromFile() local
121 CString msg = "jsPandaFile is nullptr"; in ExecuteFromBuffer() local
136 CString msg = "Cannot find module '" + entry + "' , which is application Entry Point"; in ExecuteFromBuffer() local
163 CString msg = "jsPandaFile is nullptr"; in ExecuteModuleBuffer() local
184 CString msg = "Cannot find module '" + realEntry + "' , which is application Entry Point"; in ExecuteModuleBuffer() local
275 CString msg = "jsPandaFile is nullptr"; in ExecuteFromBufferSecure() local
290 CString msg = "Cannot find module '" + entry + "' , which is application Entry Point"; in ExecuteFromBufferSecure() local
337 CString msg = "jsPandaFile is nullptr"; in ExecuteModuleBufferSecure() local
358 CString msg = "Cannot find module '" + realEntry + "' , which is application Entry Point"; in ExecuteModuleBufferSecure() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/asm/
DSamplerAsmTest.cpp63 auto msg = std::string("Cannot find \"") + moduleName + std::string("\" module!"); in ANI_Constructor() local
72 auto msg = std::string("Cannot bind native functions to '") + moduleName + std::string("'"); in ANI_Constructor() local
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/class-inheritance-add-1/
Dtestc.ts18 msg: string = 'ttt'; property in ttt
/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

1234567891011