Home
last modified time | relevance | path

Searched refs:secondaryIdentifierOptional (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/os/app/
H A DKeyStore.h23 bool secondaryIdentifierOptional,
35 bool secondaryIdentifierOptional,
/haiku/src/kits/app/
H A DKeyStore.cpp48 const char* secondaryIdentifier, bool secondaryIdentifierOptional, in GetKey() argument
52 secondaryIdentifierOptional, key); in GetKey()
74 const char* secondaryIdentifier, bool secondaryIdentifierOptional, in GetKey() argument
82 message.AddBool("secondaryIdentifierOptional", secondaryIdentifierOptional); in GetKey()
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp191 bool secondaryIdentifierOptional; in MessageReceived() local
193 &secondaryIdentifierOptional) != B_OK) { in MessageReceived()
194 secondaryIdentifierOptional = false; in MessageReceived()
201 secondaryIdentifierOptional = true; in MessageReceived()
206 secondaryIdentifierOptional, &keyMessage); in MessageReceived()
H A DKeyring.h44 bool secondaryIdentifierOptional,
H A DKeyring.cpp293 bool secondaryIdentifierOptional, BMessage* _foundKeyMessage) const in FindKey() argument
324 if (secondaryIdentifierOptional) { in FindKey()
/haiku/docs/user/app/
H A DKeyStore.dox90 … const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& …
93 \a secondaryIdentifier, \a secondaryIdentifierOptional set to \c false.
104 … const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& …
106 It works on the Master \a keyring, it sets \a secondaryIdentifierOptional
115 const char* secondaryIdentifier, bool secondaryIdentifierOptional,
119 … const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& …
132 … const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& …
135 \a secondaryIdentifierOptional to \c false.
146 … const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& …
148 It sets \a secondaryIdentifierOptional to \c false, meaning it both
[all …]