Home
last modified time | relevance | path

Searched refs:GetMyProperties (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp700 KvDBProperties properties = kvDB->GetMyProperties(); in SaveKvDBToCache()
731 std::string appId = kvDB->GetMyProperties().GetStringProp(KvDBProperties::APP_ID, ""); in SaveKvDBToCache()
742 const KvDBProperties &properties = kvDB->GetMyProperties(); in RemoveKvDBFromCache()
800 int oldType = kvDB->GetMyProperties().GetIntProp(KvDBProperties::DATABASE_TYPE, in FindKvDBFromCache()
933 SchemaObject cacheSchema = kvDB->GetMyProperties().GetSchema(); in CheckSchema()
935 kvDB->GetMyProperties().GetBoolProp(KvDBProperties::FIRST_OPEN_IS_READ_ONLY, false); in CheckSchema()
992 if (kvDB->GetMyProperties().GetIntProp(KvDBProperties::CONFLICT_RESOLVE_POLICY, 0) != in CheckKvDBProperties()
998 if (kvDB->GetMyProperties().GetBoolProp(KvDBProperties::SYNC_DUAL_TUPLE_MODE, false) != in CheckKvDBProperties()
1004 if (kvDB->GetMyProperties().GetBoolProp(KvDBProperties::LOCAL_ONLY, false) != in CheckKvDBProperties()
1010 if (!CheckSecOptions(properties, kvDB->GetMyProperties())) { // LCOV_EXCL_BR_LINE in CheckKvDBProperties()
[all …]
H A Dgeneric_kvdb_connection.cpp207 return kvDB_->GetMyProperties().GetStringProp(KvDBProperties::IDENTIFIER_DATA, ""); in GetIdentifier()
284 securityLabel = kvDB_->GetMyProperties().GetIntProp(KvDBProperties::SECURITY_LABEL, 0); in GetSecurityOption()
285 securityFlag = kvDB_->GetMyProperties().GetIntProp(KvDBProperties::SECURITY_FLAG, 0); in GetSecurityOption()
H A Dgeneric_kvdb.h63 const KvDBProperties &GetMyProperties() const override;
H A Dgeneric_kvdb.cpp51 const KvDBProperties &GenericKvDB::GetMyProperties() const in GetMyProperties() function in DistributedDB::GenericKvDB
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp68 if (GetMyProperties().GetBoolProp(KvDBProperties::SYNC_DUAL_TUPLE_MODE, false)) { in StartLifeCycleTimer()
69 … identifier = GetMyProperties().GetStringProp(KvDBProperties::DUAL_TUPLE_IDENTIFIER_DATA, ""); in StartLifeCycleTimer()
71 … identifier = GetMyProperties().GetStringProp(KvDBProperties::IDENTIFIER_DATA, ""); in StartLifeCycleTimer()
73 auto userId = GetMyProperties().GetStringProp(DBProperties::USER_ID, ""); in StartLifeCycleTimer()
H A Dsqlite_single_ver_natural_store_connection.cpp67 kvDB_->GetMyProperties().GetSecLabel() > SecurityLabel::S2; in IsFileAccessControlled()
481 …LOGE("Forbid Rekey when screen locked and security label [%d]!", kvDB_->GetMyProperties().GetSecLa… in Rekey()
506 … kvDB_->GetMyProperties().GetSecLabel(), RuntimeContext::GetInstance()->IsAccessControlled()); in Export()
515 …LOGE("Forbid Import when screen locked and security label [%d]!", kvDB_->GetMyProperties().GetSecL… in Import()
560 bool isMemDb = naturalStore->GetMyProperties().GetBoolProp(KvDBProperties::MEMORY_MODE, false); in GetResultSet()
612 bool isMemDb = naturalStore->GetMyProperties().GetBoolProp(KvDBProperties::MEMORY_MODE, false); in GetResultSet()
H A Dsqlite_single_ver_natural_store.cpp1737 return GetMyProperties(); in GetDbProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb.h38 virtual const KvDBProperties &GetMyProperties() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.cpp216 KvDBProperties prop = kvStore_->GetMyProperties(); in DeleteDatabase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp240 return GetMyProperties(); in GetDbProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp417 return GetMyProperties(); in GetDbProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp1056 return GetMyProperties(); in GetDbProperties()