Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp40 int mainSecLabel = singleVerNaturalStore_->GetDbProperties().GetSecLabel(); in SetSecOpt() local
41 option.securityLabel = ((mainSecLabel >= SecurityLabel::S2) ? SecurityLabel::S2 : mainSecLabel); in SetSecOpt()