Home
last modified time | relevance | path

Searched refs:AllocRow (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_block_writer_impl.cpp40 int DataShareBlockWriterImpl::AllocRow() in AllocRow() function in OHOS::DataShare::DataShareBlockWriterImpl
47 return ConvertErrorCode(block->AllocRow()); in AllocRow()
H A Dshared_block.cpp192 int SharedBlock::AllocRow() in AllocRow() function in OHOS::AppDataFwk::SharedBlock
/foundation/distributeddatamgr/data_share/interfaces/inner_api/provider/include/
H A Dresult_set_bridge.h31 virtual int AllocRow() = 0;
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddatashare_block_writer_impl.h49 int AllocRow() override;
H A Dshared_block.h101 int AllocRow();
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_datashare_bridge.cpp55 int statusAlloc = writer.AllocRow(); in FillBlock()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshared_block_serializer_info.cpp37 int status = sharedBlock_->AllocRow(); in AddRow()
H A Dshare_block.cpp200 int status = sharedBlock->AllocRow(); in FillOneRow()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
H A Drdb_result_set_bridge.cpp84 int status = writer.AllocRow(); in WriteBlock()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dkvstore_datashare_bridge_test.cpp31 int AllocRow() override;
62 int BridgeWriter::AllocRow() in AllocRow() function in __anon7981::BridgeWriter
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dabnormal_branch_test.cpp65 int result = impl.AllocRow(); in HWTEST_F()
116 result = temp.AllocRow(); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h133 API_EXPORT int AllocRow();
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp185 int SharedBlock::AllocRow() in AllocRow() function in OHOS::AppDataFwk::SharedBlock
190 LOG_ERROR("SharedBlock::AllocRow() Failed in AllocRowOffset()."); in AllocRow()

Completed in 7 milliseconds