Lines Matching refs:processName
46 std::string processName(reinterpret_cast<const char*>(data), size);
48 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
61 std::string processName(reinterpret_cast<const char*>(data), size);
63 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
64 (void)AppSpawnReqMsgAddStringInfo(reqHandle, processName.c_str(), processName.c_str());
79 std::string processName(reinterpret_cast<const char*>(data), size);
80 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
96 std::string processName(reinterpret_cast<const char*>(data), size);
97 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
111 std::string processName(reinterpret_cast<const char*>(data), size);
112 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
126 std::string processName(reinterpret_cast<const char*>(data), size);
127 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
144 std::string processName(reinterpret_cast<const char*>(data), size);
145 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
161 std::string processName(reinterpret_cast<const char*>(data), size);
162 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
178 std::string processName(reinterpret_cast<const char*>(data), size);
179 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
196 std::string processName(reinterpret_cast<const char*>(data), size);
197 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
214 std::string processName(reinterpret_cast<const char*>(data), size);
215 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
231 std::string processName(reinterpret_cast<const char*>(data), size);
232 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
248 std::string processName(reinterpret_cast<const char*>(data), size);
249 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
265 std::string processName(reinterpret_cast<const char*>(data), size);
266 (void)AppSpawnReqMsgCreate(msgType, processName.c_str(), &reqHandle);
267 (void)AppSpawnReqMsgAddExtInfo(reqHandle, processName.c_str(), data, static_cast<uint32_t>(size));