Home
last modified time | relevance | path

Searched refs:sourceItem (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_json.c46 cJSON *sourceItem = cJSON_GetObjectItem(link, "source"); in ParseLinksJsonToCfgInfo() local
47 if ((sourceItem == NULL) || (sourceItem->valuestring == NULL)) { in ParseLinksJsonToCfgInfo()
52 if (strcpy_s(linkArray[i].source, MAX_FILE_PATH_LEN, sourceItem->valuestring) != EOK) { in ParseLinksJsonToCfgInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp1637 auto sourceItem = source->GetSpanItem(); in CopyGestureOption() local
1638 CHECK_NULL_VOID(sourceItem); in CopyGestureOption()
1642 if (sourceItem->onClick) { in CopyGestureOption()
1643 auto tmpClickFunc = sourceItem->onClick; in CopyGestureOption()
1646 if (sourceItem->onLongPress) { in CopyGestureOption()
1647 auto tmpLongPressFunc = sourceItem->onLongPress; in CopyGestureOption()