Home
last modified time | relevance | path

Searched refs:OnRefreshDeviceFound (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c29 static int32_t OnRefreshDeviceFound(const char *pkgName, const DeviceInfo *device,
33 .OnServerDeviceFound = OnRefreshDeviceFound,
36 static int32_t OnRefreshDeviceFound(const char *pkgName, const DeviceInfo *device, in OnRefreshDeviceFound() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c71 static int32_t OnRefreshDeviceFound(const char *pkgName, const DeviceInfo *device,
75 .OnServerDeviceFound = OnRefreshDeviceFound,
191 static int32_t OnRefreshDeviceFound(const char *pkgName, const DeviceInfo *device, in OnRefreshDeviceFound() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp65 static int32_t OnRefreshDeviceFound(const char *pkgName, const DeviceInfo *device,
69 .OnServerDeviceFound = OnRefreshDeviceFound,
142 static int32_t OnRefreshDeviceFound(const char *pkgName, const DeviceInfo *device, in OnRefreshDeviceFound() function
H A Dbus_center_client_proxy.cpp207 clientProxy->OnRefreshDeviceFound(device, deviceLen); in ClientOnRefreshDeviceFound()
H A Dbus_center_client_proxy_standard.cpp577 void BusCenterClientProxy::OnRefreshDeviceFound(const void *device, uint32_t deviceLen) in OnRefreshDeviceFound() function in OHOS::BusCenterClientProxy
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h52 void OnRefreshDeviceFound(const void *device, uint32_t deviceLen) override;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h49 void OnRefreshDeviceFound(const void *device, uint32_t deviceLen) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h76 virtual void OnRefreshDeviceFound(const void *device, uint32_t deviceLen);
H A Dsoftbus_client_stub.h59 void OnRefreshDeviceFound(const void *device, uint32_t deviceLen) override;
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_standard_test.cpp93 clientProxy->OnRefreshDeviceFound(addr, addrTypeLen);
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp153 void ISoftBusClient::OnRefreshDeviceFound(const void *device, uint32_t deviceLen) in OnRefreshDeviceFound() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp682 OnRefreshDeviceFound(device, deviceLen); in OnRefreshDeviceFoundInner()
786 void SoftBusClientStub::OnRefreshDeviceFound(const void *device, uint32_t deviceLen) in OnRefreshDeviceFound() function in OHOS::SoftBusClientStub
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dclient_proxy_test.cpp224 clientProxy->OnRefreshDeviceFound(addrInput, TEST_ADDR_TYPE_LEN);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp497 void TransClientProxy::OnRefreshDeviceFound(const void *device, uint32_t deviceLen) in OnRefreshDeviceFound() function in OHOS::TransClientProxy