Searched refs:userCancelable (Results 1 – 8 of 8) sorted by relevance
266 .userCancelable = false300 .userCancelable = true614 .userCancelable = true662 .userCancelable = false870 .userCancelable = false915 .userCancelable = false966 .userCancelable = false970 .userCancelable = false1005 .userCancelable = false1059 .userCancelable = true[all …]
67 RETURN_IF_FALSE(out.WriteBool(info[i].userCancelable)); in Marshalling()117 RELEASE_IF_FALSE(in.ReadBool(info.userCancelable), hapPolicyParcel); in Unmarshalling()
147 bool userCancelable = false; variable
62 .userCancelable = true in ConstructorParam()
1099 const std::string &permissionName, bool &userCancelable) in IsUserGrantPermPreAuthorized() argument1109 userCancelable = iter->userCancelable; in IsUserGrantPermPreAuthorized()1167 bool userCancelable = true; in InitPermissionList() local1168 …(IsUserGrantPermPreAuthorized(policy.preAuthorizationInfo, state.permissionName, userCancelable)) { in InitPermissionList()1169 … state.grantFlags[0] = userCancelable ? PERMISSION_GRANTED_BY_POLICY : PERMISSION_SYSTEM_FIXED; in InitPermissionList()
159 bool userCancelable = false; variable
175 preAuthorizationInfo.userCancelable = userCancellable; in CreateHapPolicyParam()