Home
last modified time | relevance | path

Searched refs:E_RESULTSET_BUSY (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_errno.h155 constexpr int E_RESULTSET_BUSY = (E_BASE + 61); member
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
H A Dgeneral_controller_service_impl.cpp152 while (resultSet == nullptr && businessError.GetCode() == E_RESULTSET_BUSY && retryCount++ < MAX_RETRY_COUNT) { in Query()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Drdb_delegate.cpp212 return std::make_pair(E_RESULTSET_BUSY, nullptr); in Query()

Completed in 2 milliseconds