Home
last modified time | relevance | path

Searched refs:DeleteUserResponse (Results 1 – 5 of 5) sorted by relevance

/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h246 struct DeleteUserResponse : public GateKeeperMessage { struct
247 DeleteUserResponse() {} in DeleteUserResponse() argument
Dgatekeeper.h47 void DeleteUser(const DeleteUserRequest &request, DeleteUserResponse *response);
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h84 gatekeeper_error_t Send(const DeleteUserRequest& request, DeleteUserResponse* response) { in Send()
Dtrusty_gatekeeper.cpp143 DeleteUserResponse response; in deleteUser()
/system/gatekeeper/
Dgatekeeper.cpp166 void GateKeeper::DeleteUser(const DeleteUserRequest &request, DeleteUserResponse *response) { in DeleteUser()