Home
last modified time | relevance | path

Searched refs:IsSingleton (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtypes.h147 constexpr bool IsSingleton() const noexcept in IsSingleton() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp191 && innerBundleInfo.IsSingleton()) { in GetAllPreInstallBundleInfos()
H A Dbase_bundle_installer.cpp1087 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()
H A Dbundle_install_checker.cpp915 bool singleton = (infos.begin()->second).IsSingleton(); in CheckAppLabelInfo()
962 if (singleton != info.second.IsSingleton()) { in CheckAppLabelInfo()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp169 … return CreateResult { ConstructObjectInternal(obj, classes), info.category, info.IsSingleton() }; in CreateInternal()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1386 bool IsSingleton() const in IsSingleton() function