Searched defs:AppSpawnStartMsg (Results 1 – 1 of 1) sorted by relevance
44 struct AppSpawnStartMsg { struct45 int32_t uid;46 int32_t gid;47 std::vector<int32_t> gids;48 std::string procName;49 std::string soPath;50 uint32_t accessTokenId;51 std::string apl;52 std::string bundleName;53 std::string renderParam; // only nweb spawn need this param.[all …]