Home
last modified time | relevance | path

Searched defs:securityLabel (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dprocess_system_api_adapter_impl.cpp111 auto securityLabel = option.securityLabel; in CheckDeviceSecurityAbility() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
Dsync_able_kvdb_connection.cpp409 int securityLabel = INVALID_SEC_LABEL; in Sync() local
Dgeneric_kvdb_connection.cpp279 int GenericKvDBConnection::GetSecurityOption(int &securityLabel, int &securityFlag) const in GetSecurityOption()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
Dtypes_export.h186 … int securityLabel = 0; // the securityLabel is the class of data sensitive, see enum SecurityLabel member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
Dcloudsync_fuzzer.cpp359 int securityLabel = NOT_SET, bool invalidSchema = false) in GetKvStore()