/foundation/filemanagement/app_file_service/utils/src/b_json/ |
H A D | b_json_service_disposal_config.cpp | 101 cJSON *newItem = cJSON_CreateObject(); in AppendIntoDisposalConfigFile() local
|
H A D | b_json_clear_data_config.cpp | 286 cJSON *newItem = cJSON_CreateObject(); in WriteClearBundleRecord() local
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/ |
H A D | client_trans_statistics.c | 77 SocketResource *newItem = (SocketResource *)SoftBusCalloc(sizeof(SocketResource)); in AddSocketResource() local
|
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_hal/ |
H A D | kv_store.c | 130 boolean newItem = NewItem(key);
in UtilsSetValue() local
|
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/ |
H A D | kv_store.c | 261 boolean newItem = NewItem(dataPath, key);
in UtilsSetValue() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list_item_group.cpp | 53 auto newItem = generator ? generator->RequestListItem(index) : RefPtr<RenderListItem>(); in RequestListItem() local [all...] |
H A D | render_list.cpp | 1608 auto newItem = generator ? generator->RequestListItem(index) : RefPtr<RenderListItem>(); in RequestListItem() local [all...] |
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_lane.c | 163 AuthReqInfo *newItem = (AuthReqInfo *)SoftBusCalloc(sizeof(AuthReqInfo)); in AddAuthReqNode() local [all...] |
H A D | auth_session_key.c | 150 SessionKeyItem *newItem = NULL; in DupSessionKeyList() local
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_content.cpp | 306 const auto& newItem = contentMap_[newIndex]; in HandleStartListener() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_json_object.cpp | 411 void JsonObject::ReplaceItemInObject(const std::string &fieldName, const JsonObject &newItem, int &errCode) in ReplaceItemInObject() argument 426 void JsonObject::ReplaceItemInArray(const int &index, const JsonObject &newItem, int &errCode) in ReplaceItemInArray() argument 436 int JsonObject::InsertItemObject(int which, const JsonObject &newItem) in InsertItemObject() argument [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_info_manager.c | 289 SyncInfoMsg *newItem = NULL; in DumpSyncInfoMsgList() local
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_p2p.c | 434 P2pListenerInfo *newItem = (P2pListenerInfo *)SoftBusCalloc(sizeof(P2pListenerInfo)); in CheckAndAddPeerDeviceInfo() local
|
/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/ |
H A D | dbm_kv_store.c | 1093 static int PrePut(DBHandle db, KeyItem* item, boolean* newItem) in PrePut() argument 1135 boolean newItem = IsNewItem(db, key); in Put() local 1184 static int ExeDelete(KVStoreHandle db, const KeyItem* item, boolean newItem) in ExeDelete() argument 1221 boolean newItem = IsNewItem(db, key); Delete() local [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_trans_lane.c | 443 TransReqInfo *newItem = CreateReqNodeWithQos(laneReqId, allocInfo, listener); in StartTriggerLink() local 539 TransReqInfo *newItem = CreateReqNodeWithQos(laneHandle, &allocInfo, listener); in BuildTargetLink() local 746 TransReqInfo *newItem = CreateRequestNode(laneReqId, transRequest, listener); in Alloc() local [all...] |
H A D | lnn_lane_link_p2p.c | 2412 WdGuideInfo *newItem = (WdGuideInfo *)SoftBusCalloc(sizeof(WdGuideInfo)); in AddGuideInfoItem() local
|