OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendGenericOkFailOnBool
(Results
1 - 2
of
2
) sorted by null
/system/vold/
CryptCommandListener.h
31
static int
sendGenericOkFailOnBool
(SocketClient *cli, bool success);
CryptCommandListener.cpp
95
int CryptCommandListener::
sendGenericOkFailOnBool
(SocketClient *cli, bool success) {
212
return
sendGenericOkFailOnBool
(cli, e4crypt_enable_crypto());
332
return
sendGenericOkFailOnBool
(cli, e4crypt_mount_metadata_encrypted());
391
return
sendGenericOkFailOnBool
(cli, e4crypt_init_user0());
395
return
sendGenericOkFailOnBool
(cli, e4crypt_vold_create_user_key(
400
return
sendGenericOkFailOnBool
(cli, e4crypt_destroy_user_key(atoi(argv[2])));
404
return
sendGenericOkFailOnBool
(cli, e4crypt_add_user_key_auth(
409
return
sendGenericOkFailOnBool
(cli, e4crypt_fixate_newest_user_key_auth(atoi(argv[2])));
413
return
sendGenericOkFailOnBool
(cli, e4crypt_unlock_user_key(
418
return
sendGenericOkFailOnBool
(cli, e4crypt_lock_user_key(atoi(argv[2])))
[
all
...]
Completed in 61 milliseconds