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 D | kvdb_manager.cpp | 700 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 D | generic_kvdb_connection.cpp | 207 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 D | generic_kvdb.h | 63 const KvDBProperties &GetMyProperties() const override;
|
H A D | generic_kvdb.cpp | 51 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 D | sqlite_single_ver_natural_store_extend.cpp | 68 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 D | sqlite_single_ver_natural_store_connection.cpp | 67 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 D | sqlite_single_ver_natural_store.cpp | 1737 return GetMyProperties(); in GetDbProperties()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | ikvdb.h | 38 virtual const KvDBProperties &GetMyProperties() const = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_multi_ver_sync_db_interface.cpp | 216 KvDBProperties prop = kvStore_->GetMyProperties(); in DeleteDatabase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.cpp | 240 return GetMyProperties(); in GetDbProperties()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.cpp | 417 return GetMyProperties(); in GetDbProperties()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.cpp | 1056 return GetMyProperties(); in GetDbProperties()
|