Home
last modified time | relevance | path

Searched refs:MapReadOnlyAshmem (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dashmem.h146 bool MapReadOnlyAshmem() const;
186 bool MapReadOnlyAshmem();
/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs72 pub fn MapReadOnlyAshmem(self: &Ashmem) -> bool; in MapReadOnlyAshmem() functions
152 self.c_ashmem.MapReadOnlyAshmem() in map_read_only_ashmem()
/commonlibrary/c_utils/base/src/
H A Dashmem.cpp233 bool Ashmem::MapReadOnlyAshmem() const in MapReadOnlyAshmem() function in OHOS::Ashmem
235 bool Ashmem::MapReadOnlyAshmem() in MapReadOnlyAshmem()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_ashmem_test.cpp131 ret = ashmem->MapReadOnlyAshmem(); in HWTEST_F()
171 ret = ashmem->MapReadOnlyAshmem(); in HWTEST_F()
/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_ashmem_test.rs89 assert!(ashmem.MapReadOnlyAshmem()); in test_ashmem_ffi_write_read_003()
129 assert!(ashmem.MapReadOnlyAshmem()); in test_ashmem_ffi_write_read_004()
161 assert!(ashmem.MapReadOnlyAshmem()); in test_ashmem_ffi_write_read_005()
/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
H A Dashemem_benchmark_test.cpp150 ret = ashmem->MapReadOnlyAshmem(); in BENCHMARK_F()
195 ret = ashmem->MapReadOnlyAshmem(); in BENCHMARK_F()

Completed in 4 milliseconds