Searched refs:MERGE_ASSET_FUNC (Results 1 – 3 of 3) sorted by relevance
132 static constexpr const char *MERGE_ASSET_FUNC = "merge_asset"; variable
133 static constexpr const char *MERGE_ASSET_FUNC = "merge_asset"; variable
61 constexpr const char *SqliteConnection::MERGE_ASSET_FUNC; member in OHOS::NativeRdb::SqliteConnection702 …errCode = sqlite3_create_function_v2(dbHandle, MERGE_ASSET_FUNC, 2, SQLITE_UTF8 | SQLITE_DETERMINI… in RegDefaultFunctions()