Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_ashmem_test.rs306 ashmem.unmap_ashmem(); in test_ashmem_write_read_001()
339 ashmem.unmap_ashmem(); in test_ashmem_write_read_002()
357 ashmem.unmap_ashmem(); in test_ashmem_write_read_003()
377 ashmem.unmap_ashmem(); in test_ashmem_write_read_003()
395 ashmem.unmap_ashmem(); in test_ashmem_write_read_004()
411 ashmem.unmap_ashmem(); in test_ashmem_write_read_004()
442 ashmem.unmap_ashmem(); in test_ashmem_write_read_005()
508 ashmem.unmap_ashmem(); in test_ashmem_invalid_004()
560 ashmem.unmap_ashmem(); in test_ashmem_invalid_006()
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_guide_rust_ashmem.md27 | void | **unmap_ashmem**(self: &Ashmem)<br>解除ashmem映射。 |
85 ashmem.unmap_ashmem();
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs156 pub fn unmap_ashmem(&self) { in unmap_ashmem() method