Home
last modified time | relevance | path

Searched refs:AppSpawnReqMsgMgr (Results 1 - 6 of 6) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/permission/
H A Dappspawn_mount_permission.c204 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handle; in GetPermissionIndex()
213 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handle; in GetMaxPermissionIndex()
222 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handle; in GetPermissionByIndex()
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.c39 static AppSpawnReqMsgMgr *g_clientInstance[CLIENT_MAX] = {NULL};
61 AppSpawnReqMsgMgr *clientInstance = malloc(sizeof(AppSpawnReqMsgMgr) + RECV_BLOCK_LEN); in InitClientInstance()
212 static int HandleMsgSend(AppSpawnReqMsgMgr *reqMgr, int socketId, AppSpawnReqMsgNode *reqNode) in HandleMsgSend()
238 APPSPAWN_STATIC void TryCreateSocket(AppSpawnReqMsgMgr *reqMgr) in TryCreateSocket()
255 static int ClientSendMsg(AppSpawnReqMsgMgr *reqMgr, AppSpawnReqMsgNode *reqNode, AppSpawnResult *result) in ClientSendMsg()
319 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handle; in AppSpawnClientDestroy()
341 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handl in AppSpawnClientSendMsg()
[all...]
H A Dappspawn_client.h70 } AppSpawnReqMsgMgr; typedef
H A Dappspawn_msg.c548 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handle; in AppSpawnClientAddPermission()
/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.h38 typedef struct TagAppSpawnReqMsgMgr AppSpawnReqMsgMgr; typedef
62 void TryCreateSocket(AppSpawnReqMsgMgr *reqMgr);
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp1217 AppSpawnReqMsgMgr *clientInstance = (AppSpawnReqMsgMgr *)malloc(sizeof(AppSpawnReqMsgMgr) + RECV_BLOCK_LEN); in HWTEST_F()

Completed in 5 milliseconds