Searched refs:peerObject (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/Keychain/
H A DKDCirclePeer.m33 @property (readwrite) id peerObject;
39 -(id)initWithPeerObject:(id)peerObject
46 self.peerObject = peerObject;
47 self.name = (__bridge NSString *)(SOSPeerInfoGetPeerName((__bridge SOSPeerInfoRef)peerObject));
48 self.idString = (__bridge NSString *)(SOSPeerInfoGetPeerID((__bridge SOSPeerInfoRef)peerObject));
55 return [NSString stringWithFormat:@"[peer n='%@' id='%@' o=%@]", self.name, self.idString, self.peerObject];
H A DKDCirclePeer.h31 @property (readonly) id peerObject; variable
33 -(id)initWithPeerObject:(id)peerObject;
H A DKDSecCircle.m124 applicantBlock(applicant.peerObject);

Completed in 79 milliseconds