Home
last modified time | relevance | path

Searched refs:insert (Results 5226 - 5250 of 5558) sorted by relevance

1...<<201202203204205206207208209210>>...223

/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp517 MEDIA_INFO_LOG("Start insert %{public}zu photos", fileInfos.size()); in InsertPhoto()
545 MEDIA_INFO_LOG("generate values cost %{public}ld, insert %{public}ld assets cost %{public}ld, insert photo related" in InsertPhoto()
576 MEDIA_ERR_LOG("can not get rdb before batch insert"); in BatchInsertWithRetry()
734 MEDIA_ERR_LOG("Batch insert map failed, errCode: %{public}d", errCode); in BatchInsertMap()
932 MEDIA_INFO_LOG("query cost %{public}ld, insert %{public}ld maps cost %{public}ld, insert face analysis data of " in InsertPhotoRelated()
955 needQuerySet.insert(fileInfo.cloudPath); in NeedBatchQueryPhotoForPhotoMap()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_data_manager.cpp548 outDirQuerySetMap.insert(make_pair(dirVal, dirAsset)); in MakeDirQuerySetMap()
601 MEDIA_INFO_LOG("%{public}s call smart album insert!", packageName.c_str()); in SolveInsertCmd()
H A Dmedialibrary_album_fusion_utils.cpp294 targetMap.insert(std::make_pair(key, valueVector)); in AddToMap()
754 // If insert fails, delete the moved file to avoid wasted space in CopyLocalSingleFile()
803 // If insert fails, delete the moved file to avoid wasted space in CopyCloudSingleFile()
1083 MEDIA_INFO_LOG("There is an album matches new scheme, no need to insert, " in QueryExistsAlbumId()
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp494 playerObj->localDrmInfos_.insert({ uuid, pssh }); in GetDrmSystemInfos()
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp45 auto ret = devListener_.insert({ CHANGED_TYPE, std::vector<std::unique_ptr<JsUtil::CallbackInfo>>() }); in JsEventTarget()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_ex_test.cpp1490 pointerDrawMgr.mouseIcons_.insert(std::make_pair(mouseStyle, iconStyle)); in HWTEST_F()
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp861 [&allowSet](AllowInfo& allowInfo) { allowSet.insert(allowInfo.GetName()); }); in GetEligiableRestrictSet()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp1191 uids.insert(item.second->uid_); in DumpCancelTask()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_stub_test.cpp1951 bearerTypes.insert(NetManagerStandard::NetBearType::BEARER_CELLULAR); in HWTEST_F()
H A Dnetsys_controller_test.cpp1105 bearTypes.insert(NetManagerStandard::NetBearType::BEARER_CELLULAR); in HWTEST_F()
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp1428 bearerTypes.insert(static_cast<uint32_t>(bearerType)); in CmdNotifyNetBearerTypeChangeFuzzTest()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp1388 input.insert(input.end(), raw.c_str(), raw.c_str() + raw.size()); in GenerateCmdConnV1Req()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp137 optFuncMap_.insert(std::pair<int, OptionFunc>(type, fun)); in InsertElementToFuncMap()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp1016 mapGroups.insert(std::pair<int, WifiP2pGroupInfo>(infoList.infos[i].id, groupInfo)); in ReqP2pListNetworks()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp1368 mapGroups.insert(std::pair<int, WifiP2pGroupInfo>(infoList.infos[i].id, groupInfo)); in ReqP2pListNetworks()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub.cpp1128 pidList.insert(data.ReadInt32()); in OnSetFrozenApp()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp578 extUri.insert(strlen(EXT_URI_SCHEMA), "/");
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp149 std::string sql = "insert into " + tableSchema.name + "("; in GetInsertSqlForCloudSync()
657 LOGE("Get insert statement failed when save cloud data, %d", errCode); in InsertCloudData()
668 // insert data in InsertCloudData()
673 LOGE("insert data failed when save cloud data:%d, reset stmt:%d", errCode, ret); in InsertCloudData()
677 // insert log in InsertCloudData()
685 // when one data is deleted, "insert or replace" will insert another log record if there is no primary key, in InsertLogRecord()
709 LOGE("Get insert log statement failed when save cloud data, %d", errCode); in InsertLogRecord()
725 LOGE("insert log data failed when save cloud data:%d, reset stmt:%d", errCode, ret); in InsertLogRecord()
783 LOGE("Bind hash_key to insert lo in BindHashKeyAndGidToInsertLogStatement()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp390 LOGI("[SqliteCloudKvExecutorUtils] save cloud data: %d, insert cnt = %d, update cnt = %d, delete cnt = %d," in PutCloudData()
447 LOGE("[SqliteCloudKvExecutorUtils] Get insert log statement failed %d", errCode); in OperateCloudData()
455 LOGE("[SqliteCloudKvExecutorUtils] Get insert data statement failed %d reset %d", errCode, ret); in OperateCloudData()
537 LOGE("[SqliteCloudKvExecutorUtils] Bind user failed %d when only insert log", errCode); in BindOnlyUpdateLogStmt()
542 LOGE("[SqliteCloudKvExecutorUtils] Bind hashKey failed %d when only insert log", errCode); in BindOnlyUpdateLogStmt()
546 LOGE("[SqliteCloudKvExecutorUtils] Bind gid failed %d when only insert gid.", errCode); in BindOnlyUpdateLogStmt()
551 LOGE("[SqliteCloudKvExecutorUtils] Bind version failed %d when only insert log", errCode); in BindOnlyUpdateLogStmt()
592 int errCode = BindInsertLogStmt(logStmt, user, dataItem); // insert or replace LOG table for insert DATA table. in BindInsertStmt()
604 LOGE("[SqliteCloudKvExecutorUtils] Bind user failed %d when insert", errCod in BindInsertLogStmt()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp628 assetKey.insert(assetPrefix); in GetAssetsFromDBRecords()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp502 std::string insertSql = "insert into student_1 (id, name, level, score) values (1001, 'xue', 2, 95);"; in HWTEST_F()
597 keySet.insert(ss); in CheckSyncData()
721 std::string insertSql = "insert into student_1 (id, name, level, score) values (1001, 'xue', 2, 95);"; in HWTEST_F()
820 std::string insertSql = "insert into student_1 (id, name, level, score) values (1001, 'xue', 4, 95);"; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp42 onlines.onlineDevices.insert(target); in HandleConnectChange()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp479 authManager_->authenticationMap_.insert(std::pair<int32_t, std::shared_ptr<IAuthentication>>(authType, nullptr)); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp228 cInode->readArgsSet.insert(it); in InsertReadArgs()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test3.cpp1401 WindowImpl::windowMap_.insert(std::make_pair(winName, std::pair<uint32_t, sptr<Window>>(windowId, window))); in HWTEST_F()

Completed in 59 milliseconds

1...<<201202203204205206207208209210>>...223