Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_guide_rust_ashmem.md26 | bool | **map_ashmem**(self: &Ashmem, mapType: i32)<br>将内核中的ashmem内存区域映射至用户空间。 |
82 assert!(ashmem.map_ashmem(ashmem::PROT_READ | ashmem::PROT_WRITE));
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs141 pub fn map_ashmem(&self, prot_type: i32) -> bool { in map_ashmem() method
/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_ashmem_test.rs304 assert!(ashmem.map_ashmem(ashmem::PROT_READ | ashmem::PROT_WRITE)); in test_ashmem_write_read_001()