Home
last modified time | relevance | path

Searched defs:newItem (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/
H A Dclient_trans_statistics.c77 SocketResource *newItem = SoftBusCalloc(sizeof(SocketResource)); in AddSocketResource() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp411 void JsonObject::ReplaceItemInObject(const std::string &fieldName, const JsonObject &newItem, int &… in ReplaceItemInObject()
426 void JsonObject::ReplaceItemInArray(const int &index, const JsonObject &newItem, int &errCode) in ReplaceItemInArray()
436 int JsonObject::InsertItemObject(int which, const JsonObject &newItem) in InsertItemObject()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_hal/
H A Dkv_store.c130 boolean newItem = NewItem(key); in UtilsSetValue() local
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_service_disposal_config.cpp101 cJSON *newItem = cJSON_CreateObject(); in AppendIntoDisposalConfigFile() local
H A Db_json_clear_data_config.cpp327 cJSON *newItem = cJSON_CreateObject(); in WriteClearBundleRecord() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/
H A Dkv_store.c261 boolean newItem = NewItem(dataPath, key); in UtilsSetValue() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/
H A Ddbm_kv_store.c1093 static int PrePut(DBHandle db, KeyItem* item, boolean* newItem) in PrePut()
1135 boolean newItem = IsNewItem(db, key); in Put() local
1184 static int ExeDelete(KVStoreHandle db, const KeyItem* item, boolean newItem) in ExeDelete()
1221 boolean newItem = IsNewItem(db, key); in Delete() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c163 AuthReqInfo *newItem = (AuthReqInfo *)SoftBusCalloc(sizeof(AuthReqInfo)); in AddAuthReqNode() local
H A Dauth_session_key.c150 SessionKeyItem *newItem = NULL; in DupSessionKeyList() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.cpp74 for (auto newItem = newItems.begin(); newItem != newItems.end(); newItem++) { in MergeItems() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.cpp58 auto newItem = generator ? generator->RequestListItem(index) : RefPtr<RenderListItem>(); in RequestListItem() local
H A Drender_list.cpp1615 auto newItem = generator ? generator->RequestListItem(index) : RefPtr<RenderListItem>(); in RequestListItem() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp306 const auto& newItem = contentMap_[newIndex]; in HandleStartListener() local
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c114 const HOOK_ITEM *newItem; in hookItemCompare() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c444 TransReqInfo *newItem = CreateReqNodeWithQos(laneReqId, allocInfo, listener); in StartTriggerLink() local
538 TransReqInfo *newItem = CreateReqNodeWithQos(laneHandle, &allocInfo, listener); in BuildTargetLink() local
743 TransReqInfo *newItem = CreateRequestNode(laneReqId, transRequest, listener); in Alloc() local
H A Dlnn_lane_link_p2p.c2410 WdGuideInfo *newItem = (WdGuideInfo *)SoftBusCalloc(sizeof(WdGuideInfo)); in AddGuideInfoItem() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp380 for (auto &newItem : drmInfo) { in StoreDrmInfos() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c289 SyncInfoMsg *newItem = NULL; in DumpSyncInfoMsgList() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp475 for (auto &newItem : newInfos) { in GetDrmInfosUpdated() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp2877 for (auto &newItem : infos) { in NotifyDrmInfoUpdated() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js9981 static newItem(json, options) { method in JSONCoder