Searched refs:validateIdentity (Results 1 – 12 of 12) sorted by relevance
20 bool CellInfoTdscdma::validateIdentity( in validateIdentity() function in general_test::CellInfoTdscdma60 return (validateIdentity(cell.cellIdentityTdscdma) && in validate()
20 bool CellInfoWcdma::validateIdentity( in validateIdentity() function in general_test::CellInfoWcdma67 return (validateIdentity(cell.cellIdentityWcdma) && in validate()
20 bool CellInfoGsm::validateIdentity( in validateIdentity() function in general_test::CellInfoGsm76 return (validateIdentity(cell.cellIdentityGsm) && in validate()
20 bool CellInfoCdma::validateIdentity( in validateIdentity() function in general_test::CellInfoCdma79 return (validateIdentity(cell.cellIdentityCdma) && in validate()
20 bool CellInfoLte::validateIdentity( in validateIdentity() function in general_test::CellInfoLte76 return (validateIdentity(cell.cellIdentityLte) && in validate()
25 bool CellInfoNr::validateIdentity(const struct chreWwanCellIdentityNr &identity, in validateIdentity() function in general_test::CellInfoNr79 return (validateIdentity(cell.cellIdentityNr, registered) && in validate()
30 static bool validateIdentity(
30 static bool validateIdentity(const struct chreWwanCellIdentityGsm &identity);
30 static bool validateIdentity(const struct chreWwanCellIdentityLte &identity);
30 static bool validateIdentity(const struct chreWwanCellIdentityNr &identity,
30 static bool validateIdentity(const struct chreWwanCellIdentityCdma &identity);