Home
last modified time | relevance | path

Searched refs:LnnNotifyMasterNodeChanged (Results 1 – 9 of 9) 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() function
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() function
500 … return GetNetBuilderDepsInterface()->LnnNotifyMasterNodeChanged(isMaster, masterNodeUdid, weight); in LnnNotifyMasterNodeChanged()
H A Dlnn_net_builder_mock_test.cpp746 EXPECT_CALL(NetBuilderMock, LnnNotifyMasterNodeChanged(_, _, _)).WillOnce(Return());
751 EXPECT_CALL(NetBuilderMock, LnnNotifyMasterNodeChanged(_, _, _)).WillOnce(Return());
/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,
112 MOCK_METHOD3(LnnNotifyMasterNodeChanged, void (bool, const char*, int32_t));
H A Dlnn_net_builder_deps_mock.h157 …virtual void LnnNotifyMasterNodeChanged(bool isMaster, const char* masterNodeUdid, int32_t weight);
293 MOCK_METHOD3(LnnNotifyMasterNodeChanged, void (bool, const char*, int32_t));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/service/fuzztest/buscenterevent_fuzzer/
H A Dbuscenterevent_fuzz.cpp89 LnnNotifyMasterNodeChanged(isMaster, udid, weight); in LnnNotifyLnnRelationChangedFuzzTest()
/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/core/bus_center/service/src/
H A Dbus_center_event.c676 void LnnNotifyMasterNodeChanged(bool isMaster, const char *masterNodeUdid, int32_t weight) in LnnNotifyMasterNodeChanged() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c151 LnnNotifyMasterNodeChanged(isCurrentNode, masterUdid, weight); in UpdateLocalMasterNode()