Home
last modified time | relevance | path

Searched refs:ERR_SYSTEM_MEMORY_FAILURE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h284 #define ERR_SYSTEM_MEMORY_FAILURE (-308) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c69 case ERR_SYSTEM_MEMORY_FAILURE: in SockSetError()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c910 sock->coreErrType[MSG_TYPE_DO_CONNECT] = ERR_SYSTEM_MEMORY_FAILURE; in FillpConnConnectionEstFailure()