Searched refs:GetRdbStoreConfig (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store_helper.cpp | 79 … RdbHelper::GetRdbStore(GetRdbStoreConfig(context->config, context->param), -1, callback, errCode); in GetRdbStore()
|
H A D | napi_rdb_js_utils.cpp | 492 RdbStoreConfig GetRdbStoreConfig(const RdbConfig &rdbConfig, const ContextParam ¶m) in GetRdbStoreConfig() function
|
H A D | napi_rdb_store.cpp | 1021 … GetRdbStoreConfig(context->config, context->param), context->attachName, context->waitTime); in Attach()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_js_utils.h | 140 RdbStoreConfig GetRdbStoreConfig(const RdbConfig &rdbConfig, const ContextParam ¶m);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 313 static OHOS::NativeRdb::RdbStoreConfig GetRdbStoreConfig(const OH_Rdb_ConfigV2 *config, int *errCod… in GetRdbStoreConfig() function 389 OHOS::NativeRdb::RdbStoreConfig rdbStoreConfig = GetRdbStoreConfig(config, errCode); in OH_Rdb_CreateOrOpen()
|