Home
last modified time | relevance | path

Searched refs:ConfigLocale (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h56 int ConfigLocale(const std::string &localeStr);
103 int32_t ConfigLocale(const std::string &locale);
H A Dconnection.h60 virtual int32_t ConfigLocale(const std::string &localeStr) = 0;
H A Drd_connection.h47 int32_t ConfigLocale(const std::string& localeStr) override;
H A Dsqlite_connection.h52 int ConfigLocale(const std::string &localeStr) override;
H A Drdb_store_impl.h150 int ConfigLocale(const std::string &localeStr);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp348 int ConnPool::ConfigLocale(const std::string &localeStr) in ConfigLocale() function in ConnPool
350 auto errCode = readers_.ConfigLocale(localeStr); in ConfigLocale()
354 return writers_.ConfigLocale(localeStr); in ConfigLocale()
538 int32_t ConnPool::Container::ConfigLocale(const std::string &locale) in ConfigLocale() function in ConnPool::Container
550 conn->connect_->ConfigLocale(locale); in ConfigLocale()
H A Drd_connection.cpp246 int32_t RdConnection::ConfigLocale(const std::string& localeStr) in ConfigLocale() function in OHOS::NativeRdb::RdConnection
H A Drdb_store_impl.cpp2140 int RdbStoreImpl::ConfigLocale(const std::string &localeStr) in ConfigLocale() function in RdbStoreImpl
2151 return connectionPool_->ConfigLocale(localeStr); in ConfigLocale()
H A Dsqlite_connection.cpp915 int SqliteConnection::ConfigLocale(const std::string &localeStr) in ConfigLocale() function in OHOS::NativeRdb::SqliteConnection
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h79 int ConfigLocale(const std::string &localeStr);
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp413 * @tc.desc: Abnormal testCase for ConfigLocale
435 errCode = connectionPool->ConfigLocale("AbnormalTest"); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drdb_store_test.cpp413 * @tc.desc: Abnormal testCase for ConfigLocale
435 errCode = connectionPool->ConfigLocale("AbnormalTest"); in HWTEST_F()

Completed in 14 milliseconds