Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp27 const std::string KvDBProperties::SECURITY_FLAG = "securityFlag"; member in DistributedDB::KvDBProperties
90 return GetIntProp(KvDBProperties::SECURITY_FLAG, 0); in GetSecFlag()
H A Dkvdb_manager.cpp964 if (existed.GetIntProp(KvDBProperties::SECURITY_FLAG, 0) != in CheckSecOptions()
965 input.GetIntProp(KvDBProperties::SECURITY_FLAG, 0)) { in CheckSecOptions()
967 existed.GetIntProp(KvDBProperties::SECURITY_FLAG, 0), in CheckSecOptions()
968 input.GetIntProp(KvDBProperties::SECURITY_FLAG, 0)); in CheckSecOptions()
H A Dgeneric_kvdb_connection.cpp285 securityFlag = kvDB_->GetMyProperties().GetIntProp(KvDBProperties::SECURITY_FLAG, 0); in GetSecurityOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h63 static const std::string SECURITY_FLAG; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp101 properties.SetIntProp(KvDBProperties::SECURITY_FLAG, option.secOption.securityFlag); in InitPropWithNbOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp1022 … propertiesPtr->SetIntProp(KvDBProperties::SECURITY_FLAG, param.option.secOption.securityFlag); in GetAutoLaunchKVProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp132 … properties.SetIntProp(KvDBProperties::SECURITY_FLAG, engine->GetSecurityOption().securityFlag); in UpdateSecProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2897 property.SetIntProp(KvDBProperties::SECURITY_FLAG, SECE);