Searched refs:MSG_GET_RENDER_TERMINATION_STATUS (Results 1 - 9 of 9) sorted by relevance
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 129 msgType_ = MSG_GET_RENDER_TERMINATION_STATUS; in ProcessArgs() 304 if (msgType_ == MSG_GET_RENDER_TERMINATION_STATUS) { in CreateOtherMsg() 326 if (strcmp(msgType, "MSG_GET_RENDER_TERMINATION_STATUS") == 0) { in GetMsgTypeFromJson() 327 return MSG_GET_RENDER_TERMINATION_STATUS; in GetMsgTypeFromJson() 369 } else if (msgType_ == MSG_GET_RENDER_TERMINATION_STATUS) { in CreateMsg() 400 } else if (msgType_ == MSG_GET_RENDER_TERMINATION_STATUS) { in SendMsg() 424 case MSG_GET_RENDER_TERMINATION_STATUS: in SendMsg()
|
H A D | appspawn_module_test.cpp | 1776 \"msg-type\": \"MSG_GET_RENDER_TERMINATION_STATUS\", \ in HWTEST_F() 1792 commander.CreateMsg(reqHandle, appInfo.c_str(), MSG_GET_RENDER_TERMINATION_STATUS); in HWTEST_F() 1803 \"msg-type\": \"MSG_GET_RENDER_TERMINATION_STATUS\", \ in HWTEST_F() 1819 commander.CreateMsg(reqHandle, appInfo.c_str(), MSG_GET_RENDER_TERMINATION_STATUS); in HWTEST_F() 1830 \"msg-type\": \"MSG_GET_RENDER_TERMINATION_STATUS\", \ in HWTEST_F() 1842 commander.CreateMsg(reqHandle, appInfo.c_str(), MSG_GET_RENDER_TERMINATION_STATUS); in HWTEST_F()
|
/base/startup/init/test/systest/ |
H A D | loop_systest.h | 94 MSG_GET_RENDER_TERMINATION_STATUS, enumerator
|
H A D | loopserver_systest.c | 627 case MSG_GET_RENDER_TERMINATION_STATUS: { // get status in ProcessRecvMsg()
|
/base/startup/appspawn/interfaces/innerkits/include/ |
H A D | appspawn.h | 102 MSG_GET_RENDER_TERMINATION_STATUS, enumerator
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_appmgr_test.cpp | 483 int ret = testHelper.CreateSendMsg(buffer, MSG_GET_RENDER_TERMINATION_STATUS, msgLen, {AddRenderTerminationTlv}); in HWTEST_F() 531 int ret = testHelper.CreateSendMsg(buffer, MSG_GET_RENDER_TERMINATION_STATUS, msgLen, {AddRenderTerminationTlv}); in HWTEST_F() 566 int ret = testHelper.CreateSendMsg(buffer, MSG_GET_RENDER_TERMINATION_STATUS, msgLen, {AddRenderTerminationTlv}); in HWTEST_F() 849 outMsg->msgHeader.msgType = MSG_GET_RENDER_TERMINATION_STATUS; in HWTEST_F() 851 EXPECT_EQ(msgType, MSG_GET_RENDER_TERMINATION_STATUS); in HWTEST_F()
|
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_msg.c | 44 if (reqNode->msg->msgType == MSG_GET_RENDER_TERMINATION_STATUS) { in CheckMsg() 46 APPSPAWN_LOGE("Not support tlv %{public}s for message MSG_GET_RENDER_TERMINATION_STATUS", name); in CheckMsg() 533 AppSpawnReqMsgNode *reqNode = CreateAppSpawnReqMsg(MSG_GET_RENDER_TERMINATION_STATUS, "terminate-process"); in AppSpawnTerminateMsgCreate()
|
/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_interface_test.cpp | 157 AppSpawnMsgType msgType[] = {MSG_APP_SPAWN, MSG_GET_RENDER_TERMINATION_STATUS, in HWTEST_F()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 1631 case MSG_GET_RENDER_TERMINATION_STATUS: { // get status in ProcessRecvMsg()
|
Completed in 13 milliseconds