Home
last modified time | relevance | path

Searched refs:ite (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_hap.cpp269 auto ite = map.find(HapUtils::HAP_PROFILE_BLOCK_ID); in CheckCodeSign() local
270 if (ite == map.end()) in CheckCodeSign()
272 ByteBuffer profileArray = ite->second; in CheckCodeSign()
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dprofile_verify.cpp129 auto ite = distTypeMap.find(distType); in ParseAppDistType() local
130 if (ite != distTypeMap.end()) { in ParseAppDistType()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp766 std::map<std::string, std::string>::const_iterator ite = variable
768 if (ite == signParams.end()) {
773 bool isProfileWithoutSign = (ParamConstants::DISABLE_SIGN_CODE == ite->second);

Completed in 4 milliseconds