Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.cpp532 isCached_ = CacheValue(nullptr, *json); in CacheFile()
623 bool CJSONParser::CacheValue(const char *key, cJSON item) in CacheValue() function in OHOS::ACELite::CJSONParser
630 if ((item.child == nullptr) || (!CacheValue(mergeKey, *item.child))) { in CacheValue()
640 return (item.next == nullptr) || (CacheValue(key, *item.next)); in CacheValue()
H A Dcjson_parser.h161 bool CacheValue(const char *key, cJSON item);