Home
last modified time | relevance | path

Searched refs:OnBytes (Results 1 - 17 of 17) sorted by relevance

/base/telephony/call_manager/services/distributed_call/src/transmission/
H A Dsession_adapter.cpp26 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 Dsoft_bus_client_socket.h37 void OnBytes(int32_t socketId, const void *data, uint32_t dataLen) override;
H A Dsoft_bus_server_socket.h35 void OnBytes(int32_t socketId, const void *data, uint32_t dataLen) override;
H A Dsoft_bus_base_socket.h66 virtual void OnBytes(int32_t socketId, const void *data, uint32_t dataLen) = 0;
/base/telephony/call_manager/services/distributed_call/include/transmission/
H A Dsession_adapter.h57 static void OnBytes(int32_t socket, const void *data, uint32_t dataLen);
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h90 void OnBytes(int32_t socket, const void *data, uint32_t dataLen);
114 OnBytes
/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h280 void (*OnBytes)(int32_t socket, const void *data, uint32_t dataLen); member
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H A Ddistributed_transmission_test.cpp126 SessionAdapter::OnBytes(0, nullptr, 0); in HWTEST_F()
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_manager.cpp251 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 Dsoft_bus_client_socket.cpp72 void ClientSocket::OnBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnBytes() function in OHOS::UserIam::UserAuth::ClientSocket
H A Dsoft_bus_server_socket.cpp66 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 Dsoft_bus_fuzzer.cpp69 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 Ddsoftbus_adapter_impl.cpp284 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 Ddsoftbusadapter_fuzzer.cpp197 DSoftbusAdapterImpl::GetInstance()->OnBytes(socket, g_data, dataLen); in InitSocketFuzzTest()
/base/msdp/device_status/test/unittest/intention/adapters/src/
H A Ddsoftbus_adapter_test.cpp355 * @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 Dsoft_bus_manager.cpp199 listener.OnBytes = SoftBusSocketListener::OnClientBytes; in ServiceSocketInit()
363 listener.OnBytes = SoftBusSocketListener::OnServiceBytes; in InitSocketAndListener()
/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c405 .OnBytes = ServerOnBytes, in ProcessCreateServer()
599 .OnBytes = ClientOnBytes, in BindSync()

Completed in 11 milliseconds