Home
last modified time | relevance | path

Searched defs:StreamSession (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/
H A Dffi.rs49 pub unsafe extern "C" fn StreamSessionDelete(raw: *mut StreamSession) { in StreamSessionDelete()
62 pub unsafe extern "C" fn StreamSessionSetUid(object: *mut StreamSession, uid: i32) -> i32 { in StreamSessionSetUid()
78 pub unsafe extern "C" fn StreamSessionSetFd(object: *mut StreamSession, fd: i32) -> i32 { in StreamSessionSetFd()
94 pub unsafe extern "C" fn StreamSessionSetPid(object: *mut StreamSession, pid: i32) -> i32 { in StreamSessionSetPid()
156 pub unsafe extern "C" fn StreamSessionSetTokenType(object: *mut StreamSession, style: i32) -> i32 { in StreamSessionSetTokenType()
219 pub unsafe extern "C" fn StreamSessionSendMsg(object: *const StreamSession, buf: *const c_char, siz… in StreamSessionSendMsg()
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_session.rs32 pub struct StreamSession { struct
40 impl Default for StreamSession { argument
52 impl StreamSession { implementation
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dstream_session.h33 class StreamSession; variable
/ohos5.0/base/msdp/device_status/utils/ipc/include/
H A Dstream_session.h34 class StreamSession; variable
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_session.cpp39 StreamSession::StreamSession(const std::string &programName, int32_t moduleType, int32_t fd, int32_… in StreamSession() function in OHOS::Msdp::DeviceStatus::StreamSession
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_session.cpp31 StreamSession::StreamSession(const std::string &programName, const int32_t fd, const int32_t uid, c… in StreamSession() function in OHOS::Sensors::StreamSession