Home
last modified time | relevance | path

Searched refs:DecodeAscii (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_decoder_test.cpp66 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));
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dwrapper_decoder.h40 bool DecodeAscii(const char *buffer, int32_t buffSize);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Ddata_receiver.cpp65 isSuccess = decoder->DecodeAscii(buffer_, recvTimes); in StartReceive()
H A Dwrapper_decoder.cpp176 bool WrapperDecoder::DecodeAscii(const char *buffer, int32_t buffSize) in DecodeAscii() function in OHOS::nmd::WrapperDecoder