Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/nweb_adapter/
Dnwebspawn_adapter.cpp68 reinterpret_cast<AppSpawningCtx *>(client), MSG_EXT_NAME_RENDER_CMD, &len)); in RunChildProcessor()
/base/startup/appspawn/interfaces/innerkits_new/include/
Dappspawn.h247 #define MSG_EXT_NAME_RENDER_CMD "render-cmd" macro
/base/startup/appspawn/modules/ace_adapter/
Dace_adapter.cpp147 …char *renderCmd = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_RENDER_CMD, &l… in RunChildByRenderCmd()
/base/startup/appspawn/test/moduletest/
Dappspawn_test_cmder.cpp289 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_RENDER_CMD, renderCmd.c_str()); in BuildMsgFromJson()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
Dapp_spawn_client_test.cpp313 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_RENDER_CMD, renderCmd);
321 …enderCmdMsg = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_RENDER_CMD, &len));
/base/startup/appspawn/test/unittest/
Dapp_spawn_test_helper.cpp453 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_RENDER_CMD, in CreateMsg()