Searched refs:InnerPermLiteApi (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/permission_lite/services/pms/src/ |
H A D | pms_server_internal.c | 35 typedef struct InnerPermLiteApi { struct 43 } InnerPermLiteApi; argument 47 INHERIT_IUNKNOWNENTRY(InnerPermLiteApi); 124 static void ReplyCheckPermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* ap… in ReplyCheckPermission() 139 static void ReplyGrantPermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* ap… in ReplyGrantPermission() 153 static void ReplyRevokePermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* a… in ReplyRevokePermission() 167 …id ReplyGrantRuntimePermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* api) in ReplyGrantRuntimePermission() 181 …d ReplyRevokeRuntimePermission(const void *origin, IpcIo *req, IpcIo *reply, InnerPermLiteApi* api) in ReplyRevokeRuntimePermission() 195 …plyUpdatePermissionFlags(const void *origin, IpcIo *req, IpcIo *reply, const InnerPermLiteApi *api) in ReplyUpdatePermissionFlags() 214 InnerPermLiteApi *api = (InnerPermLiteApi *)iProxy; in Invoke()
|