Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_base64_utils.h29 static std::string DecodeIfNeed(const std::string &source);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_base64_utils.cpp207 std::string DBBase64Utils::DecodeIfNeed(const std::string &source) in DecodeIfNeed() function in DistributedDB::DBBase64Utils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp442 dataItem.dev = DBBase64Utils::DecodeIfNeed(dataItem.dev); in GetCloudVersion()