Home
last modified time | relevance | path

Searched refs:granted (Results 1 – 25 of 105) 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()
418 updatePerms[i].granted = NOT_GRANTED; in UpdateAppPermission()
421 updatePerms[i].granted = (permType == SYSTEM_GRANT) ? GRANTED : NOT_GRANTED; in UpdateAppPermission()
425 updatePerms[i].granted = permissions[j].granted; in UpdateAppPermission()
594 …nt OnPermissionFileSync(const char *identifier, const char *permName, const enum IsGranted granted) in OnPermissionFileSync() argument
606 isSave = permissions[i].granted ^ granted; in OnPermissionFileSync()
607 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/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.cpp150 bool granted = true; in DoSomethingInterestingWithMyAPI() local
151 ansManagerStub.HasNotificationPolicyAccessPermission(granted); in DoSomethingInterestingWithMyAPI()
/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.
/base/security/permission_lite/
DREADME.md14 …cesses, apps in other sandboxes need the required permissions, which are granted and managed based…
69 …/a><a name="p14504549163217"></a>Checks whether a specified app has been granted the given permiss…
151 …ermissions requested by the app and checks whether the requested permissions have been granted.</p>
220 …management component to check whether the required permissions have been granted. If yes, the inst…
279 // Check whether the ohos.permission.INSTALL_BUNDLE permission has been granted.
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_manager_proxy.h248 ErrCode HasNotificationPolicyAccessPermission(bool &granted) override;
Dans_manager_interface.h260 virtual ErrCode HasNotificationPolicyAccessPermission(bool &granted) = 0;
/base/sensors/miscdevice/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/update/update_app/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/update/packaging_tools/
DLICENSE24 exercising permissions granted by this License.
86 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/huks/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/powermgr/power_manager/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/iothardware/peripheral/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/notification/eventhandler/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/telephony/data_storage/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/sensors/medical_sensor/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/useriam/user_auth_framework/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/security/device_security_level/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/update/ota_lite/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate
/base/powermgr/battery_statistics/
DLICENSE25 exercising permissions granted by this License.
87 granted to You under this License for that Work shall terminate

12345