Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp168 (void)CloudStorageUtils::GetValueFromType(typeVal, value); in BindStatementByType()
174 (void)CloudStorageUtils::GetValueFromType<bool>(typeVal, value); in BindStatementByType()
180 (void)CloudStorageUtils::GetValueFromType<double>(typeVal, value); in BindStatementByType()
186 (void)CloudStorageUtils::GetValueFromType<std::string>(typeVal, value); in BindStatementByType()
204 (void)CloudStorageUtils::GetValueFromType<Bytes>(typeVal, value); in BindExtendStatementByType()
210 (void)CloudStorageUtils::GetValueFromType<Asset>(typeVal, value); in BindExtendStatementByType()
221 (void)CloudStorageUtils::GetValueFromType<Assets>(typeVal, value); in BindExtendStatementByType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp426 int errCode = GetValueFromType(value, assetVal); in GetAssetFromAssets()
432 errCode = GetValueFromType(value, assets); in GetAssetFromAssets()
569 GetValueFromType(item.second, asset); in PrepareToFillAssetFromVBucket()
574 GetValueFromType(item.second, assets); in PrepareToFillAssetFromVBucket()
592 GetValueFromType(vBucket[item.first], cacheItem); in FillAssetFromVBucketFinish()
594 GetValueFromType(item.second, dbItem); in FillAssetFromVBucketFinish()
610 GetValueFromType(vBucket[item.first], cacheItems); in FillAssetFromVBucketFinish()
612 GetValueFromType(item.second, dbItems); in FillAssetFromVBucketFinish()
901 GetValueFromType(itItem, delAsset); in GetToBeRemoveAssets()
910 GetValueFromType(itItem, assets); in GetToBeRemoveAssets()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h150 static int GetValueFromType(Type &cloudValue, T &outVal) in GetValueFromType() function