/base/telephony/call_manager/services/distributed_call/src/transmission/ |
H A D | session_adapter.cpp | 26 listener_.OnBytes = SessionAdapter::OnBytes; in SessionAdapter() 90 void SessionAdapter::OnBytes(int32_t socket, const void *data, uint32_t dataLen) in OnBytes() function in OHOS::Telephony::SessionAdapter
|
/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_client_socket.h | 37 void OnBytes(int32_t socketId, const void *data, uint32_t dataLen) override;
|
H A D | soft_bus_server_socket.h | 35 void OnBytes(int32_t socketId, const void *data, uint32_t dataLen) override;
|
H A D | soft_bus_base_socket.h | 66 virtual void OnBytes(int32_t socketId, const void *data, uint32_t dataLen) = 0;
|
/base/telephony/call_manager/services/distributed_call/include/transmission/ |
H A D | session_adapter.h | 57 static void OnBytes(int32_t socket, const void *data, uint32_t dataLen);
|
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/ |
H A D | dsoftbus_adapter_impl.h | 90 void OnBytes(int32_t socket, const void *data, uint32_t dataLen); 114 OnBytes
|
/base/security/access_token/services/tokensyncmanager/test/mock/include/ |
H A D | socket.h | 280 void (*OnBytes)(int32_t socket, const void *data, uint32_t dataLen); member
|
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/ |
H A D | distributed_transmission_test.cpp | 126 SessionAdapter::OnBytes(0, nullptr, 0); in HWTEST_F()
|
/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_manager.cpp | 251 listener.OnBytes = SoftBusSocketListener::OnClientBytes; in ServiceSocketListen() 405 listener.OnBytes = SoftBusSocketListener::OnServerBytes; in ClientSocketBind() 629 serverSocket->OnBytes(socketId, data, dataLen); in OnClientBytes() 647 clientSocket->OnBytes(socketId, data, dataLen); in OnServerBytes()
|
H A D | soft_bus_client_socket.cpp | 72 void ClientSocket::OnBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnBytes() function in OHOS::UserIam::UserAuth::ClientSocket
|
H A D | soft_bus_server_socket.cpp | 66 void ServerSocket::OnBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnBytes() function in OHOS::UserIam::UserAuth::ServerSocket
|
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 69 clientSocket->OnBytes(socketId, message, messageLen); in FuzzSoftBusBaseSocketSecond() 144 serverSocket->OnBytes(socketId, &data, data.size()); in FuzzSoftBusServerSocketFisrst()
|
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/ |
H A D | dsoftbus_adapter_impl.cpp | 284 DSoftbusAdapterImpl::GetInstance()->OnBytes(socket, data, dataLen); in OnBytesAvailable() 340 void DSoftbusAdapterImpl::OnBytes(int32_t socket, const void *data, uint32_t dataLen) in OnBytes() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapterImpl 382 .OnBytes = OnBytesAvailable, in InitSocket()
|
/base/msdp/device_status/test/fuzztest/dsoftbusadapter_fuzzer/ |
H A D | dsoftbusadapter_fuzzer.cpp | 197 DSoftbusAdapterImpl::GetInstance()->OnBytes(socket, g_data, dataLen); in InitSocketFuzzTest()
|
/base/msdp/device_status/test/unittest/intention/adapters/src/ |
H A D | dsoftbus_adapter_test.cpp | 355 * @tc.desc: Test OnBytes 359 HWTEST_F(DsoftbusAdapterTest, OnBytes, TestSize.Level1) in HWTEST_F() 364 ASSERT_NO_FATAL_FAILURE(DSoftbusAdapterImpl::GetInstance()->OnBytes(SOCKET, data, sizeof(data))); in HWTEST_F()
|
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_manager.cpp | 199 listener.OnBytes = SoftBusSocketListener::OnClientBytes;
in ServiceSocketInit() 363 listener.OnBytes = SoftBusSocketListener::OnServiceBytes;
in InitSocketAndListener()
|
/base/security/device_security_level/baselib/msglib/src/standard/ |
H A D | messenger_device_socket_manager.c | 405 .OnBytes = ServerOnBytes, in ProcessCreateServer() 599 .OnBytes = ClientOnBytes, in BindSync()
|