Home
last modified time | relevance | path

Searched refs:masterNodeUdid (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp96 void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid, int32_t weight) in LnnNotifyMasterNodeChanged() argument
98 return GetServiceInterface()->LnnNotifyMasterNodeChanged(isMaster, masterNodeUdid, weight); in LnnNotifyMasterNodeChanged()
H A Dlnn_net_builder_deps_mock.cpp498 void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid, int32_t weight) in LnnNotifyMasterNodeChanged() argument
500 … return GetNetBuilderDepsInterface()->LnnNotifyMasterNodeChanged(isMaster, masterNodeUdid, weight); in LnnNotifyMasterNodeChanged()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h277 void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid, int32_t weight);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h57 virtual void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid,
H A Dlnn_net_builder_deps_mock.h157 …virtual void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid, int32_t weight);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c676 void LnnNotifyMasterNodeChanged(bool isMaster, const char *masterNodeUdid, int32_t weight) in LnnNotifyMasterNodeChanged() argument
680 .masterNodeUDID = masterNodeUdid, in LnnNotifyMasterNodeChanged()