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
26
class
KeystoreArg
: public RefBase {
28
KeystoreArg
(const void *data, size_t len);
29
~
KeystoreArg
();
96
int32_t flags, Vector<sp<
KeystoreArg
> >* args) = 0;
/system/security/keystore/
IKeystoreService.cpp
32
KeystoreArg
::
KeystoreArg
(const void* data, size_t len)
36
KeystoreArg
::~
KeystoreArg
() {
39
const void *
KeystoreArg
::data() const {
43
size_t
KeystoreArg
::size() const {
289
int32_t flags, Vector<sp<
KeystoreArg
> >* args)
299
for (Vector<sp<
KeystoreArg
> >::iterator it = args->begin(); it != args->end(); ++it) {
300
sp<
KeystoreArg
> item = *it;
711
Vector<sp<
KeystoreArg
> > args
[
all
...]
Completed in 199 milliseconds