Home
last modified time | relevance | path

Searched refs:DecodeBinary (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_decoder_test.cpp113 auto ret = decoder->DecodeBinary(reinterpret_cast<char *>(&binarydata), pmsghdr->nlmsg_len); in HWTEST_F()
117 ret = decoder->DecodeBinary(reinterpret_cast<char *>(&binarydata), sizeof(binarydata)); in HWTEST_F()
121 ret = decoder->DecodeBinary(reinterpret_cast<char *>(&binarydata), sizeof(binarydata)); in HWTEST_F()
128 ret = decoder->DecodeBinary(reinterpret_cast<char *>(&binarydata), sizeof(binarydata)); in HWTEST_F()
145 auto ret = decoder->DecodeBinary(reinterpret_cast<char *>(&binarydata), sizeof(binarydata)); in HWTEST_F()
149 ret = decoder->DecodeBinary(reinterpret_cast<char *>(&binarydata), sizeof(binarydata)); in HWTEST_F()
173 EXPECT_FALSE(decoder->DecodeBinary(reinterpret_cast<char *>(&binarydata), sizeof(binarydata))); in HWTEST_F()
176 EXPECT_FALSE(decoder->DecodeBinary(reinterpret_cast<char *>(&binarydata), sizeof(binarydata))); in HWTEST_F()
179 EXPECT_FALSE(decoder->DecodeBinary(reinterpret_cast<char *>(&binarydata), sizeof(binarydata))); in HWTEST_F()
183 EXPECT_FALSE(decoder->DecodeBinary(reinterpret_cas in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dwrapper_decoder.h48 bool DecodeBinary(const char *buffer, int32_t buffSize);
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Ddata_receiver.cpp63 isSuccess = decoder->DecodeBinary(buffer_, recvTimes); in StartReceive()
H A Dwrapper_decoder.cpp242 bool WrapperDecoder::DecodeBinary(const char *buffer, int32_t buffSize) in DecodeBinary() function in OHOS::nmd::WrapperDecoder

Completed in 3 milliseconds