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