Home
last modified time | relevance | path

Searched defs:masterUdid (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_mock.cpp56 int32_t LnnNotifyMasterElect(const char *networkId, const char *masterUdid, int32_t masterWeight) in LnnNotifyMasterElect()
H A Dhb_strategy_mock.cpp56 int32_t LnnNotifyMasterElect(const char *networkId, const char *masterUdid, int32_t masterWeight) in LnnNotifyMasterElect()
/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()
167 char masterUdid[UDID_BUF_LEN] = { 0 }; in SyncElectMessage() local
1158 int32_t LnnNotifyMasterElect(const char *networkId, const char *masterUdid, int32_t masterWeight) in LnnNotifyMasterElect()
H A Dlnn_net_builder_init.c408 char masterUdid[UDID_BUF_LEN] = { 0 }; in TryElectAsMasterState() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_builder.h118 char masterUdid[UDID_BUF_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h136 char masterUdid[UDID_BUF_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c971 char masterUdid[UDID_BUF_LEN] = { 0 }; in HbMediumMgrRecvHigherWeight() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c194 const char *masterUdid = NULL; in DlGetMasterUdid() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c2319 const char* masterUdid = g_localNetLedger.localInfo.masterUdid; in LnnIsMasterNode() local