/system/chre/apps/chqts/src/general_test/ |
D | wwan_cell_info_test.cc | 124 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()
|
D | running_info.cc | 31 bool RunningInfo::validate(uint32_t appVersion) { in validate() function in general_test::RunningInfo 46 result = mPlatformInfo.validate(mRunningInfo.appId, in validate()
|
D | running_info.h | 39 bool validate(uint32_t appVersion);
|
D | cell_info_lte.h | 27 static bool validate(const struct chreWwanCellInfoLte& cell);
|
D | cell_info_wcdma.h | 27 static bool validate(const struct chreWwanCellInfoWcdma& cell);
|
D | cell_info_tdscdma.h | 27 static bool validate(const struct chreWwanCellInfoTdscdma& cell);
|
D | cell_info_gsm.h | 27 static bool validate(const struct chreWwanCellInfoGsm& cell);
|
D | cell_info_cdma.h | 27 static bool validate(const struct chreWwanCellInfoCdma& cell);
|
D | nanoapp_info.h | 42 bool validate(uint64_t appId, uint32_t instanceId);
|
D | nanoapp_info_by_instance_id_test.cc | 54 if (runningInfo.queryByInstanceId() && runningInfo.validate(appVersion)) { in handleEvent()
|
D | nanoapp_info_by_app_id_test.cc | 54 if (runningInfo.queryByAppId() && runningInfo.validate(appVersion)) { in handleEvent()
|
D | cell_info_tdscdma.cc | 60 bool CellInfoTdscdma::validate(const struct chreWwanCellInfoTdscdma& cell) { in validate() function in general_test::CellInfoTdscdma
|
D | cell_info_wcdma.cc | 65 bool CellInfoWcdma::validate(const struct chreWwanCellInfoWcdma& cell) { in validate() function in general_test::CellInfoWcdma
|
D | nanoapp_info.cc | 51 bool NanoappInfo::validate(uint64_t appId, uint32_t instanceId) { in validate() function in general_test::NanoappInfo
|
D | cell_info_gsm.cc | 76 bool CellInfoGsm::validate(const struct chreWwanCellInfoGsm& cell) { in validate() function in general_test::CellInfoGsm
|
D | cell_info_cdma.cc | 81 bool CellInfoCdma::validate(const struct chreWwanCellInfoCdma& cell) { in validate() function in general_test::CellInfoCdma
|
D | cell_info_lte.cc | 79 bool CellInfoLte::validate(const struct chreWwanCellInfoLte& cell) { in validate() function in general_test::CellInfoLte
|
/system/chre/apps/chqts/ |
D | README.md | 2 Hub Qualification Test Suite (CHQTS). CHQTS is a test suite used to validate
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | virtual_touchpad.te | 14 # Requires access to the permission service to validate that clients have the
|
D | performanced.te | 10 # Access /proc to validate we're only affecting threads in the same thread group.
|
D | vr_hwc.te | 29 # Requires access to the permission service to validate that clients have the
|
/system/sepolicy/public/ |
D | virtual_touchpad.te | 14 # Requires access to the permission service to validate that clients have the
|
D | vr_hwc.te | 29 # Requires access to the permission service to validate that clients have the
|
D | performanced.te | 15 # Access /proc to validate we're only affecting threads in the same thread group.
|
/system/sepolicy/tools/ |
D | README | 9 build to validate both files. Requires the sepolicy file as an 31 policy build process to merge and validate the configuration.
|