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 D | lnn_service_mock.cpp | 96 void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid, int32_t weight) in LnnNotifyMasterNodeChanged() argument 98 return GetServiceInterface()->LnnNotifyMasterNodeChanged(isMaster, masterNodeUdid, weight); in LnnNotifyMasterNodeChanged()
|
H A D | lnn_net_builder_deps_mock.cpp | 498 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 D | bus_center_event.h | 277 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 D | lnn_service_mock.h | 57 virtual void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid,
|
H A D | lnn_net_builder_deps_mock.h | 157 …virtual void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid, int32_t weight);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_event.c | 676 void LnnNotifyMasterNodeChanged(bool isMaster, const char *masterNodeUdid, int32_t weight) in LnnNotifyMasterNodeChanged() argument 680 .masterNodeUDID = masterNodeUdid, in LnnNotifyMasterNodeChanged()
|