Searched refs:OnServerDeviceFound (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ipc/ |
H A D | disc_client_on_device_found_test.cpp | 82 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 D | disc_manager.h | 68 int32_t (*OnServerDeviceFound)(const char *packageName, const DeviceInfo *device, member
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/manager/src/ |
H A D | disc_manager.c | 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/ipc/mini/ |
H A D | lnn_bus_center_ipc.c | 33 .OnServerDeviceFound = OnRefreshDeviceFound,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/disc_mgr/ |
H A D | lnn_discovery_interface_test.cpp | 63 .OnServerDeviceFound = OnRefreshDeviceFoundTest,
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/ |
H A D | lnn_bus_center_ipc.c | 75 .OnServerDeviceFound = OnRefreshDeviceFound,
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | lnn_bus_center_ipc.cpp | 69 .OnServerDeviceFound = OnRefreshDeviceFound,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/ |
H A D | disc_manager_test.cpp | 201 .OnServerDeviceFound = TestDeviceFound
|