Home
last modified time | relevance | path

Searched refs:isCompletedScript_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_config_impl.cpp30 isCompletedScript_(false), localeInfo_(nullptr) in ResConfigImpl()
53 this->isCompletedScript_ = false; in SetLocaleInfo()
56 this->isCompletedScript_ = true; in SetLocaleInfo()
265 if (isCompletedScript_) { in CompleteScript()
269 isCompletedScript_ = true; in CompleteScript()
275 return isCompletedScript_; in IsCompletedScript()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp57 isCompletedScript_(false), in ResConfigImpl()
144 this->isCompletedScript_ = false; in SetLocaleInfo()
153 this->isCompletedScript_ = true; in SetLocaleInfo()
674 if (isCompletedScript_) { in CompleteScript()
678 isCompletedScript_ = true; in CompleteScript()
684 return isCompletedScript_; in IsCompletedScript()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_config_impl.h121 bool isCompletedScript_; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h263 bool isCompletedScript_; variable