Home
last modified time | relevance | path

Searched refs:receiverCtx (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c222 if (connection->receiverCtx.timer) { in OnClose()
224 connection->receiverCtx.timer = NULL; in OnClose()
229 connection->receiverCtx.incompleteMsg = NULL; in OnClose()
289 if (connection->receiverCtx.timer != NULL) { in StartTimerForCheckMsg()
388 connection->receiverCtx.fdCount = 0; in OnConnection()
390 connection->receiverCtx.timer = NULL; in OnConnection()
391 connection->receiverCtx.msgRecvLen = 0; in OnConnection()
392 connection->receiverCtx.nextMsgId = 1; in OnConnection()
445 connection->receiverCtx.msgRecvLen = 0; in OnReceiveRequest()
446 if (connection->receiverCtx.timer) { in OnReceiveRequest()
[all …]
H A Dappspawn_service.h62 AppSpawnMsgReceiverCtx receiverCtx; member
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp274 return -1, "failed to recv fd %d %d", connection->receiverCtx.fdCount, fdCount); in HandleRecvMessage()
275 APPSPAWN_CHECK(memcpy_s(connection->receiverCtx.fds, fdCount * sizeof(int), fd, in HandleRecvMessage()
277 connection->receiverCtx.fdCount = fdCount; in HandleRecvMessage()
329 int fdCount = spawnConnection->receiverCtx.fdCount; in OnClose()
331 APPSPAWN_LOGI("OnClose close fd %d", spawnConnection->receiverCtx.fds[i]); in OnClose()
332 if (spawnConnection->receiverCtx.fds[i] >= 0) { in OnClose()
333 close(spawnConnection->receiverCtx.fds[i]); in OnClose()
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_common.c495 int fdCount = property->message->connection->receiverCtx.fdCount; in CloseFdArgs()
496 int *fds = property->message->connection->receiverCtx.fds; in CloseFdArgs()
504 property->message->connection->receiverCtx.fdCount = 0; in CloseFdArgs()
516 AppSpawnMsgReceiverCtx recvCtx = message->connection->receiverCtx; in SetFdEnv()
/ohos5.0/base/startup/appspawn/modules/native_adapter/
H A Dnative_adapter.cpp43 recvCtx = message->connection->receiverCtx; in BuildFdInfoMap()
/ohos5.0/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp150 recvCtx = message->connection->receiverCtx; in BuildFdInfoMap()