Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
Dfortify.h63 #define __DIAGNOSE_ENABLE_IF(cond, msg) __attribute__((enable_if(cond, msg))) argument
64 #define __DIAGNOSE_ERROR_IF(cond, msg) __attribute__((diagnose_if(cond, msg, "error"))) argument
65 #define __DIAGNOSE_WARNING_IF(cond, msg) __attribute__((diagnose_if(cond, msg, "warning"))) argument
/interface/sdk_c/third_party/musl/ndk_musl_include/info/
Dfatal_message.h28 char msg[0]; member
/interface/sdk-js/api/@internal/component/ets/
Dplugin_component.d.ts137 msg: string; property
Dform_component.d.ts428 msg: string; property
/interface/sdk-js/api/
D@ohos.distributedsched.abilityConnectionManager.d.ts270 msg?: string; property
/interface/sdk-js/build-tools/api_diff/src/
Dreporter.js182 setStatusMessage(msg) { argument
/interface/sdk_c/third_party/zlib/
Dzlib.h95 z_const char *msg; /* last error message, NULL if no error */ member