Lines Matching defs:SaProfile
115 struct SaProfile { struct
116 std::u16string process;
117 int32_t saId = 0;
118 std::string libPath;
119 std::vector<int32_t> dependSa;
120 int32_t dependTimeout = 0;
121 bool runOnCreate = false;
122 bool moduleUpdate = false;
123 bool autoRestart = false;
124 bool distributed = false;
125 int32_t dumpLevel = 0;
126 std::u16string capability;
127 std::u16string permission;
129 uint32_t bootPhase = 3;
130 StartOnDemand startOnDemand;
131 StopOnDemand stopOnDemand;
132 DlHandle handle = nullptr;
133 int32_t recycleStrategy = IMMEDIATELY;
134 std::list<std::string> extension;
135 bool cacheCommonEvent = false;