Home
last modified time | relevance | path

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

/system/nvram/messages/include/nvram/messages/
Dnvram_messages.h138 struct DisableWipeResponse {}; struct
173 TaggedUnionMember<COMMAND_DISABLE_WIPE, DisableWipeResponse>>;
/system/nvram/core/include/nvram/core/
Dnvram_manager.h84 DisableWipeResponse* response);
/system/nvram/messages/
Dnvram_messages.cpp141 template<> struct DescriptorForType<DisableWipeResponse> {
/system/nvram/core/
Dnvram_manager.cpp586 DisableWipeResponse* /* response */) { in DisableWipe() argument
/system/nvram/core/tests/
Dnvram_manager_test.cpp1203 DisableWipeResponse disable_wipe_response; in TEST_F()