Home
last modified time | relevance | path

Searched refs:GetProtection (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs81 pub fn GetProtection(self: &Ashmem) -> i32; in GetProtection() function
132 self.c_ashmem.GetProtection() in get_protection()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dashmem.cpp180 int Ashmem::GetProtection() const in GetProtection() function in OHOS::Ashmem
308 if (!(static_cast<uint32_t>(GetProtection()) & static_cast<uint32_t>(cmd)) || in CheckValid()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dashmem.h139 int GetProtection();
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dashmem.h133 int GetProtection() const;
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-ashmem.md35 | int | **GetProtection**()<br>获取内核中的ashmem区域的保护权限值。 |
H A Dc_utils_guide_rust_ashmem.md49 | int | **GetProtection**(self: &Ashmem)<br>获取内核中的ashmem区域的保护权限值。 |
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_ashmem_test.cpp362 ashmem->GetProtection();
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
H A Dashemem_benchmark_test.cpp417 ashmem->GetProtection(); in BENCHMARK_F()