Home
last modified time | relevance | path

Searched refs:retItem (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp216 cJSON *retItem = cJSON_GetObjectItem(jParam, KEY_RESULT); in ParseResultFromEvent() local
217 if (retItem == NULL || !cJSON_IsNumber(retItem)) { in ParseResultFromEvent()
222 int32_t ret = retItem->valueint; in ParseResultFromEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9763 RefPtr<SpanItem> retItem = nullptr; in GetDelPartiallySpanItem() local
9765 return retItem; in GetDelPartiallySpanItem()
9772 retItem = *it; in GetDelPartiallySpanItem()
9773 originalStr = retItem->content; in GetDelPartiallySpanItem()
9774 originalPos = retItem->position; in GetDelPartiallySpanItem()
9776 retItem->content = StringUtils::ToString(textTemp); in GetDelPartiallySpanItem()
9777 retItem->position -= firstResult.GetEraseLength(); in GetDelPartiallySpanItem()
9779 return retItem; in GetDelPartiallySpanItem()
9792 retItem->content = StringUtils::ToString(textTemp); in GetDelPartiallySpanItem()
9793 retItem in GetDelPartiallySpanItem()
[all...]

Completed in 13 milliseconds