Home
last modified time | relevance | path

Searched refs:IsCommunicationAllowed (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/permission_lite/services/ipc_auth/src/
H A Dipc_auth_lite.c41 .IsCommunicationAllowed = IsCommunicationAllowed,
H A Dipc_auth_impl.c274 int IsCommunicationAllowed(AuthParams params) in IsCommunicationAllowed() function
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-security-communicationverify.md20 | int IsCommunicationAllowed(AuthParams params) | 检查访问主体进程是否有权限调用受访客体进程的接口,仅供Samgr调用 |
102 …tionStrategy接口获取服务的访问策略;当其他服务或应用通过IPC方式访问这些服务时,Samgr会调用IPC通信鉴权组件的IsCommunicationAllowed接口检查调用者服务的权…
/ohos5.0/base/security/permission_lite/services/ipc_auth/include/
H A Dipc_auth.h29 int IsCommunicationAllowed(AuthParams params);
/ohos5.0/base/security/permission_lite/interfaces/innerkits/
H A Dipc_auth_interface.h32 int (*IsCommunicationAllowed)(AuthParams params); member
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-communicationverify.md27 …576"><a name="p966319247576"></a><a name="p966319247576"></a>int IsCommunicationAllowed(AuthParams…
116 …applications access this service through IPC, Samgr calls the **IsCommunicationAllowed** functio…
/ohos5.0/base/security/permission_lite/
H A DREADME_zh.md109 …576"><a name="p966319247576"></a><a name="p966319247576"></a>int IsCommunicationAllowed(AuthParams…
307 …tionStrategy接口获取服务的访问策略;当其他服务或应用通过IPC方式访问这些服务时,Samgr会调用IPC通信鉴权组件的IsCommunicationAllowed接口检查调用者服务的权…
H A DREADME.md63 | int IsCommunicationAllowed(AuthParams params) | Checks whether a process has the p…
255 …r services or apps access these services over IPC, SAMGR calls **IsCommunicationAllowed()** of the…
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c327 int isAuth = g_server.ipcAuth->IsCommunicationAllowed(authParams); in ProcGetFeature()
H A Dsamgr_server_rpc.c441 int isAuth = g_server.ipcAuth->IsCommunicationAllowed(authParams); in ProcGetFeature()