Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h112 static bool ChkFillCloudAssetParam(const CloudSyncBatch &data, int errCode);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp864 bool CloudStorageUtils::ChkFillCloudAssetParam(const CloudSyncBatch &data, int errCode) in ChkFillCloudAssetParam() function in DistributedDB::CloudStorageUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp195 if (CloudStorageUtils::ChkFillCloudAssetParam(data, errCode)) { in FillCloudAssetForUpload()