/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/ |
H A D | lnn_bus_center_ipc.c | 29 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 D | lnn_bus_center_ipc.c | 71 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 D | lnn_bus_center_ipc.cpp | 65 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 D | bus_center_client_proxy.cpp | 207 clientProxy->OnRefreshDeviceFound(device, deviceLen); in ClientOnRefreshDeviceFound()
|
H A D | bus_center_client_proxy_standard.cpp | 577 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 D | bus_center_client_proxy_standard.h | 52 void OnRefreshDeviceFound(const void *device, uint32_t deviceLen) override;
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 49 void OnRefreshDeviceFound(const void *device, uint32_t deviceLen) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 76 virtual void OnRefreshDeviceFound(const void *device, uint32_t deviceLen);
|
H A D | softbus_client_stub.h | 59 void OnRefreshDeviceFound(const void *device, uint32_t deviceLen) override;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/ |
H A D | trans_client_proxy_standard_test.cpp | 93 clientProxy->OnRefreshDeviceFound(addr, addrTypeLen);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 153 void ISoftBusClient::OnRefreshDeviceFound(const void *device, uint32_t deviceLen) in OnRefreshDeviceFound() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 682 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 D | client_proxy_test.cpp | 224 clientProxy->OnRefreshDeviceFound(addrInput, TEST_ADDR_TYPE_LEN);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy_standard.cpp | 497 void TransClientProxy::OnRefreshDeviceFound(const void *device, uint32_t deviceLen) in OnRefreshDeviceFound() function in OHOS::TransClientProxy
|