/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_distributed_test.cpp | 187 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 D | medialibrary_command.cpp | 253 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 D | rdb_service.h | 41 …virtual std::string ObtainDistributedTableName(const std::string &device, const std::string &table…
|
H A D | rdb_store.h | 561 …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 D | napi_rdb_store.h | 70 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 D | distributed_test.cpp | 169 …std::string test = store_->ObtainDistributedTableName(deviceInfos_[0].networkId, tables[0], errCod…
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_impl_rdbstore.h | 75 char* ObtainDistributedTableName(const char* device, const char* table);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_service_proxy.h | 37 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table) overri…
|
H A D | rdb_store_impl.h | 121 …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 D | clouddisk_rdbstore_mock.h | 150 MOCK_METHOD3(ObtainDistributedTableName,
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | rdb_store_mock.h | 149 MOCK_METHOD3(ObtainDistributedTableName,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_rdbstore.cpp | 177 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 D | relational_store_ffi.cpp | 459 return nativeRdbStore->ObtainDistributedTableName(device, table); in FfiOHOSRelationalStoreObtainDistributedTableName()
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_rdb.h | 235 …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 D | mock_app_provision_info.h | 239 virtual std::string ObtainDistributedTableName( in ObtainDistributedTableName() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_store.h | 77 static napi_value ObtainDistributedTableName(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.h | 53 …std::string ObtainDistributedTableName(const std::string& device, const std::string& table) overri…
|
H A D | rdb_service_stub.cpp | 36 std::string distributedTableName = ObtainDistributedTableName(device, table); in OnRemoteObtainDistributedTableName()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-rdb.md | 1982 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 D | medialibrary_rdbstore.h | 106 …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 D | medialibrary_sync_operation.cpp | 168 …distributedTableName = rdbStore->ObtainDistributedTableName(networkId, MEDIALIBRARY_TABLE, errCode… in GetDistributedTableName()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store.cpp | 443 std::string RdbStore::ObtainDistributedTableName(const std::string &device, const std::string &tabl… in ObtainDistributedTableName() function in OHOS::NativeRdb::RdbStore
|
H A D | rdb_service_proxy.cpp | 59 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 D | napi_rdb_store.cpp | 134 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 D | notification_rdb_data_mgr_test.cpp | 271 virtual std::string ObtainDistributedTableName( in ObtainDistributedTableName() function in OHOS::Notification::RdbStoreTest
|