Searched defs:CheckFunc (Results 1 – 2 of 2) sorted by relevance
| /base/hiviewdfx/hidumper/test/scripts/testModule/ |
| D | test_process.py | 62 …CheckFunc = lambda x : all([CheckSmaps(x), CheckPseft(x), CheckMountInfo(x), CheckPsOTime(x), Chec… function 64 …CheckFunc = lambda x : all([not CheckSmaps(x), CheckPseft(x), CheckMountInfo(x), CheckPsOTime(x), … function 78 …CheckFunc = lambda x : all([CheckSmaps(x), CheckPseft(x), CheckMountInfo(x), CheckPsOTime(x), Chec… function 80 …CheckFunc = lambda x : all([not CheckSmaps(x), CheckPseft(x), CheckMountInfo(x), CheckPsOTime(x), … function
|
| D | test_base_command.py | 117 …CheckFunc = lambda output : all([check(output) for check in [CheckBuildId, CheckOsVersion, CheckPr… function 127 …CheckFunc = lambda output : all([check(output) for check in [CheckBuildId, CheckOsVersion, CheckPr… function 135 …CheckFunc = lambda output : all([check(output) for check in [CheckPrintEnv, CheckLsmod, CheckSlabi… function 143 CheckFunc = lambda output : "faultlog" in output function
|