Searched refs:MakeRemoteQuery (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_query_test.cpp | 56 rdbQuery.MakeRemoteQuery(devices, sql, std::move(args)); 81 rdbQuery.MakeRemoteQuery(devices, sql, std::move(args)); 109 rdbQuery.MakeRemoteQuery(devices, sql, std::move(args)); 147 rdbQuery.MakeRemoteQuery(devices, sql, std::move(args));
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_query.h | 46 …void MakeRemoteQuery(const std::string &devices, const std::string &sql, DistributedData::Values &…
|
H A D | rdb_query.cpp | 32 void RdbQuery::MakeRemoteQuery(const std::string& devices, const std::string& sql, Values&& args) in MakeRemoteQuery() function in OHOS::DistributedRdb::RdbQuery
|
H A D | rdb_service_impl.cpp | 405 …rdbQuery.MakeRemoteQuery(DmAdapter::GetInstance().ToUUID(device), sql, ValueProxy::Convert(selecti… in RemoteQuery()
|