Searched defs:CreateStartMsgParam (Results 1 – 1 of 1) sorted by relevance
118 struct CreateStartMsgParam { struct119 bool strictMode = false;120 bool networkEnableFlags = true;121 bool saEnableFlags = true;122 ExtensionAbilityType extensionAbilityType = ExtensionAbilityType::UNSPECIFIED;123 uint32_t startFlags = 0;124 int32_t uid = -1;125 int32_t bundleIndex = 0;126 std::shared_ptr<AAFwk::Want> want = nullptr;127 std::string moduleName;[all …]