Home
last modified time | relevance | path

Searched refs:CellInfoBase (Results 1 – 9 of 9) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dcell_info_base.cc22 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()
Dcell_info_base.h24 class CellInfoBase {
32 CellInfoBase();
Dwwan_cell_info_test.cc95 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()
Dcell_info_wcdma.h25 class CellInfoWcdma : private CellInfoBase {
Dcell_info_gsm.h25 class CellInfoGsm : private CellInfoBase {
Dcell_info_tdscdma.h25 class CellInfoTdscdma : private CellInfoBase {
Dcell_info_lte.h25 class CellInfoLte : private CellInfoBase {
Dcell_info_nr.h25 class CellInfoNr : private CellInfoBase {
Dcell_info_cdma.h25 class CellInfoCdma : private CellInfoBase {