Lines Matching refs:access
5 …he sandboxes provide some APIs to implement specific functionalities. To access these APIs across …
9 …services and apps to define new permissions for their sensitive APIs. To access these APIs, other …
11 …stem or other applications. Upon obtaining the permissions, the apps can access the sensitive APIs…
47 … char *permissionName) | Checks whether an app has the permission to access system service API…
48 …rmissionName) | Checks whether the caller has the permission to access system service API…
62 …s params, PolicyTrans **policies, unsigned int *policyNum) | Obtains the access policies for a ser…
63 … params) | Checks whether a process has the permission to access an API of another …
180 …access policy in the header file **base/security/permission\_lite/services/ipc\_auth/include/polic…
182 …- **RANGE**: allows access from the processes with UIDs in the specified range. **uidMin** and **u…
183 …- **FIXED**: allows access from the processes with the specified UIDs. **fixedUid** must be specif…
184 - **BUNDLENAME**: allows access from the specified app. **bundleName** must be specified.
192 .type=FIXED, // Allow access from the processes with the specified UIDs.
196 … .type=RANGE, // Allow access from the processes with UIDs in the specified range.
206 .type=FIXED, // Allow access from the processes with the specified UIDs.
255 …access policy for the services. When other services or apps access these services over IPC, SAMGR …