Lines Matching refs:AppUtils
73 AppUtils::~AppUtils() {}
75 AppUtils::AppUtils()
84 AppUtils &AppUtils::GetInstance()
86 static AppUtils utils;
90 bool AppUtils::IsLauncher(const std::string &bundleName) const
99 bool AppUtils::IsLauncherAbility(const std::string &abilityName) const
108 bool AppUtils::IsInheritWindowSplitScreenMode()
118 bool AppUtils::IsSupportAncoApp()
128 int32_t AppUtils::GetTimeoutUnitTimeRatio()
138 bool AppUtils::IsSelectorDialogDefaultPossion()
148 bool AppUtils::IsStartSpecifiedProcess()
158 bool AppUtils::IsUseMultiRenderProcess()
168 bool AppUtils::IsLimitMaximumOfRenderProcess()
178 bool AppUtils::IsGrantPersistUriPermission()
188 bool AppUtils::IsStartOptionsWithAnimation()
198 bool AppUtils::IsMultiProcessModel()
208 bool AppUtils::IsStartOptionsWithProcessOptions()
218 bool AppUtils::EnableMoveUIAbilityToBackgroundApi()
229 bool AppUtils::IsLaunchEmbededUIAbility()
239 bool AppUtils::IsSupportNativeChildProcess()
249 bool AppUtils::IsAllowResidentInExtremeMemory(const std::string& bundleName, const std::string& abilityName)
266 void AppUtils::LoadResidentProcessInExtremeMemory()
294 bool AppUtils::IsAllowNativeChildProcess(const std::string &appIdentifier)
306 void AppUtils::LoadAllowNativeChildProcessApps()
329 int32_t AppUtils::GetLimitMaximumExtensionsPerProc()
340 int32_t AppUtils::GetLimitMaximumExtensionsPerDevice()
351 std::string AppUtils::GetCacheExtensionTypeList()
358 bool AppUtils::IsAllowStartAbilityWithoutCallerToken(const std::string& bundleName, const std::string& abilityName)
375 void AppUtils::LoadStartAbilityWithoutCallerToken()
404 std::string AppUtils::GetBrokerDelegateBundleName()
414 int32_t AppUtils::GetCollaboratorBrokerUID()
424 int32_t AppUtils::GetCollaboratorBrokerReserveUID()
435 int32_t AppUtils::MaxChildProcess()
446 bool AppUtils::IsSupportMultiInstance()
456 std::string AppUtils::GetMigrateClientBundleName()