Home
last modified time | relevance | path

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 Dlnn_net_builder.h180 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 Dlnn_net_builder_mock_test.cpp738 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 Dlnn_net_builder.c142 void UpdateLocalMasterNode(bool isCurrentNode, const char *masterUdid, int32_t weight) in UpdateLocalMasterNode() argument
151 LnnNotifyMasterNodeChanged(isCurrentNode, masterUdid, weight); in UpdateLocalMasterNode()