Home
last modified time | relevance | path

Searched refs:granted (Results 1 – 25 of 111) sorted by relevance

12345

/base/security/permission_lite/services/pms/src/
Dperm_operate.c33 return (int)cur->permList[i].granted; in PermissionIsGranted()
41 int ModifyPermission(TNode *node, const char *permission, const enum IsGranted granted) in ModifyPermission() argument
49 node->permList[i].granted = granted; in ModifyPermission()
Dpms_impl.c159 perms->granted = (enum IsGranted)itemGranted->valueint; in ParseFixedPermissionsItem()
257 cJSON_AddItemToObject(object, FIELD_IS_GRANTED, cJSON_CreateBool(permissions[i].granted)); in SavePermissions()
417 updatePerms[i].granted = NOT_GRANTED; in UpdateAppPermission()
420 updatePerms[i].granted = (permType == SYSTEM_GRANT) ? GRANTED : NOT_GRANTED; in UpdateAppPermission()
424 updatePerms[i].granted = permissions[j].granted; in UpdateAppPermission()
593 …nt OnPermissionFileSync(const char *identifier, const char *permName, const enum IsGranted granted) in OnPermissionFileSync() argument
605 isSave = permissions[i].granted ^ granted; in OnPermissionFileSync()
606 permissions[i].granted = granted; in OnPermissionFileSync()
/base/security/permission_lite/services/pms/include/
Dperm_operate.h23 int ModifyPermission(TNode *node, const char *permission, const enum IsGranted granted);
/base/security/permission_lite/interfaces/kits/
Dpms_types.h108 enum IsGranted granted; member
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp69 bool granted = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
70 advancedNotificationService.HasNotificationPolicyAccessPermission(granted); in DoSomethingInterestingWithMyAPI()
/base/location/
DREADME.en.md60 …- Your application can use the location function only after the user has granted the permission an…
62 …provide the location service for your application only after it has been granted the permission to…
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp141 bool granted = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
142 ansManagerStub.HasNotificationPolicyAccessPermission(granted); in DoSomethingInterestingWithMyAPI()
/base/security/permission_lite/
DREADME.md5 …cesses, apps in other sandboxes need the required permissions, which are granted and managed based…
49 …missions requested by an app and checks whether the requested permissions have been granted. |
165 // Check whether the ohos.permission.INSTALL_BUNDLE permission has been granted.
/base/update/updater/resources/font/
DLICENSE_Fonts13 "YOU" shall mean an individual or legal entity exercising permissions granted by this Agreement.
/base/global/system_resources/
DLICENSE_Fonts13 "YOU" shall mean an individual or legal entity exercising permissions granted by this Agreement.
DLICENSE27 exercising permissions granted by this License.
89 granted to You under this License for that Work shall terminate
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_manager_interface.h247 virtual ErrCode HasNotificationPolicyAccessPermission(bool &granted) = 0;
Dans_manager_proxy.h236 ErrCode HasNotificationPolicyAccessPermission(bool &granted) override;
/base/update/sys_installer_lite/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/powermgr/battery_lite/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/global/resource_management/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/hiviewdfx/hitrace/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/telephony/state_registry/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/telephony/sms_mms/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/security/access_token/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/security/selinux_adapter/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/notification/common_event_service/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/useriam/pin_auth/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/security/certificate_manager/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/telephony/cellular_data/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate

12345