Home
last modified time | relevance | path

Searched refs:LnnGetAllOnlineNodeInfo (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_ctrl_static_test.cpp69 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(DoAll(SetArgPointee<0>(info),
74 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(DoAll(SetArgPointee<0>(info),
81 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(DoAll(SetArgPointee<0>(info1),
88 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(DoAll(SetArgPointee<0>(info2),
103 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo)
212 …EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillOnce(Return(SOFTBUS_ERR)).WillRepeatedly(Retu…
H A Dhb_medium_mgr_test.cpp168 …ON_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillByDefault(LnnNetLedgertInterfaceMock::ActionOfLnn…
220 …ON_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillByDefault(LnnNetLedgertInterfaceMock::ActionOfLnn…
227 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_OK));
229 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_ERR));
299 …ON_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillByDefault(LnnNetLedgertInterfaceMock::ActionOfLnn…
324 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_ERR));
356 …ON_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillByDefault(LnnNetLedgertInterfaceMock::ActionOfLnn…
366 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo)
454 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo)
786 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo)
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dbus_center_ipc_mock.h34 virtual int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum) = 0;
73 MOCK_METHOD2(LnnGetAllOnlineNodeInfo, int32_t(NodeBasicInfo **, int32_t *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dbus_center_ipc_mock.cpp50 int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum) in LnnGetAllOnlineNodeInfo() function
52 return BusCenterIpcInterfaceInstance()->LnnGetAllOnlineNodeInfo(info, infoNum); in LnnGetAllOnlineNodeInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_virtual.c54 int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum) in LnnGetAllOnlineNodeInfo() function
H A Dlnn_distributed_net_ledger.c1653 int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum) in LnnGetAllOnlineNodeInfo() function
1668 if (LnnGetAllOnlineNodeInfo(&remoteNodeInfo, &infoNum) != 0) { in SoftBusDumpBusCenterRemoteDeviceInfo()
1719 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in LnnGetOnlineNodeByUdidHash()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp359 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_ERR));
361 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_OK));
416 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_OK));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h114 virtual int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum) = 0;
179 MOCK_METHOD2(LnnGetAllOnlineNodeInfo, int32_t (NodeBasicInfo **info, int32_t *infoNum));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info_test.cpp199 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_ERR));
358 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo)
403 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_ERR));
H A Dlnn_network_info_test.cpp243 EXPECT_CALL(netLedgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_ERR));
261 EXPECT_CALL(netLedgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(
H A Dlnn_net_ledger_mock.cpp356 int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum) in LnnGetAllOnlineNodeInfo() function
358 return GetNetLedgerInterface()->LnnGetAllOnlineNodeInfo(info, infoNum); in LnnGetAllOnlineNodeInfo()
H A Dlnn_net_builder_deps_mock.cpp508 int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum) in LnnGetAllOnlineNodeInfo() function
510 return GetNetBuilderDepsInterface()->LnnGetAllOnlineNodeInfo(info, infoNum); in LnnGetAllOnlineNodeInfo()
H A Dlnn_topo_manager_test.cpp331 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo)
390 EXPECT_CALL(ledgerMock, LnnGetAllOnlineNodeInfo).WillRepeatedly(Return(SOFTBUS_ERR));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp434 int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum) in LnnGetAllOnlineNodeInfo() function
436 return GetLaneDepsInterface()->LnnGetAllOnlineNodeInfo(info, infoNum); in LnnGetAllOnlineNodeInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h64 virtual int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum) = 0;
148 MOCK_METHOD2(LnnGetAllOnlineNodeInfo, int32_t (NodeBasicInfo **, int32_t *));
H A Dlnn_net_builder_deps_mock.h159 virtual int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum);
295 MOCK_METHOD2(LnnGetAllOnlineNodeInfo, int32_t (NodeBasicInfo **, int32_t *));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h74 int32_t LnnGetAllOnlineNodeInfo(NodeBasicInfo **info, int32_t *infoNum);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c190 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in HbSendCheckOffLineMessage()
300 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in HbHandleLeaveLnn()
468 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in HbRemoveCheckOffLineMessage()
1044 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in LnnShiftLNNGearWithoutPkgName()
H A Dlnn_heartbeat_utils.c538 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in LnnDumpOnlineDeviceInfo()
573 if (LnnGetAllOnlineNodeInfo(&netInfo, &infoNum) != SOFTBUS_OK) { in GetOnlineInfoNum()
H A Dlnn_heartbeat_medium_mgr.c217 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in HbGetOnlineNodeByRecvInfo()
836 int32_t ret = LnnGetAllOnlineNodeInfo(&info, &infoNum); in ProcRespVapChange()
1140 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in LnnDumpHbOnlineNodeList()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c70 return LnnGetAllOnlineNodeInfo((NodeBasicInfo **)info, infoNum); in LnnIpcGetAllOnlineNodeInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dbus_center_ipc_test.cpp113 ON_CALL(busCenterIpcMock, LnnGetAllOnlineNodeInfo).WillByDefault(Return(SOFTBUS_OK));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info.c284 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in HandlerGetDeviceName()
334 if (LnnGetAllOnlineNodeInfo(&info, &infoNum) != SOFTBUS_OK) { in NotifyNickNameChange()
H A Dlnn_network_info.c203 if (LnnGetAllOnlineNodeInfo(&netInfo, &infoNum) != SOFTBUS_OK) { in SendNetCapabilityToRemote()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c283 return LnnGetAllOnlineNodeInfo((NodeBasicInfo **)info, infoNum); in LnnIpcGetAllOnlineNodeInfo()

12