Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp30 const std::string JSON_NULL_STRING = "null"; variable
53 return !str.empty() && str != JSON_EMPTY_STRING && str != JSON_NULL_STRING; in HasContent()