Home
last modified time | relevance | path

Searched defs:dependencyList (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHapVerify.java1322 List<HapVerifyInfo> dependencyList = new ArrayList<>(); in checkDependencyIsValid() local
1343 List<HapVerifyInfo> dependencyList) throws BundleException { in dfsTraverseDependency()
1426 …private static boolean checkDependencyListCirculate(List<HapVerifyInfo> dependencyList) throws Bun… in checkDependencyListCirculate()
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dhap_verify_utils.cpp767 std::list<HapVerifyInfo> dependencyList; in CheckDependencyIsValid() local
778 const std::list<HapVerifyInfo>& hapVerifyInfos, std::list<HapVerifyInfo>& dependencyList) in DfsTraverseDependency()
808 bool HapVerifyUtils::CheckDependencyListCirculate(const std::list<HapVerifyInfo>& dependencyList) in CheckDependencyListCirculate()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
Dhap_verify_utils_test.cpp994 std::list<OHOS::AppPackingTool::HapVerifyInfo> dependencyList; variable
1029 std::list<OHOS::AppPackingTool::HapVerifyInfo> dependencyList; variable