Searched refs:GetTypeCaseInsensitive (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/ |
H A D | cloud_storage_utils.h | 142 bool isExisted = GetTypeCaseInsensitive(fieldName, vBucket, cloudValue); in GetValueFromVBucket() 167 …static bool GetTypeCaseInsensitive(const std::string &fieldName, const VBucket &vBucket, Type &dat…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 155 bool isExisted = GetTypeCaseInsensitive(field.colName, vBucket, entry); in BindAsset() 347 bool isExisted = GetTypeCaseInsensitive(field.colName, vBucket, type); in GetAssetFieldsFromSchema() 642 bool isExisted = GetTypeCaseInsensitive(field.colName, vBucket, type); in CalculateHashKeyForOneField() 737 bool isExisted = GetTypeCaseInsensitive(pk, vBucket, type); in IsVbucketContainsAllPK() 892 bool isExisted = GetTypeCaseInsensitive(col.first, vBucket, itItem); in GetToBeRemoveAssets() 1065 bool CloudStorageUtils::GetTypeCaseInsensitive(const std::string &fieldName, const VBucket &vBucket… in GetTypeCaseInsensitive() function in DistributedDB::CloudStorageUtils
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_sync_tag_assets.cpp | 111 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive(assetFieldName, data, type); in IsDataContainField()
|
H A D | cloud_sync_utils.cpp | 39 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive(pkColName, datum, type); in GetCloudPkVals()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 838 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive("assert", data1[j], entry); in CheckAllAssetAfterUpload() 857 bool isExisted = CloudStorageUtils::GetTypeCaseInsensitive("asserts", data2[j], entry); in CheckAllAssetAfterUpload()
|