Software APIs
Data Structures | Functions
dif_rstmgr_unittest::anonymous_namespace{dif_rstmgr_unittest.cc} Namespace Reference

Data Structures

class  RstmgrTest
 
class  ResetTest
 
class  ResetLockTest
 
class  ResetIsLockedTest
 
class  ResetCausesGetTest
 
class  ResetCausesClearTest
 
class  AlertInfoSetTest
 
class  AlertInfoGetTest
 
class  AlertInfoGetSizeTest
 
class  AlertInfoDumpReadTest
 
class  CpuInfoSetTest
 
class  CpuInfoGetTest
 
class  CpuInfoGetSizeTest
 
class  CpuInfoDumpReadTest
 
class  SoftwareResetTest
 
class  SoftwareResetIsHeldTest
 
class  FatalErrorTest
 

Functions

 TEST_F (ResetTest, NullArgs)
 
 TEST_F (ResetTest, Success)
 
 TEST_F (ResetLockTest, NullArgs)
 
 TEST_F (ResetLockTest, BadPeripheral)
 
 TEST_F (ResetLockTest, Success)
 
 TEST_F (ResetIsLockedTest, NullArgs)
 
 TEST_F (ResetIsLockedTest, BadPeripheral)
 
 TEST_F (ResetIsLockedTest, Success)
 
 TEST_F (ResetCausesGetTest, NullArgs)
 
 TEST_F (ResetCausesGetTest, Success)
 
 TEST_F (ResetCausesClearTest, NullArgs)
 
 TEST_F (ResetCausesClearTest, Success)
 
 TEST_F (AlertInfoSetTest, NullArgs)
 
 TEST_F (AlertInfoSetTest, Success)
 
 TEST_F (AlertInfoGetTest, NullArgs)
 
 TEST_F (AlertInfoGetTest, Success)
 
 TEST_F (AlertInfoGetSizeTest, Success)
 
 TEST_F (AlertInfoGetSizeTest, BadArgs)
 
 TEST_F (AlertInfoDumpReadTest, NullArgs)
 
 TEST_F (AlertInfoDumpReadTest, BadDumpSize)
 
 TEST_F (AlertInfoDumpReadTest, SuccessFullBuffer)
 
 TEST_F (AlertInfoDumpReadTest, SuccessDumpSmaller)
 
 TEST_F (CpuInfoSetTest, NullArgs)
 
 TEST_F (CpuInfoSetTest, Success)
 
 TEST_F (CpuInfoGetTest, NullArgs)
 
 TEST_F (CpuInfoGetTest, Success)
 
 TEST_F (CpuInfoGetSizeTest, Success)
 
 TEST_F (CpuInfoGetSizeTest, BadArgs)
 
 TEST_F (CpuInfoDumpReadTest, NullArgs)
 
 TEST_F (CpuInfoDumpReadTest, BadDumpSize)
 
 TEST_F (CpuInfoDumpReadTest, SuccessFullBuffer)
 
 TEST_F (CpuInfoDumpReadTest, SuccessDumpSmaller)
 
 TEST_F (SoftwareResetTest, NullArgs)
 
 TEST_F (SoftwareResetTest, BadPeripheral)
 
 TEST_F (SoftwareResetTest, SoftwareResetIsLocked)
 
 TEST_F (SoftwareResetTest, SuccessHold)
 
 TEST_F (SoftwareResetTest, SuccessRelease)
 
 TEST_F (SoftwareResetTest, SuccessReset)
 
 TEST_F (SoftwareResetIsHeldTest, NullArgs)
 
 TEST_F (SoftwareResetIsHeldTest, BadPeripheral)
 
 TEST_F (SoftwareResetIsHeldTest, Success)
 
 TEST_F (FatalErrorTest, GetBadArgs)
 
 TEST_F (FatalErrorTest, GetCodes)