Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h55 CELL_UNIT_TYPE_ASSET = 5, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_shared_result_set.cpp265 case SharedBlock::CELL_UNIT_TYPE_ASSET: { in GetCustomerValue()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp286 return PutBlobOrString(row, column, value, size, CELL_UNIT_TYPE_ASSET); in PutAsset()