/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ipc/ |
H A D | disc_client_on_device_found_test.cpp | 65 virtual int32_t ClientOnRefreshDeviceFound(const char *pkgName, int32_t pid, const void *device, 79 ON_CALL(*this, ClientOnRefreshDeviceFound).WillByDefault(Return(SOFTBUS_OK)); in BusCenterMock() 90 …MOCK_METHOD(int32_t, ClientOnRefreshDeviceFound, (const char *pkgName, int32_t pid, const void *de… 129 return BusCenterMock::GetMock()->ClientOnRefreshDeviceFound(pkgName, pid, device, deviceLen); in ClientOnRefreshDeviceFound() 259 EXPECT_CALL(mock, ClientOnRefreshDeviceFound).Times(0); 330 EXPECT_CALL(mock, ClientOnRefreshDeviceFound).Times(0); 351 … EXPECT_CALL(mock, ClientOnRefreshDeviceFound(EqStr(g_pkgName1), g_callingPid1, NotNull(), Ge(1))) 372 EXPECT_CALL(mock, ClientOnRefreshDeviceFound).Times(0); 402 EXPECT_CALL(mock, ClientOnRefreshDeviceFound).Times(0); 425 EXPECT_CALL(mock, ClientOnRefreshDeviceFound).Times(0); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/ |
H A D | bus_center_ipc_mock.h | 62 virtual int32_t ClientOnRefreshDeviceFound( 95 … MOCK_METHOD4(ClientOnRefreshDeviceFound, int32_t(const char *, int32_t, const void *, uint32_t));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | bus_center_ipc_mock.cpp | 163 int32_t ClientOnRefreshDeviceFound(const char *pkgName, int32_t pid, const void *device, uint32_t d… in ClientOnRefreshDeviceFound() function 165 …return BusCenterIpcInterfaceInstance()->ClientOnRefreshDeviceFound(pkgName, pid, device, deviceLen… in ClientOnRefreshDeviceFound()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/include/ |
H A D | bus_center_client_stub.h | 36 void ClientOnRefreshDeviceFound(IpcIo *data, IpcIo *reply);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/include/ |
H A D | bus_center_client_proxy.h | 38 int32_t ClientOnRefreshDeviceFound(const char *pkgName, int32_t pid, const void *device, uint32_t d…
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy.h | 50 int32_t ClientOnRefreshDeviceFound(const char *pkgName, int32_t pid, const void *device, uint32_t d…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | softbus_client_stub.c | 53 { CLIENT_ON_REFRESH_DEVICE_FOUND, ClientOnRefreshDeviceFound },
|
H A D | bus_center_client_stub.c | 212 void ClientOnRefreshDeviceFound(IpcIo *data, IpcIo *reply) in ClientOnRefreshDeviceFound() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy.cpp | 195 int32_t ClientOnRefreshDeviceFound( in ClientOnRefreshDeviceFound() function
|
H A D | lnn_bus_center_ipc.cpp | 162 (void)ClientOnRefreshDeviceFound(pkgName, (*iter).pid, &newDevice, sizeof(DeviceInfo)); in OnRefreshDeviceFound()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/ |
H A D | client_proxy_test.cpp | 228 int32_t ret = ClientOnRefreshDeviceFound(TEST_PKGNAME, 0, device, deviceLen);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/ |
H A D | bus_center_client_proxy.c | 316 int32_t ClientOnRefreshDeviceFound(const char *pkgName, int32_t pid, const void *device, in ClientOnRefreshDeviceFound() function
|
H A D | lnn_bus_center_ipc.c | 200 return ClientOnRefreshDeviceFound(pkgName, 0, &newDevice, sizeof(DeviceInfo)); in OnRefreshDeviceFound()
|