Searched refs:KeyDescIsEmpty (Results 1 – 5 of 5) sorted by relevance
40 virtual bool KeyDescIsEmpty() = 0;55 MOCK_METHOD0(KeyDescIsEmpty, bool());
114 bool BaseKey::KeyDescIsEmpty() in KeyDescIsEmpty() function in BaseKey119 return IBaseKeyMoc::baseKeyMoc->KeyDescIsEmpty(); in KeyDescIsEmpty()
70 bool KeyDescIsEmpty();
1108 bool BaseKey::KeyDescIsEmpty() in StoreKey() function in OHOS::StorageDaemon::BaseKey
1175 if (it != userElKey_.end() && !elKey->KeyDescIsEmpty()) { in UpdateCeEceSeceUserAuth()