class MockRuntimeServices
Defined at line 111 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
Subclasses StubRuntimeServices to mock out methods using gmock.
This will likely be the most common way to test runtime services, but gmock
is significantly more complicated than gtest and some projects may prefer
to avoid it, so the base class is still available for direct use.
Public Members
FunctionMocker gmock02_GetTime_114
FunctionMocker gmock01_SetTime_116
FunctionMocker gmock03_GetWakeupTime_119
FunctionMocker gmock02_SetWakeupTime_121
FunctionMocker gmock04_SetVirtualAddressMap_126
FunctionMocker gmock02_ConvertPointer_128
FunctionMocker gmock05_GetVariable_133
FunctionMocker gmock03_GetNextVariableName_136
FunctionMocker gmock05_SetVariable_141
FunctionMocker gmock01_GetNextHighMonotonicCount_143
FunctionMocker gmock04_ResetSystem_148
FunctionMocker gmock03_UpdateCapsule_153
FunctionMocker gmock04_QueryCapsuleCapabilities_158
FunctionMocker gmock04_QueryVariableInfo_163
Public Methods
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *, efi_time_capabilities *)>::Result GetTime (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *, efi_time_capabilities *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *, efi_time_capabilities *)>::template Arg<1>::type gmock_a1)
Defined at line 113 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_time *, efi_time_capabilities *)> gmock_GetTime (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *, efi_time_capabilities *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *, efi_time_capabilities *)>::template Arg<1>::type> & gmock_a1)
Defined at line 113 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_time *, efi_time_capabilities *)> gmock_GetTime (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *, efi_time_capabilities *)> * )
Defined at line 113 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *)>::Result SetTime (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *)>::template Arg<0>::type gmock_a0)
Defined at line 116 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_time *)> gmock_SetTime (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *)>::template Arg<0>::type> & gmock_a0)
Defined at line 116 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_time *)> gmock_SetTime (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_time *)> * )
Defined at line 116 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)>::Result GetWakeupTime (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)>::template Arg<1>::type gmock_a1, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)>::template Arg<2>::type gmock_a2)
Defined at line 118 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)> gmock_GetWakeupTime (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)>::template Arg<1>::type> & gmock_a1, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)>::template Arg<2>::type> & gmock_a2)
Defined at line 118 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)> gmock_GetWakeupTime (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool *, bool *, efi_time *)> * )
Defined at line 118 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool, efi_time *)>::Result SetWakeupTime (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool, efi_time *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool, efi_time *)>::template Arg<1>::type gmock_a1)
Defined at line 121 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (bool, efi_time *)> gmock_SetWakeupTime (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool, efi_time *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool, efi_time *)>::template Arg<1>::type> & gmock_a1)
Defined at line 121 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (bool, efi_time *)> gmock_SetWakeupTime (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (bool, efi_time *)> * )
Defined at line 121 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)>::Result SetVirtualAddressMap (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)>::template Arg<1>::type gmock_a1, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)>::template Arg<2>::type gmock_a2, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)>::template Arg<3>::type gmock_a3)
Defined at line 123 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)> gmock_SetVirtualAddressMap (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)>::template Arg<1>::type> & gmock_a1, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)>::template Arg<2>::type> & gmock_a2, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)>::template Arg<3>::type> & gmock_a3)
Defined at line 123 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)> gmock_SetVirtualAddressMap (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, size_t, uint32_t, efi_memory_descriptor *)> * )
Defined at line 123 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, void **)>::Result ConvertPointer (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, void **)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, void **)>::template Arg<1>::type gmock_a1)
Defined at line 128 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (size_t, void **)> gmock_ConvertPointer (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, void **)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, void **)>::template Arg<1>::type> & gmock_a1)
Defined at line 128 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (size_t, void **)> gmock_ConvertPointer (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t, void **)> * )
Defined at line 128 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::Result GetVariable (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<1>::type gmock_a1, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<2>::type gmock_a2, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<3>::type gmock_a3, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<4>::type gmock_a4)
Defined at line 130 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)> gmock_GetVariable (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<1>::type> & gmock_a1, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<2>::type> & gmock_a2, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<3>::type> & gmock_a3, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)>::template Arg<4>::type> & gmock_a4)
Defined at line 130 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)> gmock_GetVariable (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t *, size_t *, void *)> * )
Defined at line 130 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)>::Result GetNextVariableName (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)>::template Arg<1>::type gmock_a1, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)>::template Arg<2>::type gmock_a2)
Defined at line 135 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)> gmock_GetNextVariableName (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)>::template Arg<1>::type> & gmock_a1, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)>::template Arg<2>::type> & gmock_a2)
Defined at line 135 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)> gmock_GetNextVariableName (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (size_t *, char16_t *, efi_guid *)> * )
Defined at line 135 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::Result SetVariable (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<1>::type gmock_a1, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<2>::type gmock_a2, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<3>::type gmock_a3, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<4>::type gmock_a4)
Defined at line 138 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)> gmock_SetVariable (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<1>::type> & gmock_a1, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<2>::type> & gmock_a2, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<3>::type> & gmock_a3, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)>::template Arg<4>::type> & gmock_a4)
Defined at line 138 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)> gmock_SetVariable (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (char16_t *, efi_guid *, uint32_t, size_t, const void *)> * )
Defined at line 138 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t *)>::Result GetNextHighMonotonicCount (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t *)>::template Arg<0>::type gmock_a0)
Defined at line 143 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (uint32_t *)> gmock_GetNextHighMonotonicCount (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t *)>::template Arg<0>::type> & gmock_a0)
Defined at line 143 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (uint32_t *)> gmock_GetNextHighMonotonicCount (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t *)> * )
Defined at line 143 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)>::Result ResetSystem (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)>::template Arg<1>::type gmock_a1, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)>::template Arg<2>::type gmock_a2, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)>::template Arg<3>::type gmock_a3)
Defined at line 145 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)> gmock_ResetSystem (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)>::template Arg<1>::type> & gmock_a1, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)>::template Arg<2>::type> & gmock_a2, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)>::template Arg<3>::type> & gmock_a3)
Defined at line 145 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)> gmock_ResetSystem (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_reset_type, efi_status, size_t, void *)> * )
Defined at line 145 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)>::Result UpdateCapsule (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)>::template Arg<1>::type gmock_a1, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)>::template Arg<2>::type gmock_a2)
Defined at line 150 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)> gmock_UpdateCapsule (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)>::template Arg<1>::type> & gmock_a1, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)>::template Arg<2>::type> & gmock_a2)
Defined at line 150 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)> gmock_UpdateCapsule (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, efi_physical_addr)> * )
Defined at line 150 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)>::Result QueryCapsuleCapabilities (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)>::template Arg<1>::type gmock_a1, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)>::template Arg<2>::type gmock_a2, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)>::template Arg<3>::type gmock_a3)
Defined at line 155 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)> gmock_QueryCapsuleCapabilities (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)>::template Arg<1>::type> & gmock_a1, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)>::template Arg<2>::type> & gmock_a2, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)>::template Arg<3>::type> & gmock_a3)
Defined at line 155 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)> gmock_QueryCapsuleCapabilities (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (efi_capsule_header **, size_t, uint64_t *, efi_reset_type *)> * )
Defined at line 155 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)>::Result QueryVariableInfo (typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)>::template Arg<0>::type gmock_a0, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)>::template Arg<1>::type gmock_a1, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)>::template Arg<2>::type gmock_a2, typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)>::template Arg<3>::type gmock_a3)
Defined at line 160 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)> gmock_QueryVariableInfo (const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)>::template Arg<0>::type> & gmock_a0, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)>::template Arg<1>::type> & gmock_a1, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)>::template Arg<2>::type> & gmock_a2, const ::testing::Matcher<typename ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)>::template Arg<3>::type> & gmock_a3)
Defined at line 160 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h
::testing::MockSpec< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)> gmock_QueryVariableInfo (const ::testing::internal::WithoutMatchers & , ::testing::internal::Function< ::testing::internal::identity_t<efi_status> (uint32_t, uint64_t *, uint64_t *, uint64_t *)> * )
Defined at line 160 of file ../../zircon/kernel/lib/efi/testing/include/lib/efi/testing/stub_runtime_services.h