Home
last modified time | relevance | path

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

1234

/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_tdscdma.h27 static bool validate(const struct chreWwanCellInfoTdscdma& cell);
Dcell_info_gsm.h27 static bool validate(const struct chreWwanCellInfoGsm& cell);
Dcell_info_lte.h27 static bool validate(const struct chreWwanCellInfoLte& cell);
Dcell_info_wcdma.h27 static bool validate(const struct chreWwanCellInfoWcdma& 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
Dnanoapp_info.cc49 bool NanoappInfo::validate(uint64_t appId, uint32_t instanceId) { in validate() function in general_test::NanoappInfo
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
/system/ca-certificates/wfa_certs/
DREADME2 used to validate the certificates of Online Sign-up Servers.
/system/chre/apps/chqts/
DREADME.md2 Hub Qualification Test Suite (CHQTS). CHQTS is a test suite used to validate
/system/sepolicy/prebuilts/api/28.0/public/
Dvirtual_touchpad.te14 # Requires access to the permission service to validate that clients have the
/system/sepolicy/prebuilts/api/30.0/public/
Dvirtual_touchpad.te14 # Requires access to the permission service to validate that clients have the
/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.
/system/sepolicy/public/
Dvirtual_touchpad.te14 # Requires access to the permission service to validate that clients have the
/system/sepolicy/prebuilts/api/27.0/public/
Dvirtual_touchpad.te14 # Requires access to the permission service to validate that clients have the
/system/sepolicy/prebuilts/api/29.0/public/
Dvirtual_touchpad.te14 # Requires access to the permission service to validate that clients have the
/system/core/fs_mgr/libsnapshot/
DPowerTest.md32 `POST_MERGE_FILE` should be the path on the device of the image to validate the merge against. Exam…
36 …nce the merge has completed, the test will run a final check command to validate the contents of t…

1234