Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dbase_key_mock.h40 virtual bool KeyDescIsEmpty() = 0;
55 MOCK_METHOD0(KeyDescIsEmpty, bool());
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dbase_key_mock.cpp114 bool BaseKey::KeyDescIsEmpty() in KeyDescIsEmpty() function in BaseKey
119 return IBaseKeyMoc::baseKeyMoc->KeyDescIsEmpty(); in KeyDescIsEmpty()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h70 bool KeyDescIsEmpty();
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp1108 bool BaseKey::KeyDescIsEmpty() in StoreKey() function in OHOS::StorageDaemon::BaseKey
H A Dkey_manager.cpp1175 if (it != userElKey_.end() && !elKey->KeyDescIsEmpty()) { in UpdateCeEceSeceUserAuth()