Home
last modified time | relevance | path

Searched defs:AppSpawnStartMsg (Results 1 – 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
Dapp_spawn_msg_wrapper.h34 struct AppSpawnStartMsg { struct
35 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 …]