• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/

Lines Matching refs:error

78  @param error What went wrong if we returned false.
79 @discussion This call needs to be made whenever a call that updates a Cloud Circle returns an error of kSOSErrorPrivateKeyAbsent (credential timeout) or kSOSErrorPublicKeyAbsent (programmer error).
87 bool SOSCCSetUserCredentials(CFStringRef user_label, CFDataRef user_password, CFErrorRef* error);
95 @param error What went wrong if we returned false.
99 bool SOSCCTryUserCredentials(CFStringRef user_label, CFDataRef user_password, CFErrorRef* error);
104 @param error What went wrong if we returned false
106 CFStringRef SOSCCRequestDeviceID(CFErrorRef* error);
112 @param error What went wrong if we returned false
114 bool SOSCCSetDeviceID(CFStringRef IDS, CFErrorRef* error);
120 bool SOSCCRegisterUserCredentials(CFStringRef user_label, CFDataRef user_password, CFErrorRef *error);
125 @param error What went wrong if we returned false.
128 bool SOSCCCanAuthenticate(CFErrorRef *error);
133 @param error What went wrong if we returned kSOSCCError.
135 @discussion If we have an error figuring out if we're in the circle we return false and the error.
137 SOSCCStatus SOSCCThisDeviceIsInCircle(CFErrorRef* error);
142 @param error What went wrong if we tried to join.
143 @result true if we pushed the request out successfully. False if there was an error.
146 bool SOSCCRequestToJoinCircle(CFErrorRef* error);
151 @param error What went wrong if we tried to join.
155 bool SOSCCRequestToJoinCircleAfterRestore(CFErrorRef* error);
160 @param error What went wrong if we tried to refresh parameters
163 bool SOSCCRequestEnsureFreshParameters(CFErrorRef* error);
168 @param error What went wrong if we tried to post our circle.
169 @result true if we posted the circle successfully. False if there was an error.
171 bool SOSCCResetToOffering(CFErrorRef* error);
176 @param error What went wrong if we tried to post our circle.
177 @result true if we posted the circle successfully. False if there was an error.
179 bool SOSCCResetToEmpty(CFErrorRef* error);
184 @param error What went wrong trying to remove ourselves.
185 @result true if we posted the removal. False if there was an error.
188 bool SOSCCRemoveThisDeviceFromCircle(CFErrorRef* error);
193 @param error What went wrong trying to remove ourselves.
194 @result true if we posted the ticket. False if there was an error.
200 bool SOSCCBailFromCircle_BestEffort(uint64_t limit_in_seconds, CFErrorRef* error);
206 @param error What went wrong trying to remove ourselves.
207 @result true if we posted the ticket. False if there was an error.
212 bool SOSCCSignedOut(bool immediate, CFErrorRef* error);
217 @param error What went wrong.
220 CFArrayRef SOSCCCopyApplicantPeerInfo(CFErrorRef* error);
225 @param error What went wrong.
228 CFArrayRef SOSCCCopyGenerationPeerInfo(CFErrorRef* error);
233 @param error What went wrong.
236 CFArrayRef SOSCCCopyValidPeerPeerInfo(CFErrorRef* error);
241 @param error What went wrong.
244 bool SOSCCValidateUserPublic(CFErrorRef *error);
249 @param error What went wrong.
252 CFArrayRef SOSCCCopyNotValidPeerPeerInfo(CFErrorRef* error);
257 @param error What went wrong.
260 CFArrayRef SOSCCCopyRetirementPeerInfo(CFErrorRef* error);
266 @param error What went wrong if we tried to post our circle.
267 @result true if we accepted the applicants. False if there was an error.
269 bool SOSCCAcceptApplicants(CFArrayRef applicants, CFErrorRef* error);
275 @param error What went wrong if we tried to post our circle.
276 @result true if we rejected the applicants. False if there was an error.
278 bool SOSCCRejectApplicants(CFArrayRef applicants, CFErrorRef *error);
283 @param error What went wrong trying look at the circle.
287 CFArrayRef SOSCCCopyPeerPeerInfo(CFErrorRef* error);
292 @param error What went wrong if we returned NULL.
303 enum DepartureReason SOSCCGetLastDepartureReason(CFErrorRef *error);
308 @param error What went wrong if we returned NULL.
310 CFStringRef SOSCCCopyIncompatibilityInfo(CFErrorRef *error);