Searched refs:MakeRemoteQuery (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_query_test.cpp | 56 rdbQuery.MakeRemoteQuery(devices, sql, std::move(args));
in HWTEST_F() 81 rdbQuery.MakeRemoteQuery(devices, sql, std::move(args));
in HWTEST_F() 109 rdbQuery.MakeRemoteQuery(devices, sql, std::move(args));
in HWTEST_F() 147 rdbQuery.MakeRemoteQuery(devices, sql, std::move(args));
in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_query.h | 44 void MakeRemoteQuery(const std::string &devices, const std::string &sql, DistributedData::Values &&args);
|
H A D | rdb_query.cpp | 33 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(selectionArgs));
|
Completed in 4 milliseconds