Home
last modified time | relevance | path

Searched defs:RemoteQuery (Results 1 – 21 of 21) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dsync_able_engine.cpp261 int SyncAbleEngine::RemoteQuery(const std::string &device, const RemoteCondition &condition, uint64… in RemoteQuery() function in DistributedDB::SyncAbleEngine
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
Drelational_store_delegate_mock.h63 …DBStatus RemoteQuery(const std::string &device, const RemoteCondition &condition, uint64_t timeout, in RemoteQuery() function
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dgeneric_virtual_device.cpp310 int GenericVirtualDevice::RemoteQuery(const std::string &device, const RemoteCondition &condition, in RemoteQuery() function in DistributedDB::GenericVirtualDevice
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dsyncer_proxy.cpp226 int SyncerProxy::RemoteQuery(const std::string &device, const RemoteCondition &condition, in RemoteQuery() function in DistributedDB::SyncerProxy
Dremote_executor.cpp70 int RemoteExecutor::RemoteQuery(const std::string &device, const RemoteCondition &condition, in RemoteQuery() function in DistributedDB::RemoteExecutor
Dgeneric_syncer.cpp966 int GenericSyncer::RemoteQuery(const std::string &device, const RemoteCondition &condition, in RemoteQuery() function in DistributedDB::GenericSyncer
Dsync_engine.cpp1161 int SyncEngine::RemoteQuery(const std::string &device, const RemoteCondition &condition, in RemoteQuery() function in DistributedDB::SyncEngine
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
Dmock_app_provision_info.h160 virtual std::shared_ptr<NativeRdb::ResultSet> RemoteQuery(const std::string &device, in RemoteQuery() function
Dmock_rdb.h163 …std::shared_ptr<ResultSet> RemoteQuery(const std::string& device, const AbsRdbPredicates& predicat… in RemoteQuery() function
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_store_delegate_impl.cpp188 DBStatus RelationalStoreDelegateImpl::RemoteQuery(const std::string &device, const RemoteCondition … in RemoteQuery() function in DistributedDB::RelationalStoreDelegateImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store_connection.cpp297 int SQLiteRelationalStoreConnection::RemoteQuery(const std::string &device, const RemoteCondition &… in RemoteQuery() function in DistributedDB::SQLiteRelationalStoreConnection
Dsqlite_relational_store.cpp808 int SQLiteRelationalStore::RemoteQuery(const std::string &device, const RemoteCondition &condition,… in RemoteQuery() function in DistributedDB::SQLiteRelationalStore
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
Dmock_rdb.h163 …std::shared_ptr<ResultSet> RemoteQuery(const std::string& device, const AbsRdbPredicates& predicat… in RemoteQuery() function
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Drdb_general_ut.cpp573 void RDBGeneralUt::RemoteQuery(const StoreInfo &from, const StoreInfo &to, const std::string &sql, … in RemoteQuery() function in DistributedDB::RDBGeneralUt
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_service_proxy.cpp290 std::pair<int32_t, std::shared_ptr<RdbServiceProxy::ResultSet>> RdbServiceProxy::RemoteQuery( in RemoteQuery() function in OHOS::DistributedRdb::RdbServiceProxy
Drdb_store.cpp309 std::shared_ptr<ResultSet> RdbStore::RemoteQuery( in RemoteQuery() function in OHOS::NativeRdb::RdbStore
Drdb_store_impl.cpp351 std::shared_ptr<ResultSet> RdbStoreImpl::RemoteQuery( in RemoteQuery() function in OHOS::NativeRdb::RdbStoreImpl
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
Drelational_store_impl_rdbstore.cpp160 …std::shared_ptr<NativeRdb::ResultSet> RdbStoreImpl::RemoteQuery(char* device, RdbPredicatesImpl &p… in RemoteQuery() function in OHOS::Relational::RdbStoreImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_general_store.cpp1027 std::shared_ptr<Cursor> RdbGeneralStore::RemoteQuery(const std::string &device, in RemoteQuery() function in OHOS::DistributedRdb::RdbGeneralStore
Drdb_service_impl.cpp423 std::pair<int32_t, std::shared_ptr<RdbServiceImpl::ResultSet>> RdbServiceImpl::RemoteQuery(const Rd… in RemoteQuery() function in OHOS::DistributedRdb::RdbServiceImpl
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store.cpp514 napi_value RdbStoreProxy::RemoteQuery(napi_env env, napi_callback_info info) in RemoteQuery() function in OHOS::RelationalStoreJsKit::RdbStoreProxy