Home
last modified time | relevance | path

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 Dlnn_net_builder.h193 int32_t TrySendJoinLNNRequest(const JoinLnnMsgPara *para, bool needReportFailure, bool isShort);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_process.c252 return TrySendJoinLNNRequest((const JoinLnnMsgPara *)para, true, false); in ProcessJoinLNNRequest()
257 return TrySendJoinLNNRequest((const JoinLnnMsgPara *)para, false, false); in ProcessDevDiscoveryRequest()
H A Dlnn_net_builder.c235 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 Dlnn_net_builder_mock_test.cpp1441 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);