Searched refs:HandleDataReceived (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_socket_listener.cpp | 111 …channel->HandleDataReceived(socket, static_cast<unsigned char *>(const_cast<void *>(data)), dataLe… in OnClientBytes() 132 …channel->HandleDataReceived(socket, static_cast<unsigned char *>(const_cast<void *>(data)), dataLe… in OnServiceBytes()
|
H A D | soft_bus_channel.cpp | 212 void SoftBusChannel::HandleDataReceived(int socket, const unsigned char *bytes, int length) in HandleDataReceived() function in OHOS::Security::AccessToken::SoftBusChannel
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | rpc_channel.h | 56 virtual void HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived() function
|
H A D | soft_bus_channel.h | 79 void HandleDataReceived(int socket, const unsigned char *bytes, int length) override;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/include/ |
H A D | av_trans_control_center.h | 51 void HandleDataReceived(const std::string &content, const std::string &peerDevId);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ |
H A D | av_trans_control_center.cpp | 261 HandleDataReceived(event.content, event.peerDevId); in OnChannelEvent() 295 void AVTransControlCenter::HandleDataReceived(const std::string &content, const std::string &peerDe… in HandleDataReceived() function in OHOS::DistributedHardware::AVTransControlCenter
|