Home
last modified time | relevance | path

Searched refs:NeedPendingJoinRequest (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.h191 bool NeedPendingJoinRequest(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp847 EXPECT_EQ(false, NeedPendingJoinRequest());
853 EXPECT_TRUE(NeedPendingJoinRequest() == false);
860 EXPECT_TRUE(NeedPendingJoinRequest() == false);
903 EXPECT_TRUE(NeedPendingJoinRequest() == false);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c286 bool NeedPendingJoinRequest(void) in NeedPendingJoinRequest() function
330 if (!NeedPendingJoinRequest()) { in TryPendingJoinRequest()
H A Dlnn_net_builder_init.c206 if (NeedPendingJoinRequest()) { in TryRemovePendingJoinRequest()