Home
last modified time | relevance | path

Searched refs:AllocResource (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h180 std::pair<int32_t, std::shared_ptr<DistributedData::Cursor>> AllocResource(
H A Drdb_service_impl.cpp712 auto [status, cursor] = AllocResource(storeInfo, rdbQuery); in QuerySharingResource()
721 std::pair<int32_t, std::shared_ptr<Cursor>> RdbServiceImpl::AllocResource(StoreInfo& storeInfo, in AllocResource() function in OHOS::DistributedRdb::RdbServiceImpl