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 D | kvdb_properties.cpp | 26 const std::string KvDBProperties::SECURITY_LABEL = "securityLabel"; member in DistributedDB::KvDBProperties 85 return GetIntProp(KvDBProperties::SECURITY_LABEL, 0); in GetSecLabel()
|
H A D | kvdb_manager.cpp | 955 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 D | generic_kvdb_connection.cpp | 284 securityLabel = kvDB_->GetMyProperties().GetIntProp(KvDBProperties::SECURITY_LABEL, 0); in GetSecurityOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | kvdb_properties.h | 62 static const std::string SECURITY_LABEL; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 100 properties.SetIntProp(KvDBProperties::SECURITY_LABEL, option.secOption.securityLabel); in InitPropWithNbOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | auto_launch.cpp | 1021 … 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 D | sqlite_single_ver_natural_store.cpp | 131 … 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 D | distributeddb_interfaces_nb_delegate_test.cpp | 2896 property.SetIntProp(KvDBProperties::SECURITY_LABEL, S3);
|