Home
last modified time | relevance | path

Searched refs:StreamSessionGetTokenType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_session.cpp127 << ", tokenType = " << StreamSessionGetTokenType(streamSessionPtr_.get()) in UpdateDescript()
218 return StreamSessionGetTokenType(streamSessionPtr_.get()); in GetTokenType()
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Drust_binding.h46 int32_t StreamSessionGetTokenType(const RustStreamSession *rustStreamSession);
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/
H A Dffi.rs172 pub unsafe extern "C" fn StreamSessionGetTokenType(object: *const StreamSession) -> i32 { in StreamSessionGetTokenType() function