Home
last modified time | relevance | path

Searched defs:secLevel (Results 1 – 8 of 8) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dsystem_api.cpp65 auto secLevel = std::string("s") + std::to_string(option.securityLabel - 1); in SetSecurityOption() local
Dprocess_system_api_adapter_impl.cpp71 auto secLevel = std::string("s") + std::to_string(option.securityLabel - 1); in SetSecurityOption() local
Dstore_util.cpp34 StoreUtil::DBSecurity StoreUtil::GetDBSecurity(int32_t secLevel) in GetDBSecurity()
/foundation/communication/dsoftbus/core/common/security/permission/include/
Dpermission_entry.h63 int32_t secLevel; member
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
Dstore_util.cpp34 StoreUtil::DBSecurity StoreUtil::GetDBSecurity(int32_t secLevel) in GetDBSecurity()
/foundation/ability/form_fwk/test/mock/include/
Dmock_single_kv_store.h80 DistributedKv::Status GetSecurityLevel(DistributedKv::SecurityLevel &secLevel) const override in GetSecurityLevel()
/foundation/ability/ability_runtime/test/mock/common/include/
Dmock_single_kv_store.h77 DistributedKv::Status GetSecurityLevel(DistributedKv::SecurityLevel &secLevel) const override in GetSecurityLevel()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dkvdb_general_store.cpp114 KVDBGeneralStore::DBSecurity KVDBGeneralStore::GetDBSecurity(int32_t secLevel) in GetDBSecurity()