Home
last modified time | relevance | path

Searched refs:ObtainDistributedTableName (Results 1 – 20 of 20) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Drdb_service.h39 …virtual std::string ObtainDistributedTableName(const std::string &device, const std::string &table…
Drdb_store.h463 virtual std::string ObtainDistributedTableName(
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_distributed_test.cpp185 EXPECT_EQ("", rdbStore->ObtainDistributedTableName("", "employee", errCode));
198 EXPECT_EQ("", rdbStore->ObtainDistributedTableName("123456", "employee", errCode));
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
Dnapi_rdb_store.h70 static napi_value ObtainDistributedTableName(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_service_proxy.h37 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table) overri…
Drdb_store_impl.h157 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table, int &e…
/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
Ddistributed_test.cpp156 …std::string test = store_->ObtainDistributedTableName(deviceInfos_[0].networkId, tables[0], errCod…
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_rdb_store.h71 static napi_value ObtainDistributedTableName(napi_env env, napi_callback_info info);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedialibrary_command.cpp393 ret = rdbStorePtr->ObtainDistributedTableName(networkId, table, errCode); in GetDistTable()
395 ret = rdbStorePtr->ObtainDistributedTableName(networkId, MEDIALIBRARY_TABLE, errCode); in GetDistTable()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_service_impl.h51 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table) overri…
Drdb_service_stub.cpp36 std::string distributedTableName = ObtainDistributedTableName(device, table); in OnRemoteObtainDistributedTableName()
Drdb_service_impl.cpp214 std::string RdbServiceImpl::ObtainDistributedTableName(const std::string &device, const std::string… in ObtainDistributedTableName() function in OHOS::DistributedRdb::RdbServiceImpl
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/
Drdb_store_mock.h148 MOCK_METHOD3(ObtainDistributedTableName,
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
Dclouddisk_rdbstore_mock.h149 MOCK_METHOD3(ObtainDistributedTableName,
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
Dmedialibrary_sync_operation.cpp164 …distributedTableName = rdbStore->ObtainDistributedTableName(networkId, MEDIALIBRARY_TABLE, errCode… in GetDistributedTableName()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_service_proxy.cpp59 std::string RdbServiceProxy::ObtainDistributedTableName(const std::string &device, const std::strin… in ObtainDistributedTableName() function in OHOS::DistributedRdb::RdbServiceProxy
Drdb_store_impl.cpp1483 std::string RdbStoreImpl::ObtainDistributedTableName(const std::string &device, const std::string &… in ObtainDistributedTableName() function in OHOS::NativeRdb::RdbStoreImpl
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
Dithumbnail_helper.cpp59 … filesTableName = opts.store->ObtainDistributedTableName(opts.networkId, opts.table, errCode); in GetThumbnailInfo()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store.cpp134 DECLARE_NAPI_FUNCTION("obtainDistributedTableName", ObtainDistributedTableName), in Init()
1114 napi_value RdbStoreProxy::ObtainDistributedTableName(napi_env env, napi_callback_info info) in ObtainDistributedTableName() function in OHOS::RdbJsKit::RdbStoreProxy
1133 …auto name = obj->rdbStore_->ObtainDistributedTableName(context->device, context->tableName, errCod… in ObtainDistributedTableName()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store.cpp186 DECLARE_NAPI_FUNCTION("obtainDistributedTableName", ObtainDistributedTableName), in Init()
1084 napi_value RdbStoreProxy::ObtainDistributedTableName(napi_env env, napi_callback_info info) in ObtainDistributedTableName() function in OHOS::RelationalStoreJsKit::RdbStoreProxy
1099 …context->tableName = obj->rdbStore_->ObtainDistributedTableName(context->device, context->tableNam… in ObtainDistributedTableName()