OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listKeys
(Results
1 - 5
of
5
) sorted by null
/system/security/keystore/include/keystore/
keystore_client.h
172
virtual bool
listKeys
(const std::string& prefix, std::vector<std::string>* key_name_list) = 0;
keystore_client_mock.h
79
MOCK_METHOD2(
listKeys
,
keystore_client_impl.h
80
bool
listKeys
(const std::string& prefix, std::vector<std::string>* key_name_list) override;
/system/security/keystore/
keystore_cli_v2.cpp
330
if (!keystore->
listKeys
(prefix, &key_list)) {
331
printf("
ListKeys
failed.\n");
keystore_client_impl.cpp
362
bool KeystoreClientImpl::
listKeys
(const std::string& prefix,
Completed in 50 milliseconds