Home
last modified time | relevance | path

Searched refs:cn (Results 1 - 4 of 4) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Drom_analyzer.py180 cn, sn = GnCommonTool.find_part_subsystem(
182 component_name = cn
184 cn, sn = GnCommonTool.find_part_subsystem(
H A Dram_analyzer.py217 for cn in component_name_list:
218 if cn == "size" or cn == "file_count":
221 int] = sub_val_dict.get(cn)
227 return True, os.path.split(k)[-1], sn, cn, v
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java652 String cn = getCertificateCN(certInProfile); in checkProfileInfo()
653 LOGGER.info("certificate in profile: {}", cn); in checkProfileInfo()
654 if (cn.isEmpty()) { in checkProfileInfo()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp822 std::string cn = GetCertificateCN(certInProfile); in CheckProfileInfo() local
824 SIGNATURE_TOOLS_LOGI("certificate in profile: %s", cn.c_str()); in CheckProfileInfo()
825 if (cn.empty()) { in CheckProfileInfo()

Completed in 5 milliseconds