Searched refs:GetProtection (Results 1 – 8 of 8) sorted by relevance
81 pub fn GetProtection(self: &Ashmem) -> i32; in GetProtection() function132 self.c_ashmem.GetProtection() in get_protection()
180 int Ashmem::GetProtection() const in GetProtection() function in OHOS::Ashmem308 if (!(static_cast<uint32_t>(GetProtection()) & static_cast<uint32_t>(cmd)) || in CheckValid()
139 int GetProtection();
133 int GetProtection() const;
35 | int | **GetProtection**()<br>获取内核中的ashmem区域的保护权限值。 |
49 | int | **GetProtection**(self: &Ashmem)<br>获取内核中的ashmem区域的保护权限值。 |
362 ashmem->GetProtection();
417 ashmem->GetProtection(); in BENCHMARK_F()