Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_provider_data.cpp31 const std::string JSON_EMPTY_STRING = "{}"; variable
206 jsonDataString = JSON_EMPTY_STRING; in SetDataString()
337 JSON_EMPTY_STRING : jsonFormProviderData_.dump()))) { in Marshalling()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp29 const std::string JSON_EMPTY_STRING = "{}"; variable
53 return !str.empty() && str != JSON_EMPTY_STRING && str != JSON_NULL_STRING; in HasContent()