Lines Matching refs:request
96 … void ClientFillMsg(AppParameter *request, const std::string &processName, const std::string &cmd) in ClientFillMsg() argument
98 request->code = DEFAULT; in ClientFillMsg()
99 request->flags = 0; in ClientFillMsg()
100 request->uid = 20010033; // 20010033 test uid in ClientFillMsg()
101 request->gid = 20010033; // 20010033 test gid in ClientFillMsg()
102 request->gidCount = 0; in ClientFillMsg()
103 request->accessTokenId = 0x200a509d; // 0x200a509d test token id in ClientFillMsg()
104 request->accessTokenIdEx = 0x4832514205; // 0x4832514205 test token id in ClientFillMsg()
105 request->allowInternet = 1; in ClientFillMsg()
106 request->hspList.totalLength = 0; in ClientFillMsg()
107 request->hspList.savedLength = 0; in ClientFillMsg()
108 request->hspList.data = nullptr; in ClientFillMsg()
109 int ret = strcpy_s(request->apl, sizeof(request->processName), processName.c_str()); in ClientFillMsg()
110 ret += strcpy_s(request->processName, sizeof(request->processName), processName.c_str()); in ClientFillMsg()
111 ret += strcpy_s(request->bundleName, sizeof(request->bundleName), processName.c_str()); in ClientFillMsg()
112 ret += strcpy_s(request->renderCmd, sizeof(request->renderCmd), cmd.c_str()); in ClientFillMsg()