Searched refs:resultList (Results 1 – 2 of 2) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/ |
D | service_controller.cpp | 597 list<LogPersistQueryResult> resultList; in HandlePersistStartRqst() local 598 LogPersister::Query(resultList); in HandlePersistStartRqst() 599 if (resultList.size() >= MAX_JOBS) { in HandlePersistStartRqst() 619 list<LogPersistQueryResult> resultList; in HandlePersistStopRqst() local 620 LogPersister::Query(resultList); in HandlePersistStopRqst() 621 if (rqst.jobId == 0 && resultList.empty()) { in HandlePersistStopRqst() 625 for (auto it = resultList.begin(); it != resultList.end() && rsp.jobNum < MAX_JOBS; ++it) { in HandlePersistStopRqst() 643 list<LogPersistQueryResult> resultList; in HandlePersistQueryRqst() local 644 LogPersister::Query(resultList); in HandlePersistQueryRqst() 645 if (resultList.size() == 0) { in HandlePersistQueryRqst() [all …]
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | napi_radio.cpp | 594 …std::vector<NetworkInformation> resultList = asyncContext->searchResult->GetNetworkSearchInformati… in GetNetworkSearchInformationCallback() local 595 int32_t resultListSize = static_cast<int32_t>(resultList.size()); in GetNetworkSearchInformationCallback() 600 … NapiUtil::SetPropertyStringUtf8(env, info, "operatorName", resultList[i].GetOperatorLongName()); in GetNetworkSearchInformationCallback() 601 … NapiUtil::SetPropertyStringUtf8(env, info, "operatorNumeric", resultList[i].GetOperatorNumeric()); in GetNetworkSearchInformationCallback() 602 …NapiUtil::SetPropertyInt32(env, info, "state", WrapToJsPlmnState(resultList[i].GetNetworkState())); in GetNetworkSearchInformationCallback() 603 …NapiUtil::SetPropertyStringUtf8(env, info, "radioTech", GetRadioTechName(resultList[i].GetRadioTec… in GetNetworkSearchInformationCallback()
|