Searched defs:AppSpawnStartMsg (Results 1 – 1 of 1) sorted by relevance
34 struct AppSpawnStartMsg { struct35 int32_t uid;36 int32_t gid;37 std::vector<int32_t> gids;38 std::string procName;39 std::string soPath;40 uint32_t accessTokenId;41 std::string apl;42 std::string bundleName;43 std::string renderParam; // only nweb spawn need this param.[all …]