Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/
H A Ddynamic_cache.h59 localPara_[key_] = waterLine; in QueryResult()
73 return localPara_.count(key_) != 0 && lastQuerySaId_ == querySaId && in CanUseCache()
74 defaultValue != string(waterLine) && string(waterLine) == localPara_[key_] && in CanUseCache()
124 map<string, string> localPara_; variable