Home
last modified time | relevance | path

Searched defs:validate (Results 1 – 11 of 11) sorted by relevance

/system/chre/apps/chqts/src/general_test/
Drunning_info.cc31 bool RunningInfo::validate(uint32_t appVersion) { in validate() function in general_test::RunningInfo
Dcell_info_tdscdma.cc60 bool CellInfoTdscdma::validate(const struct chreWwanCellInfoTdscdma& cell) { in validate() function in general_test::CellInfoTdscdma
Dcell_info_wcdma.cc65 bool CellInfoWcdma::validate(const struct chreWwanCellInfoWcdma& cell) { in validate() function in general_test::CellInfoWcdma
Dcell_info_gsm.cc76 bool CellInfoGsm::validate(const struct chreWwanCellInfoGsm& cell) { in validate() function in general_test::CellInfoGsm
Dcell_info_lte.cc79 bool CellInfoLte::validate(const struct chreWwanCellInfoLte& cell) { in validate() function in general_test::CellInfoLte
Dcell_info_cdma.cc81 bool CellInfoCdma::validate(const struct chreWwanCellInfoCdma& cell) { in validate() function in general_test::CellInfoCdma
Dnanoapp_info.cc51 bool NanoappInfo::validate(uint64_t appId, uint32_t instanceId) { in validate() function in general_test::NanoappInfo
/system/core/libdiskconfig/
Ddiskconfig.c270 validate(struct disk_info *dinfo) in validate() function
/system/sepolicy/tools/
Dcheckfc.c153 static int validate(char **contextp) in validate() function
Dcheck_seapp.c1168 static void validate() { in validate() function
/system/tools/hidl/
Dmain.cpp53 ValidationFunction validate; member