Home
last modified time | relevance | path

Searched refs:MERGE_ASSETS_FUNC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_connection.h131 static constexpr const char *MERGE_ASSETS_FUNC = "merge_assets"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dsqlite_connection.h132 static constexpr const char *MERGE_ASSETS_FUNC = "merge_assets"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp60 constexpr const char *SqliteConnection::MERGE_ASSETS_FUNC; member in OHOS::NativeRdb::SqliteConnection
695 …int errCode = sqlite3_create_function_v2(dbHandle, MERGE_ASSETS_FUNC, 2, SQLITE_UTF8 | SQLITE_DETE… in RegDefaultFunctions()