Home
last modified time | relevance | path

Searched refs:isMasterNode (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_static_mock.cpp69 int32_t LnnSetHbAsMasterNodeState(bool isMasterNode) in LnnSetHbAsMasterNodeState() argument
71 return HeartBeatCtrlStaticInterface()->LnnSetHbAsMasterNodeState(isMasterNode); in LnnSetHbAsMasterNodeState()
H A Dhb_fsm_mock.cpp61 int32_t LnnSetHbAsMasterNodeState(bool isMasterNode) in LnnSetHbAsMasterNodeState() argument
63 return HeartBeatFSMInterfaceInstance()->LnnSetHbAsMasterNodeState(isMasterNode); in LnnSetHbAsMasterNodeState()
H A Dhb_strategy_mock.cpp61 int32_t LnnSetHbAsMasterNodeState(bool isMasterNode) in LnnSetHbAsMasterNodeState() argument
63 return HeartBeatStrategyInterface()->LnnSetHbAsMasterNodeState(isMasterNode); in LnnSetHbAsMasterNodeState()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_strategy.h37 int32_t LnnSetHbAsMasterNodeState(bool isMasterNode);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_ctrl_static_mock.h45 virtual int32_t LnnSetHbAsMasterNodeState(bool isMasterNode) = 0;
H A Dhb_fsm_mock.h38 virtual int32_t LnnSetHbAsMasterNodeState(bool isMasterNode) = 0;
H A Dhb_strategy_mock.h38 virtual int32_t LnnSetHbAsMasterNodeState(bool isMasterNode) = 0;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h205 bool isMasterNode; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c1059 int32_t LnnSetHbAsMasterNodeState(bool isMasterNode) in LnnSetHbAsMasterNodeState() argument
1061 …return LnnPostTransStateMsgToHbFsm(g_hbFsm, isMasterNode ? EVENT_HB_AS_MASTER_NODE : EVENT_HB_AS_N… in LnnSetHbAsMasterNodeState()
H A Dlnn_heartbeat_ctrl.c455 if (LnnSetHbAsMasterNodeState(event->isMasterNode) != SOFTBUS_OK) { in HbMasterNodeChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c679 .isMasterNode = isMaster, in LnnNotifyMasterNodeChanged()