Home
last modified time | relevance | path

Searched defs:SetProtection (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
Dashmem.cpp166 bool Ashmem::SetProtection(int protectionType) const in SetProtection() function in OHOS::Ashmem
/commonlibrary/c_utils/base/src/rust/
Dashmem.rs78 pub fn SetProtection(self: &Ashmem, protType: i32) -> bool; in SetProtection() function