Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_distributed_test.cpp187 EXPECT_EQ("", rdbStore->ObtainDistributedTableName("", "employee", errCode));
200 EXPECT_EQ("", rdbStore->ObtainDistributedTableName("123456", "employee", errCode));
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_command.cpp253 ret = rdbStore->ObtainDistributedTableName(networkId, table, errCode); in GetDistTable()
255 ret = rdbStore->ObtainDistributedTableName(networkId, MEDIALIBRARY_TABLE, errCode); in GetDistTable()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_service.h41 …virtual std::string ObtainDistributedTableName(const std::string &device, const std::string &table…
H A Drdb_store.h561 …virtual std::string ObtainDistributedTableName(const std::string &device, const std::string &table…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_store.h70 static napi_value ObtainDistributedTableName(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H A Ddistributed_test.cpp169 …std::string test = store_->ObtainDistributedTableName(deviceInfos_[0].networkId, tables[0], errCod…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h75 char* ObtainDistributedTableName(const char* device, const char* table);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h37 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table) overri…
H A Drdb_store_impl.h121 …std::string ObtainDistributedTableName(const std::string &device, const std::string &table, int &e…
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dclouddisk_rdbstore_mock.h150 MOCK_METHOD3(ObtainDistributedTableName,
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Drdb_store_mock.h149 MOCK_METHOD3(ObtainDistributedTableName,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp177 char* RdbStoreImpl::ObtainDistributedTableName(const char* device, const char* table) in ObtainDistributedTableName() function in OHOS::Relational::RdbStoreImpl
180 std::string tableName = rdbStore_->ObtainDistributedTableName(device, table, errCode); in ObtainDistributedTableName()
H A Drelational_store_ffi.cpp459 return nativeRdbStore->ObtainDistributedTableName(device, table); in FfiOHOSRelationalStoreObtainDistributedTableName()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h235 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table, int& e… in ObtainDistributedTableName() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h239 virtual std::string ObtainDistributedTableName( in ObtainDistributedTableName() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_store.h77 static napi_value ObtainDistributedTableName(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h53 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table) overri…
H A Drdb_service_stub.cpp36 std::string distributedTableName = ObtainDistributedTableName(device, table); in OnRemoteObtainDistributedTableName()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-rdb.md1982 console.info('ObtainDistributedTableName failed, err: ' + err)
1985 console.info('ObtainDistributedTableName successfully, tableName=.' + tableName)
2035 console.info('ObtainDistributedTableName successfully, tableName= ' + tableName)
2037 console.info('ObtainDistributedTableName failed, err: ' + err)
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_rdbstore.h106 …EXPORT std::string ObtainDistributedTableName(const std::string &device, const std::string &table,…
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_sync_operation.cpp168 …distributedTableName = rdbStore->ObtainDistributedTableName(networkId, MEDIALIBRARY_TABLE, errCode… in GetDistributedTableName()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp443 std::string RdbStore::ObtainDistributedTableName(const std::string &device, const std::string &tabl… in ObtainDistributedTableName() function in OHOS::NativeRdb::RdbStore
H A Drdb_service_proxy.cpp59 std::string RdbServiceProxy::ObtainDistributedTableName(const std::string &device, const std::strin… in ObtainDistributedTableName() function in OHOS::DistributedRdb::RdbServiceProxy
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp134 DECLARE_NAPI_FUNCTION("obtainDistributedTableName", ObtainDistributedTableName), in Init()
1131 napi_value RdbStoreProxy::ObtainDistributedTableName(napi_env env, napi_callback_info info) in ObtainDistributedTableName() function in OHOS::RdbJsKit::RdbStoreProxy
1150 …auto name = obj->rdbStore_->ObtainDistributedTableName(context->device, context->tableName, errCod… in ObtainDistributedTableName()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp271 virtual std::string ObtainDistributedTableName( in ObtainDistributedTableName() function in OHOS::Notification::RdbStoreTest

12