Home
last modified time | relevance | path

Searched refs:RECV_BLOCK_LEN (Results 1 - 5 of 5) sorted by relevance

/base/startup/init/test/systest/
H A Dloop_systest.h48 #define RECV_BLOCK_LEN 1024 macro
H A Dloopclient_systest.c108 ReqMsgMgr *clientInstance = malloc(sizeof(ReqMsgMgr) + RECV_BLOCK_LEN); in InitClientInstance()
121 clientInstance->recvBlock.blockSize = RECV_BLOCK_LEN; in InitClientInstance()
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h38 #define RECV_BLOCK_LEN 1024 macro
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.c61 AppSpawnReqMsgMgr *clientInstance = malloc(sizeof(AppSpawnReqMsgMgr) + RECV_BLOCK_LEN); in InitClientInstance()
75 clientInstance->recvBlock.blockSize = RECV_BLOCK_LEN; in InitClientInstance()
/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 7 milliseconds