Searched refs:CellInfoBase (Results 1 – 9 of 9) sorted by relevance
/system/chre/apps/test/chqts/src/general_test/ |
D | cell_info_base.cc | 22 CellInfoBase::CellInfoBase() { in CellInfoBase() function in general_test::CellInfoBase 26 bool CellInfoBase::isBoundedInt32(int32_t value, int32_t lower, int32_t upper, in isBoundedInt32() 32 bool CellInfoBase::isBoundedInt64(int64_t value, int64_t lower, int64_t upper, in isBoundedInt64() 38 void CellInfoBase::sendFatalFailureInt32(const char *message, int32_t value) { in sendFatalFailureInt32() 43 void CellInfoBase::sendFatalFailureUint8(const char *message, uint8_t value) { in sendFatalFailureUint8() 48 void CellInfoBase::sendFatalFailure(const char *message) { in sendFatalFailure()
|
D | cell_info_base.h | 24 class CellInfoBase { 32 CellInfoBase();
|
D | wwan_cell_info_test.cc | 95 CellInfoBase::sendFatalFailureUint8("Invalid reserved CellInfo field: %d", in validateCellInfo() 105 CellInfoBase::sendFatalFailureUint8("Invalid timeStampType: %d", in validateCellInfo() 124 CellInfoBase::sendFatalFailureUint8("Invalid cellInfoType: %d", in validateCellInfo()
|
D | cell_info_wcdma.h | 25 class CellInfoWcdma : private CellInfoBase {
|
D | cell_info_gsm.h | 25 class CellInfoGsm : private CellInfoBase {
|
D | cell_info_tdscdma.h | 25 class CellInfoTdscdma : private CellInfoBase {
|
D | cell_info_lte.h | 25 class CellInfoLte : private CellInfoBase {
|
D | cell_info_nr.h | 25 class CellInfoNr : private CellInfoBase {
|
D | cell_info_cdma.h | 25 class CellInfoCdma : private CellInfoBase {
|