Searched refs:isCurrentNode (Results 1 – 3 of 3) sorted by relevance
/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 | 738 bool isCurrentNode = false; variable 742 UpdateLocalMasterNode(isCurrentNode, NODE_UDID, LOCAL_WEIGHT); 747 UpdateLocalMasterNode(isCurrentNode, NODE_UDID, LOCAL_WEIGHT); 752 UpdateLocalMasterNode(isCurrentNode, NODE_UDID, LOCAL_WEIGHT);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder.c | 142 void UpdateLocalMasterNode(bool isCurrentNode, const char *masterUdid, int32_t weight) in UpdateLocalMasterNode() argument 151 LnnNotifyMasterNodeChanged(isCurrentNode, masterUdid, weight); in UpdateLocalMasterNode()
|