/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | base_restore.cpp | 517 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 D | medialibrary_data_manager.cpp | 548 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 D | medialibrary_album_fusion_utils.cpp | 294 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 D | native_avplayer.cpp | 494 playerObj->localDrmInfos_.insert({ uuid, pssh }); in GetDrmSystemInfos()
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_event_target.cpp | 45 auto ret = devListener_.insert({ CHANGED_TYPE, std::vector<std::unique_ptr<JsUtil::CallbackInfo>>() }); in JsEventTarget()
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | pointer_drawing_manager_ex_test.cpp | 1490 pointerDrawMgr.mouseIcons_.insert(std::make_pair(mouseStyle, iconStyle));
in HWTEST_F()
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service_impl.cpp | 861 [&allowSet](AllowInfo& allowInfo) { allowSet.insert(allowInfo.GetName()); }); in GetEligiableRestrictSet()
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | bg_continuous_task_mgr.cpp | 1191 uids.insert(item.second->uid_);
in DumpCancelTask()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_service_stub_test.cpp | 1951 bearerTypes.insert(NetManagerStandard::NetBearType::BEARER_CELLULAR); in HWTEST_F()
|
H A D | netsys_controller_test.cpp | 1105 bearTypes.insert(NetManagerStandard::NetBearType::BEARER_CELLULAR); in HWTEST_F()
|
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/ |
H A D | net_sys_client_fuzzer.cpp | 1428 bearerTypes.insert(static_cast<uint32_t>(bearerType)); in CmdNotifyNetBearerTypeChangeFuzzTest()
|
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 1388 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 D | vtp_stream_socket.cpp | 137 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 D | wifi_hdi_wpa_client.cpp | 1016 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 D | wifi_idl_client.cpp | 1368 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 D | wifi_device_stub.cpp | 1128 pidList.insert(data.ReadInt32()); in OnSetFrozenApp()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_service_impl.cpp | 578 extUri.insert(strlen(EXT_URI_SCHEMA), "/");
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 149 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 D | sqlite_cloud_kv_executor_utils.cpp | 390 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 D | object_manager.cpp | 628 assetKey.insert(assetPrefix);
in GetAssetsFromDBRecords()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_sync_test.cpp | 502 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 D | distributeddb_communicator_test.cpp | 42 onlines.onlineDevices.insert(target); in HandleConnectChange()
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_auth_manager_first.cpp | 479 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 D | fuse_manager.cpp | 228 cInode->readArgsSet.insert(it); in InsertReadArgs()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_impl_test3.cpp | 1401 WindowImpl::windowMap_.insert(std::make_pair(winName, std::pair<uint32_t, sptr<Window>>(windowId, window))); in HWTEST_F()
|