Home
last modified time | relevance | path

Searched refs:dependency_checkers (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/build/ohos/sa_profile/sa_info_process/
H A Dsort_sa_by_bootphase.py61 dependency_checkers = []
62 clazz.__detect_invalid_dependency(dependency_checkers,
67 def __detect_invalid_dependency(self, dependency_checkers, ordered_sa_names: str, argument
85 for checker in dependency_checkers:
127 dependency_checkers = []
128 dependency_checkers.append(self.__detect_invert_dependency)
129 dependency_checkers.append(self.__detect_creation_dependency)
133 self.__detect_invalid_dependency(dependency_checkers,