Home
last modified time | relevance | path

Searched refs:SECURITY_LABEL (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp26 const std::string KvDBProperties::SECURITY_LABEL = "securityLabel"; member in DistributedDB::KvDBProperties
85 return GetIntProp(KvDBProperties::SECURITY_LABEL, 0); in GetSecLabel()
H A Dkvdb_manager.cpp955 if (input.GetIntProp(KvDBProperties::SECURITY_LABEL, 0) != 0 && in CheckSecOptions()
956 existed.GetIntProp(KvDBProperties::SECURITY_LABEL, 0) != 0) { in CheckSecOptions()
957 if (existed.GetIntProp(KvDBProperties::SECURITY_LABEL, 0) != in CheckSecOptions()
958 input.GetIntProp(KvDBProperties::SECURITY_LABEL, 0)) { in CheckSecOptions()
960 existed.GetIntProp(KvDBProperties::SECURITY_LABEL, 0), in CheckSecOptions()
961 input.GetIntProp(KvDBProperties::SECURITY_LABEL, 0)); in CheckSecOptions()
H A Dgeneric_kvdb_connection.cpp284 securityLabel = kvDB_->GetMyProperties().GetIntProp(KvDBProperties::SECURITY_LABEL, 0); in GetSecurityOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h62 static const std::string SECURITY_LABEL; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp100 properties.SetIntProp(KvDBProperties::SECURITY_LABEL, option.secOption.securityLabel); in InitPropWithNbOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp1021 … propertiesPtr->SetIntProp(KvDBProperties::SECURITY_LABEL, param.option.secOption.securityLabel); in GetAutoLaunchKVProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp131 … properties.SetIntProp(KvDBProperties::SECURITY_LABEL, engine->GetSecurityOption().securityLabel); in UpdateSecProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2896 property.SetIntProp(KvDBProperties::SECURITY_LABEL, S3);