Searched refs:GetPermission (Results 1 – 3 of 3) sorted by relevance
87 bool GetAllowList() const { return GetPermission(listPerm); } in GetAllowList()90 bool GetAllowDelete() const { return GetPermission(deletePerm); } in GetAllowDelete()93 bool GetAllowDisable() const { return GetPermission(disablePerm); } in GetAllowDisable()97 bool GetPermission(enum PermissionKinds permission) const in GetPermission() function176 bool GetPermission(Permissions::PermissionKinds permission) const in GetPermission() function178 return m_permissions.GetPermission(permission); in GetPermission()
40 std::string GetPermission(FuzzedDataProvider &fdp) { in GetPermission() function57 std::string perm = GetPermission(fdp); in LLVMFuzzerTestOneInput()
307 if (bp_name && !bp_name->GetPermission(purpose)) in FindAndReplaceIDRanges()