Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h189 …static int SetAuthorizer(sqlite3 *db, int (*xAuth)(void*, int, const char*, const char*, const cha…
H A Dsqlite_utils.cpp2281 int SQLiteUtils::SetAuthorizer(sqlite3 *db, in SetAuthorizer() function in DistributedDB::SQLiteUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp1562 int errCode = SQLiteUtils::SetAuthorizer(dbHandle_, &PermitSelect); in ExecuteQueryBySqlStmt()
1570 (void)SQLiteUtils::SetAuthorizer(dbHandle_, nullptr); in ExecuteQueryBySqlStmt()
1574 (void)SQLiteUtils::SetAuthorizer(this->dbHandle_, nullptr); in ExecuteQueryBySqlStmt()