Lines Matching refs:AppSpawnTestCommander
94 int AppSpawnTestCommander::ProcessArgs(int argc, char *const argv[])
146 uint32_t AppSpawnTestCommander::GetUint32ArrayFromJson(const cJSON *json,
169 int AppSpawnTestCommander::AddBundleInfoFromJson(const cJSON *appInfoConfig, AppSpawnReqMsgHandle reqHandle)
181 int AppSpawnTestCommander::AddDacInfoFromJson(const cJSON *appInfoConfig, AppSpawnReqMsgHandle reqHandle)
198 int AppSpawnTestCommander::AddInternetPermissionInfoFromJson(
209 int AppSpawnTestCommander::AddAccessTokenFromJson(const cJSON *appInfoConfig, AppSpawnReqMsgHandle reqHandle)
218 int AppSpawnTestCommander::AddDomainInfoFromJson(const cJSON *appInfoConfig, AppSpawnReqMsgHandle reqHandle)
230 int AppSpawnTestCommander::AddExtTlv(const cJSON *appInfoConfig, AppSpawnReqMsgHandle reqHandle)
260 int AppSpawnTestCommander::BuildMsgFromJson(const cJSON *appInfoConfig, AppSpawnReqMsgHandle reqHandle)
302 int AppSpawnTestCommander::CreateOtherMsg(AppSpawnReqMsgHandle &reqHandle, pid_t pid)
335 int AppSpawnTestCommander::CreateMsg(AppSpawnReqMsgHandle &reqHandle,
388 int AppSpawnTestCommander::SendMsg()
438 int AppSpawnTestCommander::StartSendMsg()
456 void AppSpawnTestCommander::TaskExecutorProc(ThreadTaskHandle handle, const ThreadContext *context)
458 AppSpawnTestCommander *testCmder = AppSpawnTestCommander::ConvertTo(context);
462 void AppSpawnTestCommander::SendTaskFinish(ThreadTaskHandle handle, const ThreadContext *context)
476 int AppSpawnTestCommander::ProcessInputCmd(std::string &cmd)
491 void AppSpawnTestCommander::InputThread(ThreadTaskHandle handle, const ThreadContext *context)
493 AppSpawnTestCommander *testCmder = AppSpawnTestCommander::ConvertTo(context);
525 void AppSpawnTestCommander::DumpThread(ThreadTaskHandle handle, const ThreadContext *context)
527 AppSpawnTestCommander *testCmder = AppSpawnTestCommander::ConvertTo(context);
555 int AppSpawnTestCommander::Run()
597 int AppSpawnTestCommander::InitPtyInterface()