Searched refs:DecodeAscii (Results 1 – 4 of 4) sorted by relevance
66 auto ret = decoder->DecodeAscii(buffer.data(), buffer.length());75 auto ret = decoder->DecodeAscii(buffer.data(), 0);84 auto ret = decoder->DecodeAscii(buffer.data(), buffer.length());92 auto ret = decoder->DecodeAscii(TEST_ASCII_MESSAGE, sizeof(TEST_ASCII_MESSAGE));
40 bool DecodeAscii(const char *buffer, int32_t buffSize);
65 isSuccess = decoder->DecodeAscii(buffer_, recvTimes); in StartReceive()
176 bool WrapperDecoder::DecodeAscii(const char *buffer, int32_t buffSize) in DecodeAscii() function in OHOS::nmd::WrapperDecoder