| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| D | rdb_service.h | 39 …virtual std::string ObtainDistributedTableName(const std::string &device, const std::string &table…
|
| D | rdb_store.h | 463 virtual std::string ObtainDistributedTableName(
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_distributed_test.cpp | 185 EXPECT_EQ("", rdbStore->ObtainDistributedTableName("", "employee", errCode)); 198 EXPECT_EQ("", rdbStore->ObtainDistributedTableName("123456", "employee", errCode));
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
| D | napi_rdb_store.h | 70 static napi_value ObtainDistributedTableName(napi_env env, napi_callback_info info);
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
| D | rdb_service_proxy.h | 37 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table) overri…
|
| D | rdb_store_impl.h | 157 …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/ |
| D | distributed_test.cpp | 156 …std::string test = store_->ObtainDistributedTableName(deviceInfos_[0].networkId, tables[0], errCod…
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
| D | napi_rdb_store.h | 71 static napi_value ObtainDistributedTableName(napi_env env, napi_callback_info info);
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| D | medialibrary_command.cpp | 393 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/ |
| D | rdb_service_impl.h | 51 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table) overri…
|
| D | rdb_service_stub.cpp | 36 std::string distributedTableName = ObtainDistributedTableName(device, table); in OnRemoteObtainDistributedTableName()
|
| D | rdb_service_impl.cpp | 214 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/ |
| D | rdb_store_mock.h | 148 MOCK_METHOD3(ObtainDistributedTableName,
|
| /foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
| D | clouddisk_rdbstore_mock.h | 149 MOCK_METHOD3(ObtainDistributedTableName,
|
| /foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/ |
| D | medialibrary_sync_operation.cpp | 164 …distributedTableName = rdbStore->ObtainDistributedTableName(networkId, MEDIALIBRARY_TABLE, errCode… in GetDistributedTableName()
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | rdb_service_proxy.cpp | 59 std::string RdbServiceProxy::ObtainDistributedTableName(const std::string &device, const std::strin… in ObtainDistributedTableName() function in OHOS::DistributedRdb::RdbServiceProxy
|
| D | rdb_store_impl.cpp | 1483 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/ |
| D | ithumbnail_helper.cpp | 59 … filesTableName = opts.store->ObtainDistributedTableName(opts.networkId, opts.table, errCode); in GetThumbnailInfo()
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
| D | napi_rdb_store.cpp | 134 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/ |
| D | napi_rdb_store.cpp | 186 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()
|