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