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 D | lnn_service_mock.cpp | 75 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged() function 77 return GetServiceInterface()->LnnNotifyBasicInfoChanged(info, type); in LnnNotifyBasicInfoChanged()
|
H A D | lnn_devicename_info_test.cpp | 122 EXPECT_CALL(serviceMock, LnnNotifyBasicInfoChanged).WillRepeatedly(Return()); 295 EXPECT_CALL(serviceMock, LnnNotifyBasicInfoChanged).WillRepeatedly(Return()); 322 EXPECT_CALL(serviceMock, LnnNotifyBasicInfoChanged).WillRepeatedly(Return());
|
H A D | lnn_network_info_test.cpp | 114 EXPECT_CALL(serviceMock, LnnNotifyBasicInfoChanged).WillRepeatedly(Return());
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_service_mock.h | 52 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 D | bus_center_event.h | 252 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_devicename_info.c | 142 LnnNotifyBasicInfoChanged(&basic, TYPE_DEVICE_NAME); in OnReceiveDeviceName() 160 LnnNotifyBasicInfoChanged(&basic, TYPE_DEVICE_NAME); in NotifyDeviceDisplayNameChange()
|
H A D | lnn_network_info.c | 100 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_INFO); in UpdateNetworkInfo()
|
H A D | lnn_connection_fsm.c | 277 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_ID); in ReportResult()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_event.c | 422 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 D | lnn_distributed_net_ledger.c | 69 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_INFO); in UpdateNetworkInfo() 90 LnnNotifyBasicInfoChanged(&basic, TYPE_DEVICE_NAME); in UpdateDeviceNameInfo()
|