Searched refs:cellInfoVec (Results 1 – 2 of 2) sorted by relevance
73 std::vector<sptr<CellInformation>> cellInfoVec; member76 cellInfoVec = info.cellInfoVec_;
770 for (size_t i = 0; i < cellInfo->cellInfoVec.size(); i++) { in WorkCellInfomationUpdated()771 napi_value val = CellInfoConversion(cellInfo->env, *(cellInfo->cellInfoVec[i])); in WorkCellInfomationUpdated()