Searched refs:MSG_EXT_NAME_RENDER_CMD (Results 1 - 6 of 6) sorted by relevance
/base/startup/appspawn/interfaces/innerkits/include/ |
H A D | appspawn.h | 266 #define MSG_EXT_NAME_RENDER_CMD "render-cmd" macro
|
/base/startup/appspawn/modules/nweb_adapter/ |
H A D | nwebspawn_adapter.cpp | 101 reinterpret_cast<AppSpawningCtx *>(client), MSG_EXT_NAME_RENDER_CMD, &len)); in RunChildProcessor()
|
/base/startup/appspawn/modules/ace_adapter/ |
H A D | ace_adapter.cpp | 211 char *renderCmd = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_RENDER_CMD, &len)); in RunChildByRenderCmd()
|
/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 313 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_RENDER_CMD, renderCmd); in HWTEST_F() 321 char *renderCmdMsg = reinterpret_cast<char *>(GetAppPropertyExt(property, MSG_EXT_NAME_RENDER_CMD, &len)); in HWTEST_F()
|
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 296 ret = AppSpawnReqMsgAddStringInfo(reqHandle, MSG_EXT_NAME_RENDER_CMD, renderCmd.c_str()); in BuildMsgFromJson()
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 516 ret = AppSpawnReqMsgAddExtInfo(reqHandle, MSG_EXT_NAME_RENDER_CMD, in CreateMsg()
|
Completed in 6 milliseconds