Home
last modified time | relevance | path

Searched refs:LnnNotifyBasicInfoChanged (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp75 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged() function
77 return GetServiceInterface()->LnnNotifyBasicInfoChanged(info, type); in LnnNotifyBasicInfoChanged()
H A Dlnn_devicename_info_test.cpp122 EXPECT_CALL(serviceMock, LnnNotifyBasicInfoChanged).WillRepeatedly(Return());
295 EXPECT_CALL(serviceMock, LnnNotifyBasicInfoChanged).WillRepeatedly(Return());
322 EXPECT_CALL(serviceMock, LnnNotifyBasicInfoChanged).WillRepeatedly(Return());
H A Dlnn_network_info_test.cpp114 EXPECT_CALL(serviceMock, LnnNotifyBasicInfoChanged).WillRepeatedly(Return());
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h52 virtual void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) = 0;
108 MOCK_METHOD2(LnnNotifyBasicInfoChanged, void (NodeBasicInfo *, NodeBasicInfoType));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h252 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info.c142 LnnNotifyBasicInfoChanged(&basic, TYPE_DEVICE_NAME); in OnReceiveDeviceName()
160 LnnNotifyBasicInfoChanged(&basic, TYPE_DEVICE_NAME); in NotifyDeviceDisplayNameChange()
H A Dlnn_network_info.c100 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_INFO); in UpdateNetworkInfo()
H A Dlnn_connection_fsm.c277 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_ID); in ReportResult()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c422 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c69 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_INFO); in UpdateNetworkInfo()
90 LnnNotifyBasicInfoChanged(&basic, TYPE_DEVICE_NAME); in UpdateDeviceNameInfo()