Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Dapp_installation_optimized_test.cpp266 .userCancelable = false
300 .userCancelable = true
614 .userCancelable = true
662 .userCancelable = false
870 .userCancelable = false
915 .userCancelable = false
966 .userCancelable = false
970 .userCancelable = false
1005 .userCancelable = false
1059 .userCancelable = true
[all …]
/ohos5.0/base/security/access_token/frameworks/accesstoken/src/
H A Dhap_policy_parcel.cpp67 RETURN_IF_FALSE(out.WriteBool(info[i].userCancelable)); in Marshalling()
117 RELEASE_IF_FALSE(in.ReadBool(info.userCancelable), hapPolicyParcel); in Unmarshalling()
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Dhap_token_info.h147 bool userCancelable = false; variable
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/allochaptokenstub_fuzzer/
H A Dallochaptokenstub_fuzzer.cpp62 .userCancelable = true in ConstructorParam()
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/inithaptokenstub_fuzzer/
H A Dinithaptokenstub_fuzzer.cpp62 .userCancelable = true in ConstructorParam()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_manager.cpp1099 const std::string &permissionName, bool &userCancelable) in IsUserGrantPermPreAuthorized() argument
1109 userCancelable = iter->userCancelable; in IsUserGrantPermPreAuthorized()
1167 bool userCancelable = true; in InitPermissionList() local
1168 …(IsUserGrantPermPreAuthorized(policy.preAuthorizationInfo, state.permissionName, userCancelable)) { in InitPermissionList()
1169 … state.grantFlags[0] = userCancelable ? PERMISSION_GRANTED_BY_POLICY : PERMISSION_SYSTEM_FIXED; in InitPermissionList()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Daccess_token.h159 bool userCancelable = false; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp175 preAuthorizationInfo.userCancelable = userCancellable; in CreateHapPolicyParam()