Home
last modified time | relevance | path

Searched defs:CheckFunc (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/test/scripts/testModule/
Dtest_process.py62CheckFunc = lambda x : all([CheckSmaps(x), CheckPseft(x), CheckMountInfo(x), CheckPsOTime(x), Chec… function
64CheckFunc = lambda x : all([not CheckSmaps(x), CheckPseft(x), CheckMountInfo(x), CheckPsOTime(x), … function
78CheckFunc = lambda x : all([CheckSmaps(x), CheckPseft(x), CheckMountInfo(x), CheckPsOTime(x), Chec… function
80CheckFunc = lambda x : all([not CheckSmaps(x), CheckPseft(x), CheckMountInfo(x), CheckPsOTime(x), … function
Dtest_base_command.py117CheckFunc = lambda output : all([check(output) for check in [CheckBuildId, CheckOsVersion, CheckPr… function
127CheckFunc = lambda output : all([check(output) for check in [CheckBuildId, CheckOsVersion, CheckPr… function
135CheckFunc = lambda output : all([check(output) for check in [CheckPrintEnv, CheckLsmod, CheckSlabi… function
143 CheckFunc = lambda output : "faultlog" in output function