Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
Dhitrace_helper.h19 #define HITRACE_HELPER_METER_NAME(msg) HITRACE_METER_NAME(HITRACE_TAG_COMMONLIBRARY, msg) argument
20 #define HITRACE_HELPER_START_TRACE(msg) StartTrace(HITRACE_TAG_COMMONLIBRARY, msg) argument
22 #define HITRACE_HELPER_COUNT_TRACE(msg, count) CountTrace(HITRACE_TAG_COMMONLIBRARY, msg, count) argument
24 #define HITRACE_HELPER_METER_NAME(msg) argument
25 #define HITRACE_HELPER_START_TRACE(msg) argument
27 #define HITRACE_HELPER_COUNT_TRACE(msg, count) argument
Derror_helper.h67 napi_value msg = nullptr; variable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Doneshot.rs529 let msg = rx.try_recv().unwrap(); in close_rx() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dafd.rs121 let msg = format!("Failed to open \\Device\\Afd\\Ylong: {raw_error}"); in new() localVariable
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts315 let msg: string = ''; variable
/commonlibrary/ets_utils/js_sys_module/process/
Dnative_module_process.cpp514 napi_value msg = nullptr; in ThrowError() local
/commonlibrary/ets_utils/js_util_module/util/
Dnative_module_util.cpp342 napi_value msg = nullptr; in ThrowError() local