Home
last modified time | relevance | path

Searched defs:FAULT (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hiAppEvent.js45 FAULT: paramMock.paramNumberMock, property
Dohos_hiSysEvent.js25 FAULT: 1, property
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs302 pub const FAULT: Self = Self::from_errno(errno::EFAULT); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs250 pub const FAULT: Self = Self(c::EFAULT); constant