Home
last modified time | relevance | path

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

/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h265 struct DeleteAllUsersResponse : public GateKeeperMessage { struct
266 DeleteAllUsersResponse() {} in DeleteAllUsersResponse() argument
Dgatekeeper.h48 void DeleteAllUsers(const DeleteAllUsersRequest &request, DeleteAllUsersResponse *response);
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h89 DeleteAllUsersResponse* response) { in Send()
Dtrusty_gatekeeper.cpp165 DeleteAllUsersResponse response; in deleteAllUsers()
/system/gatekeeper/
Dgatekeeper.cpp174 DeleteAllUsersResponse *response) { in DeleteAllUsers()