Home
last modified time | relevance | path

Searched refs:GetPluginLibs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp209 rdbStoreConfig.SetPluginLibs(rdbConfig.GetPluginLibs()); in GetSlaveRdbStoreConfig()
1274 if (config.GetPluginLibs().empty() || dbHandle == nullptr) { in LoadExtension()
1277 if (config.GetPluginLibs().size() > SqliteUtils::MAX_LOAD_EXTENSION_COUNT) { in LoadExtension()
1278 LOG_ERROR("failed, size %{public}zu is too large", config.GetPluginLibs().size()); in LoadExtension()
1287 for (auto &path : config.GetPluginLibs()) { in LoadExtension()
H A Drdb_store_config.cpp579 std::vector<std::string> RdbStoreConfig::GetPluginLibs() const in GetPluginLibs() function in OHOS::NativeRdb::RdbStoreConfig
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h244 std::vector<std::string> GetPluginLibs() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h657 std::vector<std::string> GetPluginLibs() const;