Searched refs:TrySendJoinLNNRequest (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_builder.h | 193 int32_t TrySendJoinLNNRequest(const JoinLnnMsgPara *para, bool needReportFailure, bool isShort);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_process.c | 252 return TrySendJoinLNNRequest((const JoinLnnMsgPara *)para, true, false); in ProcessJoinLNNRequest() 257 return TrySendJoinLNNRequest((const JoinLnnMsgPara *)para, false, false); in ProcessDevDiscoveryRequest()
|
H A D | lnn_net_builder.c | 235 int32_t TrySendJoinLNNRequest(const JoinLnnMsgPara *para, bool needReportFailure, bool isShort) in TrySendJoinLNNRequest() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_mock_test.cpp | 1441 EXPECT_TRUE(TrySendJoinLNNRequest(nullptr, true, false) == SOFTBUS_INVALID_PARAM); 1442 EXPECT_TRUE(TrySendJoinLNNRequest(para, true, false) == SOFTBUS_ERR); 1474 EXPECT_TRUE(TrySendJoinLNNRequest(para, true, false) == SOFTBUS_OK); 1505 EXPECT_TRUE(TrySendJoinLNNRequest(para, true, false) == SOFTBUS_OK); 1536 EXPECT_TRUE(TrySendJoinLNNRequest(para, true, false) == SOFTBUS_OK);
|