Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshared_block_serializer_info.cpp97 …: (type == ValueObject::DeclType<ValueObject::Assets>()) ? &AppDataFwk::SharedBlock::PutAssets in PutBlob()
H A Dshare_block.cpp318 …: (type == ValueObject::DeclType<ValueObject::Assets>()) ? &AppDataFwk::SharedBlock::PutAssets in FillOneRowOfBlob()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h168 API_EXPORT int PutAssets(uint32_t row, uint32_t column, const void *value, size_t size);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp289 int SharedBlock::PutAssets(uint32_t row, uint32_t column, const void *value, size_t size) in PutAssets() function in OHOS::AppDataFwk::SharedBlock