Home
last modified time | relevance | path

Searched defs:ERRCODE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/
H A Dffrt_log_api.h157 #define COND_RETURN_(COND, ERRCODE, ...) \ argument
163 #define FFRT_COND_RETURN_ERROR(COND, ERRCODE, ...) \ argument
173 #define COND_GOTO_WITH_ERRCODE_(COND, LABEL, ERROR, ERRCODE, ...) \ argument
180 #define FFRT_COND_GOTO_ERROR(COND, LABEL, ERROR, ERRCODE, ...) \ argument
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_json_test.cpp30 #define ERRCODE 0 macro
H A Dtrans_tcp_direct_callback_test.cpp31 #define ERRCODE 111 macro
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dconstant.h31 static constexpr const char *ERRCODE = "errorCode"; variable