Home
last modified time | relevance | path

Searched refs:HandleDataReceived (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_socket_listener.cpp111 …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 Dsoft_bus_channel.cpp212 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 Drpc_channel.h56 virtual void HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived() function
H A Dsoft_bus_channel.h79 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 Dav_trans_control_center.h51 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 Dav_trans_control_center.cpp261 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