Home
last modified time | relevance | path

Searched refs:OnBytesReceived (Results 1 - 4 of 4) sorted by relevance

/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.h35 typedef void (*OnBytesReceived)(int64_t requestId, uint8_t *data, uint32_t dataLen); typedef
40 OnBytesReceived onBytesReceived;
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Dbinding.rs108 // Callback function type for OnBytesReceived() from native, this callback will be called after listening
110 pub type OnBytesReceived = extern "C" fn (session_id: i32, byteData: *const c_void, data_len: u32); types
127 pub on_bytes_received: OnBytesReceived,
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c255 .OnBytesReceived = OnBytesReceivedCb, in InitSoftBusChannelModule()
/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_device_session_manager.c71 .OnBytesReceived = MessengerOnBytesReceived, in GetDeviceSessionManagerInstance()

Completed in 5 milliseconds