Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 25 of 39) sorted by relevance

12

/system/chre/apps/chqts/src/general_test/
Dwwan_cell_info_test.cc124 valid &= CellInfoGsm::validate(cells[i].CellInfo.gsm); in validateCellInfo()
126 valid &= CellInfoCdma::validate(cells[i].CellInfo.cdma); in validateCellInfo()
128 valid &= CellInfoLte::validate(cells[i].CellInfo.lte); in validateCellInfo()
130 valid &= CellInfoWcdma::validate(cells[i].CellInfo.wcdma); in validateCellInfo()
132 valid &= CellInfoTdscdma::validate(cells[i].CellInfo.tdscdma); in validateCellInfo()
Drunning_info.cc31 bool RunningInfo::validate(uint32_t appVersion) { in validate() function in general_test::RunningInfo
46 result = mPlatformInfo.validate(mRunningInfo.appId, in validate()
Drunning_info.h39 bool validate(uint32_t appVersion);
Dcell_info_lte.h27 static bool validate(const struct chreWwanCellInfoLte& cell);
Dcell_info_wcdma.h27 static bool validate(const struct chreWwanCellInfoWcdma& cell);
Dcell_info_tdscdma.h27 static bool validate(const struct chreWwanCellInfoTdscdma& cell);
Dcell_info_gsm.h27 static bool validate(const struct chreWwanCellInfoGsm& cell);
Dcell_info_cdma.h27 static bool validate(const struct chreWwanCellInfoCdma& cell);
Dnanoapp_info.h42 bool validate(uint64_t appId, uint32_t instanceId);
Dnanoapp_info_by_instance_id_test.cc54 if (runningInfo.queryByInstanceId() && runningInfo.validate(appVersion)) { in handleEvent()
Dnanoapp_info_by_app_id_test.cc54 if (runningInfo.queryByAppId() && runningInfo.validate(appVersion)) { in handleEvent()
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
Dnanoapp_info.cc51 bool NanoappInfo::validate(uint64_t appId, uint32_t instanceId) { in validate() function in general_test::NanoappInfo
Dcell_info_gsm.cc76 bool CellInfoGsm::validate(const struct chreWwanCellInfoGsm& cell) { in validate() function in general_test::CellInfoGsm
Dcell_info_cdma.cc81 bool CellInfoCdma::validate(const struct chreWwanCellInfoCdma& cell) { in validate() function in general_test::CellInfoCdma
Dcell_info_lte.cc79 bool CellInfoLte::validate(const struct chreWwanCellInfoLte& cell) { in validate() function in general_test::CellInfoLte
/system/chre/apps/chqts/
DREADME.md2 Hub Qualification Test Suite (CHQTS). CHQTS is a test suite used to validate
/system/sepolicy/prebuilts/api/26.0/public/
Dvirtual_touchpad.te14 # Requires access to the permission service to validate that clients have the
Dperformanced.te10 # Access /proc to validate we're only affecting threads in the same thread group.
Dvr_hwc.te29 # Requires access to the permission service to validate that clients have the
/system/sepolicy/public/
Dvirtual_touchpad.te14 # Requires access to the permission service to validate that clients have the
Dvr_hwc.te29 # Requires access to the permission service to validate that clients have the
Dperformanced.te15 # Access /proc to validate we're only affecting threads in the same thread group.
/system/sepolicy/tools/
DREADME9 build to validate both files. Requires the sepolicy file as an
31 policy build process to merge and validate the configuration.

12