Home
last modified time | relevance | path

Searched refs:cMsgEnd (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dcontext_test.cpp154 ret = ContextAppendRead(ctx, ctx->cMsgEnd, strlen(ctx->cMsgEnd));
165 ret = ContextAppendRead(ctx, ctx->cMsgEnd, strlen(ctx->cMsgEnd));
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dcontext_test.cpp156 ret = ContextAppendRead(ctx, ctx->cMsgEnd, strlen(ctx->cMsgEnd));
167 ret = ContextAppendRead(ctx, ctx->cMsgEnd, strlen(ctx->cMsgEnd));
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dcontext.c51 context->cMsgEnd = "$$$$$$"; in CreateContext()
246 char *p = strstr(buf, context->cMsgEnd); in ContextGetReadRecord()
252 uint32_t num = p - buf + strlen(context->cMsgEnd); in ContextGetReadRecord()
H A Dserial.c191 return ContextAppendWrite(context, context->cMsgEnd, strlen(context->cMsgEnd)); in WriteEnd()
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dcontext.h41 const char *cMsgEnd; /* message end characters flag */ member