Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp954 config.SetReadTime(timeout);
959 config.SetReadTime(timeout);
964 config.SetReadTime(timeout);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h234 void SetReadTime(int timeout);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h633 void SetReadTime(int timeout);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp519 void RdbStoreConfig::SetReadTime(int timeout) in SetReadTime() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp202 rdbStoreConfig.SetReadTime(rdbConfig.GetReadTime()); in GetSlaveRdbStoreConfig()