Searched refs:SYSTEM_ERROR (Results 1 – 6 of 6) sorted by relevance
83 return ResponseCode::SYSTEM_ERROR; in initialize()95 return ResponseCode::SYSTEM_ERROR; in copyMasterKey()98 return ResponseCode::SYSTEM_ERROR; in copyMasterKey()111 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()116 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()121 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()125 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()130 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()147 return ResponseCode::SYSTEM_ERROR; in readMasterKey()155 return ResponseCode::SYSTEM_ERROR; in readMasterKey()[all …]
126 return ResponseCode::SYSTEM_ERROR; in getState()132 return ResponseCode::SYSTEM_ERROR; in getState()146 return ResponseCode::SYSTEM_ERROR; in get()151 return ResponseCode::SYSTEM_ERROR; in get()169 return ResponseCode::SYSTEM_ERROR; in insert()174 return ResponseCode::SYSTEM_ERROR; in insert()187 return ResponseCode::SYSTEM_ERROR; in del()192 return ResponseCode::SYSTEM_ERROR; in del()205 return ResponseCode::SYSTEM_ERROR; in exist()210 return ResponseCode::SYSTEM_ERROR; in exist()[all …]
117 return ResponseCode::SYSTEM_ERROR; in writeBlob()151 return ResponseCode::SYSTEM_ERROR; in writeBlob()155 return ResponseCode::SYSTEM_ERROR; in writeBlob()160 return ResponseCode::SYSTEM_ERROR; in writeBlob()164 return ResponseCode::SYSTEM_ERROR; in writeBlob()173 return (errno == ENOENT) ? ResponseCode::KEY_NOT_FOUND : ResponseCode::SYSTEM_ERROR; in readBlob()180 return ResponseCode::SYSTEM_ERROR; in readBlob()
179 case ResponseCode::SYSTEM_ERROR: in resetUser()322 ResponseCode::SYSTEM_ERROR : ResponseCode::NO_ERROR; in del()335 return ResponseCode::SYSTEM_ERROR; in del()339 ResponseCode::SYSTEM_ERROR : ResponseCode::NO_ERROR; in del()388 return ResponseCode::SYSTEM_ERROR; in list()448 return ResponseCode::SYSTEM_ERROR; in importKey()452 return ResponseCode::SYSTEM_ERROR; in importKey()466 return ResponseCode::SYSTEM_ERROR; in importKey()483 if (rc != ErrorCode::OK) return ResponseCode::SYSTEM_ERROR; in importKey()486 return ResponseCode::SYSTEM_ERROR; in importKey()[all …]
75 return {ResponseCode::SYSTEM_ERROR, false /* don't care */}; in hadFactoryResetSinceIdRotation()81 return {ResponseCode::SYSTEM_ERROR, false /* don't care */}; in hadFactoryResetSinceIdRotation()86 return {ResponseCode::SYSTEM_ERROR, false /* don't care */}; in hadFactoryResetSinceIdRotation()216 return (errno != ENOENT) ? ResponseCode::SYSTEM_ERROR : ResponseCode::KEY_NOT_FOUND; in exist()231 return ResponseCode::SYSTEM_ERROR; in list()278 return ResponseCode::SYSTEM_ERROR; in onUserPasswordChanged()382 return ResponseCode::SYSTEM_ERROR; in generate()393 return ResponseCode::SYSTEM_ERROR; in generate()399 return ResponseCode::SYSTEM_ERROR; in generate()407 return ResponseCode::SYSTEM_ERROR; in generate()[all …]
33 SYSTEM_ERROR = 4, enumerator