Home
last modified time | relevance | path

Searched refs:GetRdbStoreConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_helper.cpp79 … RdbHelper::GetRdbStore(GetRdbStoreConfig(context->config, context->param), -1, callback, errCode); in GetRdbStore()
H A Dnapi_rdb_js_utils.cpp492 RdbStoreConfig GetRdbStoreConfig(const RdbConfig &rdbConfig, const ContextParam &param) in GetRdbStoreConfig() function
H A Dnapi_rdb_store.cpp1021GetRdbStoreConfig(context->config, context->param), context->attachName, context->waitTime); in Attach()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h140 RdbStoreConfig GetRdbStoreConfig(const RdbConfig &rdbConfig, const ContextParam &param);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp313 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()