Searched refs:SaveRtMsg (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/ |
H A D | wrapper_decoder.h | 63 bool SaveRtMsg(std::string dst, const std::string gateWay, const std::string device, int32_t length,
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_decoder.cpp | 480 if (!SaveRtMsg(dst, gateWay, device, rtmDstLen, rtmFamily)) { in InterpreteRtMsg() 509 bool WrapperDecoder::SaveRtMsg(std::string dst, const std::string gateWay, const std::string device, int32_t length, in SaveRtMsg() function in OHOS::nmd::WrapperDecoder
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A D | wrapper_decoder_test.cpp | 370 ret = decoder->SaveRtMsg(testString, testString, testString, length, family); in HWTEST_F() 375 ret = decoder->SaveRtMsg(testString, testString, testString, length, family); in HWTEST_F()
|
Completed in 2 milliseconds