Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/src/json/
Dhap_verify_utils.cpp734 std::list<HapVerifyInfo> dependencyList; in CheckDependencyIsValid() local
745 const std::list<HapVerifyInfo>& hapVerifyInfos, std::list<HapVerifyInfo>& dependencyList) in DfsTraverseDependency()
775 bool HapVerifyUtils::CheckDependencyListCirculate(const std::list<HapVerifyInfo>& dependencyList) in CheckDependencyListCirculate()
/developtools/packing_tool/adapter/ohos/
DHapVerify.java1275 List<HapVerifyInfo> dependencyList = new ArrayList<>(); in checkDependencyIsValid() local
1296 List<HapVerifyInfo> dependencyList) throws BundleException { in dfsTraverseDependency()
1378 …private static boolean checkDependencyListCirculate(List<HapVerifyInfo> dependencyList) throws Bun… 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