Searched refs:ClientIdentification (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dclientid.cpp32 // Constructing a ClientIdentification doesn't do much.
36 ClientIdentification::ClientIdentification() function in class:ClientIdentification
42 // Initialize the ClientIdentification.
45 void ClientIdentification::setup(pid_t pid)
61 SecCodeRef ClientIdentification::processCode() const
77 // Connection object, so this is not entirely a function of ClientIdentification state.
79 SecCodeRef ClientIdentification::currentGuest() const
87 ClientIdentification::GuestState *ClientIdentification
[all...]
H A Dclientid.h36 // A ClientIdentification object is a mix-in class that tracks
40 class ClientIdentification : public CodeSignatures::Identity { class in inherits:CodeSignatures::Identity
42 ClientIdentification();
H A Dprocess.cpp58 ClientIdentification::setup(this->pid());
90 ClientIdentification::setup(this->pid()); // re-constructs processCode()
255 ClientIdentification::dump();
H A Dprocess.h61 // * ClientIdentification tracks the identity of guests in the client *as securityd clients*.
64 // Often, the two form a loop: ClientIdentification uses CodeSigningHost to determine
72 public ClientIdentification,

Completed in 90 milliseconds