Home
last modified time | relevance | path

Searched refs:RULE_NAME (Results 1 - 12 of 12) sorted by relevance

/developtools/integration_verification/tools/startup_guard/startup_checker/
H A Dbase_rule.py24 RULE_NAME = "" variable in BaseRule
44 rules_file = os.path.join(d, self.__class__.RULE_NAME, name)
70 return "https://gitee.com/openharmony/developtools_integration_verification/tree/master/tools/startup_guard/rules/%s/README.md" % self.__class__.RULE_NAME
H A D__init__.py35 r.log("Do %s rule checking now:" % rule.RULE_NAME)
H A Dsystem_parameter_rules.py23 RULE_NAME = "NO-Config-SystemParameter-In-INIT" variable in SystemParameterRule
H A Duser_group_rule.py24 RULE_NAME = "NO-User-Group_In-Init" variable in UserGroupModuleRule
H A Dplug_in_rule.py26 RULE_NAME = "NO-Plug-In_Module-Init" variable in PlugInModuleRule
H A Dcmds_rule.py26 RULE_NAME = "NO-Config-Cmds-In-Init" variable in CmdRule
/developtools/integration_verification/tools/deps_guard/rules_checker/
H A Dbase_rule.py24 RULE_NAME = "" variable in BaseRule
39 rules_file = os.path.join(d, self.__class__.RULE_NAME, name)
65 return "https://gitee.com/openharmony/developtools_integration_verification/tree/master/tools/deps_guard/rules/%s/README.md" % self.__class__.RULE_NAME
H A Dnapi_rule.py25 RULE_NAME = "NO-Depends-On-NAPI" variable in NapiRule
H A D__init__.py36 r.log("Do %s rule checking now:" % rule.RULE_NAME)
H A Dsa_rule.py25 RULE_NAME = "NO-Depends-On-SA" variable in SaRule
H A Dhdi_rule.py25 RULE_NAME = "NO-Depends-On-HDI" variable in HdiRule
H A Dchipsetsdk.py26 RULE_NAME = "ChipsetSDK" variable in ChipsetSDKRule
54 rules_file = os.path.join(d, self.__class__.RULE_NAME, name)

Completed in 3 milliseconds