Home
last modified time | relevance | path

Searched refs:remoteCondition (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp965 DistributedDB::RemoteCondition remoteCondition; variable
968 auto result = store->RemoteQuery("test", remoteCondition);
970 result = store->RemoteQuery(device, remoteCondition);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h146 const DistributedDB::RemoteCondition &remoteCondition);
H A Drdb_general_store.cpp865 const DistributedDB::RemoteCondition &remoteCondition) in RemoteQuery() argument
869 delegate_->RemoteQuery(device, remoteCondition, REMOTE_QUERY_TIME_OUT, dbResultSet); in RemoteQuery()