Home
last modified time | relevance | path

Searched full:end (Results 1 – 25 of 2577) sorted by relevance

12345678910>>...104

/base/update/updateservice/services/firmware/utils/src/
Dfirmware_combine_version_utils.cpp44 std::string::size_type end = baseVersion.find("("); in HandleBaseVersion() local
46 if (end == std::string::npos) { in HandleBaseVersion()
49 base = baseVersion.substr(start, end - start); in HandleBaseVersion()
57 std::string::size_type end = baseVersion.find_last_of(")"); in HandleBaseVersionLog() local
58 if ((start == std::string::npos) || (end == std::string::npos)) { in HandleBaseVersionLog()
64 while (mid < end) { in HandleBaseVersionLog()
74 if ((mid == end) && (!isNumbers)) { in HandleBaseVersionLog()
80 log = baseVersion.substr(mid, end - mid); in HandleBaseVersionLog()
89 std::string::size_type end = custVersion.find_last_of(")"); in HandleCustVersion() local
91 if ((start == std::string::npos) || (mid == std::string::npos) || (end == std::string::npos) || in HandleCustVersion()
[all …]
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
Darray_string_serializer.cpp37 std::sort(data.begin(), data.end()); in SetUnionPolicyData()
38 std::sort(currentData.begin(), currentData.end()); in SetUnionPolicyData()
39 …std::set_union(data.begin(), data.end(), currentData.begin(), currentData.end(), back_inserter(mer… in SetUnionPolicyData()
47 std::sort(data.begin(), data.end()); in SetDifferencePolicyData()
48 std::sort(currentData.begin(), currentData.end()); in SetDifferencePolicyData()
49 …std::set_difference(currentData.begin(), currentData.end(), data.begin(), data.end(), back_inserte… in SetDifferencePolicyData()
57 std::sort(data.begin(), data.end()); in SetIntersectionPolicyData()
58 std::sort(currentData.begin(), currentData.end()); in SetIntersectionPolicyData()
59 …std::set_intersection(currentData.begin(), currentData.end(), data.begin(), data.end(), back_inser… in SetIntersectionPolicyData()
/base/powermgr/battery_manager/charger/src/
Danimation_config.cpp65 if (component.find("id") != component.end()) { in ParseAnimationLabel()
68 if (component.find("text") != component.end()) { in ParseAnimationLabel()
71 if (component.find("x") != component.end()) { in ParseAnimationLabel()
74 if (component.find("y") != component.end()) { in ParseAnimationLabel()
77 if (component.find("w") != component.end()) { in ParseAnimationLabel()
80 if (component.find("h") != component.end()) { in ParseAnimationLabel()
83 if (component.find("fontSize") != component.end()) { in ParseAnimationLabel()
86 if (component.find("fontColor") != component.end()) { in ParseAnimationLabel()
89 if (component.find("bgColor") != component.end()) { in ParseAnimationLabel()
92 if (component.find("align") != component.end()) { in ParseAnimationLabel()
[all …]
/base/security/asset/frameworks/js/napi/src/
Dasset_napi_update.cpp60 …queryValidTags.insert(queryValidTags.end(), CRITICAL_LABEL_TAGS.begin(), CRITICAL_LABEL_TAGS.end()… in CheckUpdateArgs()
61 queryValidTags.insert(queryValidTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckUpdateArgs()
62 …queryValidTags.insert(queryValidTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TA… in CheckUpdateArgs()
63 …queryValidTags.insert(queryValidTags.end(), ACCESS_CONTROL_TAGS.begin(), ACCESS_CONTROL_TAGS.end()… in CheckUpdateArgs()
69 … updateValidTags.insert(updateValidTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckUpdateArgs()
70 …updateValidTags.insert(updateValidTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_… in CheckUpdateArgs()
71 updateValidTags.insert(updateValidTags.end(), ASSET_SYNC_TAGS.begin(), ASSET_SYNC_TAGS.end()); in CheckUpdateArgs()
72 …updateValidTags.insert(updateValidTags.end(), UPDATE_OPTIONAL_TAGS.begin(), UPDATE_OPTIONAL_TAGS.e… in CheckUpdateArgs()
Dasset_napi_add.cpp52 validTags.insert(validTags.end(), CRITICAL_LABEL_TAGS.begin(), CRITICAL_LABEL_TAGS.end()); in CheckAddArgs()
53 validTags.insert(validTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckAddArgs()
54 … validTags.insert(validTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TAGS.end()); in CheckAddArgs()
55 validTags.insert(validTags.end(), ACCESS_CONTROL_TAGS.begin(), ACCESS_CONTROL_TAGS.end()); in CheckAddArgs()
56 validTags.insert(validTags.end(), ASSET_SYNC_TAGS.begin(), ASSET_SYNC_TAGS.end()); in CheckAddArgs()
57 validTags.insert(validTags.end(), OPTIONAL_TAGS.begin(), OPTIONAL_TAGS.end()); in CheckAddArgs()
Dasset_napi_query.cpp51 validTags.insert(validTags.end(), CRITICAL_LABEL_TAGS.begin(), CRITICAL_LABEL_TAGS.end()); in CheckQueryArgs()
52 validTags.insert(validTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckQueryArgs()
53 … validTags.insert(validTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TAGS.end()); in CheckQueryArgs()
54 validTags.insert(validTags.end(), ACCESS_CONTROL_TAGS.begin(), ACCESS_CONTROL_TAGS.end()); in CheckQueryArgs()
55 validTags.insert(validTags.end(), ASSET_SYNC_TAGS.begin(), ASSET_SYNC_TAGS.end()); in CheckQueryArgs()
56 validTags.insert(validTags.end(), OPTIONAL_TAGS.begin(), OPTIONAL_TAGS.end()); in CheckQueryArgs()
Dasset_napi_pre_query.cpp45 validTags.insert(validTags.end(), CRITICAL_LABEL_TAGS.begin(), CRITICAL_LABEL_TAGS.end()); in CheckPreQueryArgs()
46 validTags.insert(validTags.end(), NORMAL_LABEL_TAGS.begin(), NORMAL_LABEL_TAGS.end()); in CheckPreQueryArgs()
47 … validTags.insert(validTags.end(), NORMAL_LOCAL_LABEL_TAGS.begin(), NORMAL_LOCAL_LABEL_TAGS.end()); in CheckPreQueryArgs()
48 validTags.insert(validTags.end(), ACCESS_CONTROL_TAGS.begin(), ACCESS_CONTROL_TAGS.end()); in CheckPreQueryArgs()
49 validTags.insert(validTags.end(), OPTIONAL_TAGS.begin(), OPTIONAL_TAGS.end()); in CheckPreQueryArgs()
/base/useriam/fingerprint_auth/test/unittest/
Dfingerprint_auth_sensor_illumination_test.cpp71 IAM_LOGI("End EnableSensorIllumination");
75 IAM_LOGI("End TurnOnSensorIllumination 1");
78 IAM_LOGI("End TurnOffSensorIllumination 1");
82 IAM_LOGI("End TurnOnSensorIllumination 2");
85 IAM_LOGI("End TurnOffSensorIllumination 2");
89 IAM_LOGI("End DisableSensorIllumination");
108 IAM_LOGI("End EnableSensorIllumination");
112 IAM_LOGI("End TurnOnSensorIllumination 1");
115 IAM_LOGI("End TurnOffSensorIllumination 1");
119 IAM_LOGI("End TurnOnSensorIllumination 2");
[all …]
/base/powermgr/power_manager/test/unittest/src/interface_test/
Dpower_suspend_controller_test.cpp92 GTEST_LOG_(INFO) << "PowerSuspendControllerTest001: end";
93 POWER_HILOGI(LABEL_TEST, "PowerSuspendControllerTest001 end.");
111 GTEST_LOG_(INFO) << "PowerSuspendControllerTest002: end";
112 POWER_HILOGI(LABEL_TEST, "PowerSuspendControllerTest002 end.");
128 GTEST_LOG_(INFO) << "PowerSuspendControllerTest003: end";
129 POWER_HILOGI(LABEL_TEST, "PowerSuspendControllerTest003 end.");
145 GTEST_LOG_(INFO) << "PowerSuspendControllerTest004: end";
146 POWER_HILOGI(LABEL_TEST, "PowerSuspendControllerTest004 end.");
163 GTEST_LOG_(INFO) << "PowerSuspendControllerTest005: end";
164 POWER_HILOGI(LABEL_TEST, "PowerSuspendControllerTest005 end.");
[all …]
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp158 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] SendLocationRequest001 end");
187 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] SetEnableAndDisable001 end");
205 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] RefrashRequirements001 end");
231 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] RegisterGnssStatusCallback001 end");
262 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] RegisterAndUnregisterGnssStatusCallback001 end");
285 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] UnregisterGnssStatusCallback001 end");
311 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] RegisterNmeaMessageCallback001 end");
342 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] RegisterAndUnregisterNmeaMessageCallback001 end");
365 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] UnregisterNmeaMessageCallback001 end");
392 LBSLOGI(GNSS_TEST, "[GnssAbilityTest] RegisterCachedCallback001 end");
[all …]
/base/powermgr/power_manager/test/systemtest/src/
Dpower_mgr_powersavemode_test.cpp83 POWER_HILOGI(LABEL_TEST, "PowerSavemode_001 end.");
84 GTEST_LOG_(INFO) << "PowerSavemode_001: SetDeviceMode end.";
103 POWER_HILOGI(LABEL_TEST, "PowerSavemode_002 end.");
104 GTEST_LOG_(INFO) << "PowerSavemode_002: SetDeviceMode end.";
123 POWER_HILOGI(LABEL_TEST, "PowerSavemode_003 end.");
124 GTEST_LOG_(INFO) << "PowerSavemode_003: SetDeviceMode end.";
144 POWER_HILOGI(LABEL_TEST, "PowerSavemode_004 end.");
145 GTEST_LOG_(INFO) << "PowerSavemode_004: SetDeviceMode end.";
166 POWER_HILOGI(LABEL_TEST, "PowerSavemode_005 end.");
167 GTEST_LOG_(INFO) << "PowerSavemode_005: SetDeviceMode end.";
[all …]
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
Dschedule_node_fuzzer.cpp63 IAM_LOGI("end"); in FuzzScheduleNodeGetScheduleId()
73 IAM_LOGI("end"); in FuzzScheduleNodeGetContextId()
83 IAM_LOGI("end"); in FuzzScheduleNodeGetAuthType()
93 IAM_LOGI("end"); in FuzzScheduleNodeGetExecutorMatcher()
103 IAM_LOGI("end"); in FuzzScheduleNodeGetScheduleMode()
113 IAM_LOGI("end"); in FuzzScheduleNodeGetCollectorExecutor()
123 IAM_LOGI("end"); in FuzzScheduleNodeGetVerifyExecutor()
133 IAM_LOGI("end"); in FuzzScheduleNodeGetTemplateIdList()
143 IAM_LOGI("end"); in FuzzScheduleNodeGetCurrentScheduleState()
153 IAM_LOGI("end"); in FuzzScheduleNodeStartSchedule()
[all …]
Dresource_node_fuzzer.cpp119 IAM_LOGI("end"); in FuzzResourceNodeGetExecutorIndex()
129 IAM_LOGI("end"); in FuzzResourceNodeGetOwnerDeviceId()
139 IAM_LOGI("end"); in FuzzResourceNodeGetOwnerPid()
149 IAM_LOGI("end"); in FuzzResourceNodeGetAuthType()
159 IAM_LOGI("end"); in FuzzResourceNodeGetExecutorRole()
169 IAM_LOGI("end"); in FuzzResourceNodeGetExecutorSensorHint()
179 IAM_LOGI("end"); in FuzzResourceNodeGetExecutorMatcher()
189 IAM_LOGI("end"); in FuzzResourceNodeGetExecutorEsl()
199 IAM_LOGI("end"); in FuzzResourceNodeGetExecutorPublicKey()
209 IAM_LOGI("end"); in FuzzResourceNodeGetExecutorDeviceUdid()
[all …]
/base/powermgr/power_manager/test/unittest/src/
Dpower_state_level_framework_test.cpp65 …TEST_LOG_(INFO) << "PowerStateLevelFramework001: test system-level sleep level enumeration is end";
66 POWER_HILOGI(LABEL_TEST, "PowerStateLevelFramework001 end.");
82 GTEST_LOG_(INFO) << "PowerStateLevelFramework002: power state replacement is end";
83 POWER_HILOGI(LABEL_TEST, "PowerStateLevelFramework002 end.");
99 GTEST_LOG_(INFO) << "PowerStateLevelFramework003: power state replacement is end";
100 POWER_HILOGI(LABEL_TEST, "PowerStateLevelFramework003 end.");
116 GTEST_LOG_(INFO) << "PowerStateLevelFramework004: power state replacement is end";
117 POWER_HILOGI(LABEL_TEST, "PowerStateLevelFramework004 end.");
133 GTEST_LOG_(INFO) << "PowerStateLevelFramework005: power state replacement is end";
134 POWER_HILOGI(LABEL_TEST, "PowerStateLevelFramework005 end.");
[all …]
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
Dborder_rule.cpp66 int end = match->end(); in Handle() local
69 int endAddTen = end + 10 > message.length() ? message.length() : end + 10; in Handle()
81 int borderEnd = mat->end(status) + beginSubTen; in Handle()
83 if (type == PhoneNumberMatched::CONTAIN && borderBegin <= begin && end <= borderEnd) { in Handle()
86 end <= borderEnd) || (borderBegin < begin && begin < borderEnd && borderEnd < end) || in Handle()
87 (begin < borderBegin && borderBegin < end && end < borderEnd))) { in Handle()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
Ddfx_map.h38 DfxMap(uint64_t begin, uint64_t end, uint64_t offset, in DfxMap() argument
40 : begin(begin), end(end), offset(offset), perms(perms), name(name) {} in DfxMap()
41 DfxMap(uint64_t begin, uint64_t end, uint64_t offset, in DfxMap() argument
43 : begin(begin), end(end), offset(offset), prots(prots), name(name) {} in DfxMap()
56 uint64_t end = 0; variable
82 return this->end < other.end;
87 return (pc >= begin && pc < end); in Contain()
/base/request/request/services/src/service/command/
Dsubscribe.rs27 error!("End Service subscribe, failed: task_id not valid"); in subscribe()
31 "End Service subscribe, failed: task_id not valid" in subscribe()
50 "End Service subscribe, tid: {}, failed: send event failed", in subscribe()
57 "End Service subscribe, tid: {}, failed: send event failed", in subscribe()
67 "End Service subscribe, tid: {}, failed: receives ret failed", in subscribe()
74 "End Service subscribe, tid: {}, failed: receives ret failed", in subscribe()
84 error!("End Service subscribe, tid: {}, failed: {:?}", task_id, ret); in subscribe()
88 &format!("End Service subscribe, tid: {}, failed: {:?}", task_id, ret) in subscribe()
97 debug!("End Service subscribe ok: tid: {}", task_id); in subscribe()
100 error!("End Service subscribe, tid: {}, failed: {:?}", task_id, ret); in subscribe()
[all …]
/base/customization/enterprise_device_management/services/edm/src/
Duser_policy_manager.cpp36 if (iter != policyAdmins_.end()) { in GetAdminByPolicyName()
46 if (iter != adminPolicies_.end()) { in GetAllPolicyByAdmin()
57 if (iter != adminPolicies_.end()) { in GetAdminPolicy()
60 if (it != policyItem.end()) { in GetAdminPolicy()
71 if (it != combinedPolicies_.end()) { in GetCombinedPolicy()
92 if (iter == policyAdmins_.end()) { in SetAdminList()
102 if (it != adminValueRef.end()) { in SetAdminList()
119 if (iter == adminPolicies_.end()) { in SetAdminPolicy()
132 if (it != policyItem.end() && in SetAdminPolicy()
136 } else if (it == policyItem.end() && in SetAdminPolicy()
[all …]
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_file_operator.cpp59 constraintListCollecting.end(), in Init()
74 …constraintsConfig_, constraintsConfig_.end(), TYPE_LIST, typeList, OHOS::AccountSA::JsonType::ARRA… in GetConstraintsByType()
75 if (std::find(typeList.begin(), typeList.end(), std::to_string(type)) == typeList.end()) { in GetConstraintsByType()
81 constraintsConfig_.end(), in GetConstraintsByType()
87 … typeJson, typeJson.end(), std::to_string(type), constraints, OHOS::AccountSA::JsonType::ARRAY); in GetConstraintsByType()
88 ACCOUNT_LOGD("End"); in GetConstraintsByType()
109 baseOsAccountConstraintsConfig.end(), in GetBaseOAConstraintsList()
134 globalOsAccountConstraintsConfig.end(), in GetGlobalOAConstraintsList()
160 specificOsAccountConstraintsConfig.end(), in GetSpecificOAConstraintsList()
165 SpecificOAConstraintsData.end(), in GetSpecificOAConstraintsList()
[all …]
/base/inputmethod/imf/services/src/
Dfull_ime_info_manager.cpp66 if (it != fullImeInfos_.end()) { in Add()
107 if (it == fullImeInfos_.end()) { in Delete()
110 auto iter = std::find_if(it->second.begin(), it->second.end(), in Delete()
112 if (iter == it->second.end()) { in Delete()
133 if (it == fullImeInfos_.end()) { in Update()
137 auto iter = std::find_if(it->second.begin(), it->second.end(), in Update()
139 if (iter != it->second.end()) { in Update()
150 if (it == fullImeInfos_.end()) { in Get()
160 if (it == fullImeInfos_.end()) { in Get()
164 auto iter = std::find_if(it->second.begin(), it->second.end(), in Get()
[all …]
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
Dcompatible_light_connection.cpp52 if (std::find(supportLights.begin(), supportLights.end(), lightId) == supportLights.end()) { in TurnOn()
65 if (std::find(turnOnLights_.begin(), turnOnLights_.end(), lightId) != turnOnLights_.end()) { in TurnOn()
76 if (std::find(supportLights.begin(), supportLights.end(), lightId) == supportLights.end()) { in TurnOff()
81 if (std::find(turnOnLights_.begin(), turnOnLights_.end(), lightId) == turnOnLights_.end()) { in TurnOff()
85 …std::vector<int32_t>::iterator iter = std::find(turnOnLights_.begin(), turnOnLights_.end(), lightI… in TurnOff()
/base/print/print_fwk/frameworks/models/print_models/src/
Dprinter_capability.cpp59 pageSizeList_.assign(right.pageSizeList_.begin(), right.pageSizeList_.end()); in operator =()
61 resolutionList_.assign(right.resolutionList_.begin(), right.resolutionList_.end()); in operator =()
71 …rtedPageSizeList_.assign(right.supportedPageSizeList_.begin(), right.supportedPageSizeList_.end()); in operator =()
72 …dColorModeList_.assign(right.supportedColorModeList_.begin(), right.supportedColorModeList_.end()); in operator =()
73 …plexModeList_.assign(right.supportedDuplexModeList_.begin(), right.supportedDuplexModeList_.end()); in operator =()
74 …dMediaTypeList_.assign(right.supportedMediaTypeList_.begin(), right.supportedMediaTypeList_.end()); in operator =()
75 …pportedQualityList_.assign(right.supportedQualityList_.begin(), right.supportedQualityList_.end()); in operator =()
77 right.supportedOrientationList_.end()); in operator =()
115 resolutionList_.assign(resolutionList.begin(), resolutionList.end()); in SetResolution()
146 pageSizeList.assign(pageSizeList_.begin(), pageSizeList_.end()); in GetPageSize()
[all …]
/base/customization/enterprise_device_management/framework/extension/src/
Denterprise_admin_stub_impl.cpp27 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnAdminEnabled()
37 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnAdminDisabled()
47 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnBundleAdded()
57 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnBundleRemoved()
67 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnAppStart()
77 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnAppStop()
87 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnSystemUpdate()
97 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnAccountAdded()
107 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnAccountSwitched()
117 EDMLOGD("EnterpriseAdminStubImpl %{public}s end successfully.", __func__); in OnAccountRemoved()
/base/useriam/user_auth_framework/services/remote_connect/src/
Dremote_connect_listener_manager.cpp50 auto it = std::find(listeners_.begin(), listeners_.end(), info); in RegisterListener()
51 if (it != listeners_.end()) { in RegisterListener()
74 auto it = std::find(listeners_.begin(), listeners_.end(), info); in UnregisterListener()
75 if (it == listeners_.end()) { in UnregisterListener()
95 auto it = std::find(listeners_.begin(), listeners_.end(), info); in FindListener()
96 if (it == listeners_.end()) { in FindListener()
108 for (auto it = listeners_.begin(); it != listeners_.end(); ++it) { in OnConnectionDown()
118 listeners_.erase(std::remove_if(listeners_.begin(), listeners_.end(), in OnConnectionDown()
120 listeners_.end()); in OnConnectionDown()
121 IAM_LOGI("OnConnectionDown end"); in OnConnectionDown()
[all …]
/base/request/request/frameworks/native/request/src/
Drequest_service_proxy.cpp60 REQUEST_HILOGE("End Request CreateTasks, failed: %{public}d", ret); in CreateTasks()
69 REQUEST_HILOGE("End Request CreateTasks, failed: %{public}d", code); in CreateTasks()
93 REQUEST_HILOGE("End Request StartTasks, failed: %{public}d", ret); in StartTasks()
101 REQUEST_HILOGE("End Request StartTasks, failed: %{public}d", code); in StartTasks()
125 REQUEST_HILOGE("End Request StopTasks, failed: %{public}d", ret); in StopTasks()
133 REQUEST_HILOGE("End Request StopTasks, failed: %{public}d", code); in StopTasks()
157 REQUEST_HILOGE("End Request ResumeTasks, failed: %{public}d", ret); in ResumeTasks()
165 REQUEST_HILOGE("End Request ResumeTasks, failed: %{public}d", code); in ResumeTasks()
190 REQUEST_HILOGE("End Request PauseTasks, failed: %{public}d", ret); in PauseTasks()
198 REQUEST_HILOGE("End Request PauseTasks, failed: %{public}d", code); in PauseTasks()
[all …]

12345678910>>...104