Home
last modified time | relevance | path

Searched refs:TryElectMasterNodeOnline (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_init.h33 int32_t TryElectMasterNodeOnline(const LnnConnectionFsm *connFsm);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp539 EXPECT_TRUE(TryElectMasterNodeOnline(&connFsm) != SOFTBUS_OK);
540 EXPECT_TRUE(TryElectMasterNodeOnline(&connFsm) != SOFTBUS_OK);
541 EXPECT_TRUE(TryElectMasterNodeOnline(&connFsm) != SOFTBUS_OK);
542 EXPECT_TRUE(TryElectMasterNodeOnline(&connFsm) != SOFTBUS_OK);
543 EXPECT_TRUE(TryElectMasterNodeOnline(&connFsm) == SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c337 int32_t TryElectMasterNodeOnline(const LnnConnectionFsm *connFsm) in TryElectMasterNodeOnline() function
H A Dlnn_net_builder_process.c565 rc = isOnline ? TryElectMasterNodeOnline(connFsm) : TryElectMasterNodeOffline(connFsm); in ProcessNodeStateChanged()