Searched refs:UpdateLocalMasterNode (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_init.c | 367 UpdateLocalMasterNode(false, peerMasterUdid, peerMasterWeight); in TryElectMasterNodeOnline() 386 UpdateLocalMasterNode(true, localUdid, LnnGetLocalWeight()); in TryElectMasterNodeOffline() 437 UpdateLocalMasterNode(true, localUdid, LnnGetLocalWeight()); in TryElectAsMasterState()
|
H A D | lnn_net_builder_process.c | 607 UpdateLocalMasterNode(false, msgPara->masterUdid, msgPara->masterWeight); in ProcessMasterElect()
|
H A D | lnn_net_builder.c | 142 void UpdateLocalMasterNode(bool isCurrentNode, const char *masterUdid, int32_t weight) in UpdateLocalMasterNode() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_builder.h | 180 void UpdateLocalMasterNode(bool isCurrentNode, const char *masterUdid, int32_t weight);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_mock_test.cpp | 742 UpdateLocalMasterNode(isCurrentNode, NODE_UDID, LOCAL_WEIGHT); 747 UpdateLocalMasterNode(isCurrentNode, NODE_UDID, LOCAL_WEIGHT); 752 UpdateLocalMasterNode(isCurrentNode, NODE_UDID, LOCAL_WEIGHT);
|