Searched refs:keypath (Results 1 – 4 of 4) sorted by relevance
33 virtual bool UpdateKey(const std::string &keypath) = 0;52 MOCK_METHOD1(UpdateKey, bool(const std::string &keypath));58 MOCK_METHOD1(RenameKeyPath, bool(const std::string &keypath));
48 bool UpdateKey(const std::string &keypath = "", bool needSyncCandidate = true);63 bool DoRestoreKeyEx(const UserAuth &auth, const std::string &keypath);96 bool DoRestoreKey(const UserAuth &auth, const std::string &keypath);99 bool DoRestoreKeyOld(const UserAuth &auth, const std::string &keypath);
64 bool BaseKey::UpdateKey(const std::string &keypath, bool needSyncCandidate) in UpdateKey() argument69 return IBaseKeyMoc::baseKeyMoc->UpdateKey(keypath); in UpdateKey()
357 bool BaseKey::UpdateKey(const std::string &keypath, bool needSyncCandidate) in StoreKey() argument364 auto candidate = keypath.empty() ? GetCandidateDir() : keypath; in StoreKey()