Home
last modified time | relevance | path

Searched refs:storageType_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dstorage.cpp35 return storageType_; in GetStorageType()
80 storageType_ = storageType; in SetStorageType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp104 storageType_ = StorageType::STORAGE_TYPE_BLOB; // use for cloud sync in SetDataType()
106 storageType_ = StorageType::STORAGE_TYPE_INTEGER; in SetDataType()
108 storageType_ = AffinityType(dataType_); in SetDataType()
141 return storageType_; in GetStorageType()
146 storageType_ = storageType; in SetStorageType()
179 if (storageType_ != inField.GetStorageType()) { in CompareWithField()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dstorage.h47 uint16_t storageType_ {0};
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h65 StorageType storageType_ = StorageType::STORAGE_TYPE_NONE; variable