Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfscrypt_key_v2_mock.cpp38 bool FscryptKeyV2::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen()
54 bool FscryptKeyV2::UnlockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in UnlockUserScreen()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp49 uint32_t sdpClass; in ActiveKey() local
167 bool FscryptKeyV1::UnlockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in UnlockUserScreen()
378 bool FscryptKeyV1::InstallEceSeceKeyToKeyring(uint32_t sdpClass) in InstallEceSeceKeyToKeyring()
452 bool FscryptKeyV1::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen()
H A Dfscrypt_key_v2.cpp120 bool FscryptKeyV2::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen()
135 bool FscryptKeyV2::UnlockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in UnlockUserScreen()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_v2_test/
H A Dfscrypt_key_v2_test.cpp139 uint32_t sdpClass = 1; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dkey_control.h59 uint32_t sdpClass; //ECE || SECE member