Home
last modified time | relevance | path

Searched refs:isSupportAncoApp_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp120 if (!isSupportAncoApp_.isLoaded) { in IsSupportAncoApp()
121 isSupportAncoApp_.value = system::GetBoolParameter(SUPPORT_ANCO_APP, false); in IsSupportAncoApp()
122 isSupportAncoApp_.isLoaded = true; in IsSupportAncoApp()
124 TAG_LOGD(AAFwkTag::DEFAULT, "called %{public}d", isSupportAncoApp_.value); in IsSupportAncoApp()
125 return isSupportAncoApp_.value; in IsSupportAncoApp()
/foundation/ability/ability_runtime/services/common/include/
H A Dapp_utils.h286 volatile DeviceConfiguration<bool> isSupportAncoApp_ = {false, false}; member in OHOS::AAFwk::AppUtils

Completed in 2 milliseconds