Searched refs:IsSingleton (Results 1 – 6 of 6) sorted by relevance
147 constexpr bool IsSingleton() const noexcept in IsSingleton() function
191 && innerBundleInfo.IsSingleton()) { in GetAllPreInstallBundleInfos()
1087 bool isSingleton = info.IsSingleton(); in CheckSingleton()2124 if (oldInfo.IsSingleton() != newInfo.IsSingleton()) { in ProcessBundleUpdateStatus()2125 if ((oldInfo.IsSingleton() && !newInfo.IsSingleton()) && newInfo.IsPreInstallApp() in ProcessBundleUpdateStatus()2128 } else if ((!oldInfo.IsSingleton() && newInfo.IsSingleton()) && newInfo.IsPreInstallApp() in ProcessBundleUpdateStatus()4150 bool isSingleton = newInfos.begin()->second.IsSingleton(); in GetConfirmUserId()
915 bool singleton = (infos.begin()->second).IsSingleton(); in CheckAppLabelInfo()962 if (singleton != info.second.IsSingleton()) { in CheckAppLabelInfo()
169 … return CreateResult { ConstructObjectInternal(obj, classes), info.category, info.IsSingleton() }; in CreateInternal()
1386 bool IsSingleton() const in IsSingleton() function