Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/services/include/
H A Ddslm_bigdata.h33 int32_t secLevel; member
48 int32_t secLevel; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsystem_api.cpp65 auto secLevel = std::string("s") + std::to_string(option.securityLabel - 1); in SetSecurityOption() local
H A Dprocess_system_api_adapter_impl.cpp71 auto secLevel = std::string("s") + std::to_string(option.securityLabel - 1); in SetSecurityOption() local
H A Dstore_util.cpp59 StoreUtil::DBSecurity StoreUtil::GetDBSecurity(int32_t secLevel) in GetDBSecurity()
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/include/
H A Dpermission_entry.h63 int32_t secLevel; member
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp34 StoreUtil::DBSecurity StoreUtil::GetDBSecurity(int32_t secLevel) in GetDBSecurity()
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
H A Ddcm_attest.c951 uint32_t secLevel) in InsertSignatureGroupClaim()
980 uint32_t secLevel) in InsertEncryptionGroupClaim()
1005 uint32_t secLevel) in InsertGroupClaim()
1038 …nt32_t InsertAppIdClaim(struct HksBlob *out, const struct HksParamSet *paramSet, uint32_t secLevel) in InsertAppIdClaim()
1069 uint32_t secLevel = HKS_SECURITY_LEVEL_HIGH; in BuildAttestMsgClaims() local
1100 uint32_t secLevel = HKS_SECURITY_LEVEL_HIGH; in BuildAttestKeyClaims() local
H A Ddcm_attest_utils.c62 uint32_t secLevel) in DcmInsertClaim()
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_single_kv_store.h80 DistributedKv::Status GetSecurityLevel(DistributedKv::SecurityLevel &secLevel) const override in GetSecurityLevel()
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_single_kv_store.h77 DistributedKv::Status GetSecurityLevel(DistributedKv::SecurityLevel &secLevel) const override in GetSecurityLevel()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp116 KVDBGeneralStore::DBSecurity KVDBGeneralStore::GetDBSecurity(int32_t secLevel) in GetDBSecurity()