Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/
H A Dbundle_verify_status_info.cpp76 for (const auto& hostVerifyStatus : hostVerifyStatusMap) { in Dump() local
80 std::tie(status, verifyTime, count) = hostVerifyStatus.second; in Dump()
81 dumpStr = dumpStr + " " + "domain:" + hostVerifyStatus.first + in Dump()
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/core/
H A Dapp_domain_verify_mgr_service.cpp272 for (const auto& hostVerifyStatus : verifyResultInfo.hostVerifyStatusMap) { in DumpAllVerifyInfos() local
273 dumpString.append(" " + hostVerifyStatus.first + ":" + in DumpAllVerifyInfos()
274 InnerVerifyStatusMap[std::get<0>(hostVerifyStatus.second)]); in DumpAllVerifyInfos()