Home
last modified time | relevance | path

Searched refs:OnServerDeviceFound (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/include/
H A Ddisc_manager.h68 int32_t (*OnServerDeviceFound)(const char *packageName, const DeviceInfo *device, member
/ohos5.0/foundation/communication/dsoftbus/core/discovery/manager/src/
H A Ddisc_manager.c359 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/ipc/mini/
H A Dlnn_bus_center_ipc.c33 .OnServerDeviceFound = OnRefreshDeviceFound,
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/disc_mgr/
H A Dlnn_discovery_interface_test.cpp63 .OnServerDeviceFound = OnRefreshDeviceFoundTest,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c75 .OnServerDeviceFound = OnRefreshDeviceFound,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp69 .OnServerDeviceFound = OnRefreshDeviceFound,
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/
H A Ddisc_manager_test.cpp201 .OnServerDeviceFound = TestDeviceFound