Searched refs:IsCommunicationAllowed (Results 1 – 10 of 10) sorted by relevance
41 .IsCommunicationAllowed = IsCommunicationAllowed,
274 int IsCommunicationAllowed(AuthParams params) in IsCommunicationAllowed() function
20 | int IsCommunicationAllowed(AuthParams params) | 检查访问主体进程是否有权限调用受访客体进程的接口,仅供Samgr调用 | 102 …tionStrategy接口获取服务的访问策略;当其他服务或应用通过IPC方式访问这些服务时,Samgr会调用IPC通信鉴权组件的IsCommunicationAllowed接口检查调用者服务的权…
29 int IsCommunicationAllowed(AuthParams params);
32 int (*IsCommunicationAllowed)(AuthParams params); member
27 …576"><a name="p966319247576"></a><a name="p966319247576"></a>int IsCommunicationAllowed(AuthParams…116 …applications access this service through IPC, Samgr calls the **IsCommunicationAllowed** functio…
109 …576"><a name="p966319247576"></a><a name="p966319247576"></a>int IsCommunicationAllowed(AuthParams…307 …tionStrategy接口获取服务的访问策略;当其他服务或应用通过IPC方式访问这些服务时,Samgr会调用IPC通信鉴权组件的IsCommunicationAllowed接口检查调用者服务的权…
63 | 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…
327 int isAuth = g_server.ipcAuth->IsCommunicationAllowed(authParams); in ProcGetFeature()
441 int isAuth = g_server.ipcAuth->IsCommunicationAllowed(authParams); in ProcGetFeature()