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

/haiku/headers/os/app/
H A DKeyStore.h18 BKey& key);
20 const char* secondaryIdentifier, BKey& key);
24 BKey& key);
28 BKey& key);
31 const char* secondaryIdentifier, BKey& key);
36 BKey& key);
38 status_t AddKey(const BKey& key);
39 status_t AddKey(const char* keyring, const BKey& key);
40 status_t RemoveKey(const BKey& key);
41 status_t RemoveKey(const char* keyring, const BKey
[all...]
H A DKey.h33 class BKey { class
35 BKey();
36 BKey(BKeyPurpose purpose,
41 BKey(BKey& other);
42 virtual ~BKey();
74 BKey& operator=(const BKey& other);
76 bool operator==(const BKey& other) const;
77 bool operator!=(const BKey
[all...]
/haiku/src/kits/app/
H A DKey.cpp30 // #pragma mark - Generic BKey
33 BKey::BKey() function in class:BKey
39 BKey::BKey(BKeyPurpose purpose, const char* identifier, function in class:BKey
46 BKey::BKey(BKey& other) function in class:BKey
52 BKey::~BKey()
[all...]
H A DKeyStore.cpp32 BKeyStore::GetKey(BKeyType type, const char* identifier, BKey& key)
40 const char* secondaryIdentifier, BKey& key)
49 BKey& key)
58 BKey& key)
66 const char* secondaryIdentifier, BKey& key)
75 BKey& key)
98 BKeyStore::AddKey(const BKey& key)
105 BKeyStore::AddKey(const char* keyring, const BKey& key)
120 BKeyStore::RemoveKey(const BKey& key)
127 BKeyStore::RemoveKey(const char* keyring, const BKey
[all...]

Completed in 23 milliseconds