Home
last modified time | relevance | path

Searched refs:SetUidFail (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Derror.rs62 SetUidFail = -9, enumerator
128 SessionStatusCode::SetUidFail => -9, in from()
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/
H A Dffi.rs68 SessionStatusCode::SetUidFail.into() in StreamSessionSetUid()