Searched refs:reqMgr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_client.c | 242 if (reqMgr->socketId < 0) { in TryCreateSocket() 243 reqMgr->socketId = CreateClientSocket(reqMgr->type, reqMgr->timeout); in TryCreateSocket() 245 if (reqMgr->socketId < 0) { in TryCreateSocket() 275 int ret = HandleMsgSend(reqMgr, reqMgr->socketId, reqNode); in ClientSendMsg() 278 reqMgr->recvBlock.buffer, reqMgr->recvBlock.blockSize, result); in ClientSendMsg() 282 UpdateSocketTimeout(reqMgr->timeout, reqMgr->socketId); in ClientSendMsg() 288 reqMgr->socketId = -1; in ClientSendMsg() 289 reqMgr->msgNextId = 1; in ClientSendMsg() 327 if (reqMgr->socketId >= 0) { in AppSpawnClientDestroy() 329 reqMgr->socketId = -1; in AppSpawnClientDestroy() [all …]
|
H A D | appspawn_msg.c | 548 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handle; in AppSpawnClientAddPermission() local 549 APPSPAWN_CHECK(reqMgr != NULL, return APPSPAWN_ARG_INVALID, "Invalid reqMgr"); in AppSpawnClientAddPermission()
|
/ohos5.0/base/startup/appspawn/interfaces/innerkits/permission/ |
H A D | appspawn_mount_permission.c | 204 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handle; in GetPermissionIndex() local 205 return PMGetPermissionIndex(reqMgr->type, permission); in GetPermissionIndex() 213 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handle; in GetMaxPermissionIndex() local 214 return PMGetMaxPermissionIndex(reqMgr->type); in GetMaxPermissionIndex() 222 AppSpawnReqMsgMgr *reqMgr = (AppSpawnReqMsgMgr *)handle; in GetPermissionByIndex() local 223 return PMGetPermissionByIndex(reqMgr->type, index); in GetPermissionByIndex()
|