Home
last modified time | relevance | path

Searched refs:serverCb (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Ddisc_client_on_device_found_test.cpp82 innerCallback_.serverCb.OnServerDeviceFound = nullptr; in BusCenterMock()
87 innerCallback_.serverCb.OnServerDeviceFound = nullptr; in ~BusCenterMock()
106 if (cb == nullptr || cb->serverCb.OnServerDeviceFound == nullptr) { in ActionLnnStartDiscDevice()
109 innerCallback_.serverCb.OnServerDeviceFound = cb->serverCb.OnServerDeviceFound; in ActionLnnStartDiscDevice()
115 if (innerCallback_.serverCb.OnServerDeviceFound == nullptr) { in CallbackOnServerDeviceFound()
118 return innerCallback_.serverCb.OnServerDeviceFound(pkgName, device, additions); in CallbackOnServerDeviceFound()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/manager/src/
H A Ddisc_manager.c67 IServerDiscInnerCallback serverCb; member
359 if (infoNode->item != NULL && infoNode->item->callback.serverCb.OnServerDeviceFound != NULL && in InnerDeviceFound()
361 …(void)infoNode->item->callback.serverCb.OnServerDeviceFound(infoNode->item->packageName, device, a… in InnerDeviceFound()
484 itemNode->callback.serverCb.OnServerDeviceFound = cb->serverCb.OnServerDeviceFound; in SetDiscItemCallback()
810 callback.serverCb.OnServerDeviceFound = NULL; in InnerStartDiscovery()
812 callback.serverCb.OnServerDeviceFound = cb->OnServerDeviceFound; in InnerStartDiscovery()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/
H A Dlnn_discovery_interface.c91 if ((ret = DiscStartDiscovery(pkgName, info, &cb->serverCb)) != SOFTBUS_OK) { in LnnStartDiscDevice()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h39 IServerDiscInnerCallback serverCb; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c123 .serverCb = g_discInnerCb, in LnnIpcRefreshLNN()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/disc_mgr/
H A Dlnn_discovery_interface_test.cpp186 .serverCb = g_discInnerCb,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c341 .serverCb = g_discInnerCb, in LnnIpcRefreshLNN()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp393 .serverCb = g_discInnerCb, in LnnIpcRefreshLNN()