Home
last modified time | relevance | path

Searched refs:CreateOtherMsg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp302 int AppSpawnTestCommander::CreateOtherMsg(AppSpawnReqMsgHandle &reqHandle, pid_t pid) in CreateOtherMsg() function in OHOS::AppSpawnModuleTest::AppSpawnTestCommander
368 return CreateOtherMsg(reqHandle, 0); in CreateMsg()
371 return CreateOtherMsg(reqHandle, pid); in CreateMsg()
399 ret = CreateOtherMsg(reqHandle, 0); in SendMsg()
401 ret = CreateOtherMsg(reqHandle, terminatePid_); in SendMsg()
H A Dappspawn_test_cmder.h70 int CreateOtherMsg(AppSpawnReqMsgHandle &reqHandle, pid_t pid);