Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_pragma.h49 PRAGMA_ADD_EQUAL_IDENTIFIER, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp81 {PRAGMA_ADD_EQUAL_IDENTIFIER, [this](void *parameter, int &errCode) { in InitPragmaFunc()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp942 int errCode = conn_->Pragma(PRAGMA_ADD_EQUAL_IDENTIFIER, reinterpret_cast<void *>(&pragma)); in SetEqualIdentifier()