OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeystoreArg
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/include/keystore/
IKeystoreService.h
28
class
KeystoreArg
: public RefBase {
30
KeystoreArg
(const void *data, size_t len);
31
~
KeystoreArg
();
165
int32_t flags, Vector<sp<
KeystoreArg
> >* args) = 0;
/system/security/keystore/
IKeystoreService.cpp
36
KeystoreArg
::
KeystoreArg
(const void* data, size_t len)
40
KeystoreArg
::~
KeystoreArg
() {
43
const void *
KeystoreArg
::data() const {
47
size_t
KeystoreArg
::size() const {
641
int32_t flags, Vector<sp<
KeystoreArg
> >* args)
652
for (Vector<sp<
KeystoreArg
> >::iterator it = args->begin(); it != args->end(); ++it) {
653
sp<
KeystoreArg
> item = *it;
[
all
...]
Completed in 794 milliseconds