/base/security/asset/services/db_operator/src/ |
H A D | database.rs | 72 map.insert(user_id, nf); 89 map.insert((user_id, db_file_name), nf); 467 /// // SQL: insert into table_name(Owner,OwnerType,Alias,value) values('owner',1,'alias','insert_value') 469 /// datas.insert(column::OWNER, Value::Bytes(b"owner".to_ver())); 470 /// datas.insert(column::OWNER_TYPE, Value::Number(OwnerType::Native as u32)); 471 /// datas.insert(column::ALIAS, Value::Bytes(b"alias".to_ver())); 472 /// datas.insert("value", Value::Bytes(b"insert_value".to_vec())); 506 /// datas.insert(column::OWNER, Value::Bytes(b"owner".to_ver())); 507 /// datas.insert(column::OWNER_TYPE, Value::Number(OwnerType::Native as u32)); 508 /// datas.insert(colum [all...] |
/base/security/security_guard/services/data_collect/sa/ |
H A D | acquire_data_subscribe_manager.cpp | 50 eventIdToSubscriberMap_[subscribeInfo.GetEvent().eventId].insert(callback); in InsertSubscribeRecord() 63 eventIdToSubscriberMap_[subscribeInfo.GetEvent().eventId].insert(callback); in InsertSubscribeRecord() 64 SGLOGI("insert eventIdToSubscriberMap_ size %{public}zu", eventIdToSubscriberMap_.size()); in InsertSubscribeRecord() 66 SGLOGI("insert eventIdToSubscriberMap_.callback size %{public}zu", iter.second.size()); in InsertSubscribeRecord()
|
/base/telephony/core_service/services/satellite_service_interaction/src/ |
H A D | satellite_service_client.cpp | 141 simHandlerMap_.insert(std::make_pair(slotId, handler)); in AddSimHandler() 153 networkHandlerMap_.insert(std::make_pair(slotId, handler)); in AddNetworkHandler()
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_number_decode.cpp | 229 number.insert(number.begin(), '+'); in BCDConvertToString() 241 /* start with [#*] ;assume the data after last;insert head of data a + */ in BCDConvertToString() 243 number.insert(numIt + INC_ONE, '+'); in BCDConvertToString()
|
/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_server_socket.cpp | 107 serverSocketBindMap_.insert(std::pair<int32_t, std::string>(socketId, networkId)); in AddServerSocket() 146 clientConnectionMap_.insert(std::pair<int32_t, std::string>(socketId, connectionName)); in AddClientConnection()
|
/base/web/webview/test/unittest/net_connect_adapter_impl_test/ |
H A D | net_connect_adapter_impl_test.cpp | 61 netAllCap.bearerTypes_.insert(NetBearType::BEARER_WIFI); in GetNetCapabilities() 62 netAllCap.bearerTypes_.insert(NetBearType::BEARER_CELLULAR); in GetNetCapabilities()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | timeout_recognizer.cpp | 162 touchIds_.insert(event.id); in HandleTouchDownEvent() 203 touchIds_.insert(0); in HandleTouchDownEvent()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_writer.cpp | 166 pendingEntries_.insert(pendingEntries_.end(), paths.begin(), paths.end()); in AddEntries() 185 relativePaths.insert(relativePaths.begin(), pendingEntries_.begin(), pendingEntries_.begin() + entry_count); in FlushEntriesIfNeeded()
|
/foundation/bundlemanager/app_domain_verify/services/src/manager/core/ |
H A D | app_domain_verify_data_mgr.cpp | 74 APP_DOMAIN_VERIFY_HILOGE(APP_DOMAIN_VERIFY_MGR_MODULE_SERVICE, "insert to db failed!"); in VerifyResultInfoToDB() 89 verifyResultInfo.hostVerifyStatusMap.insert( in DBToVerifyResultInfo() 224 verifyMap_->insert(std::make_pair(it.first, verifyResultInfo)); in LoadAllFromRdb()
|
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodeclist_impl.cpp | 118 mimeCapsMap_.insert(std::make_pair(mime, capsArray)); in GetCapability() 161 bufAddrSet_.insert(temp); in NewBuffer()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container.cpp | 98 children_.insert(children_.begin() + index, object); in Insert() 108 children_.insert(children_.begin() + index, object); in Insert()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_rcd_render_manager.cpp | 96 idSets.insert(p.first); in CheckRenderTargetNode() 102 idSets.insert(p.first); in CheckRenderTargetNode() 142 // create and insert in GetTopRenderNode() 146 RS_LOGI_IF(DEBUG_PIPELINE, "RCD: insert a top rendernode"); in GetTopRenderNode() 157 // create and insert in GetBottomRenderNode() 161 RS_LOGI_IF(DEBUG_PIPELINE, "RCD: insert a bottom rendernode"); in GetBottomRenderNode()
|
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | plugin_mgr.cpp | 217 auto insertRet = plugins_.insert(PluginMap::value_type(&key, std::move(plugin))); in RegisterPlugin() 219 IMAGE_LOGE("failed to insert Plugin"); in RegisterPlugin() 270 auto insertRet = plugins_.insert(PluginMap::value_type(&key, std::move(crossPlugin))); in RegisterPlugin() 272 IMAGE_LOGE("failed to insert Plugin"); in RegisterPlugin()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | session_stack.cpp | 27 sessions_.insert(std::make_pair(std::make_pair(pid, abilityName), item)); in AddSession() 43 sessions_.insert(std::make_pair(std::make_pair(item->GetPid(), item->GetAbilityName()), item)); in UpdateSessionSort()
|
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/ |
H A D | event_report.cpp | 99 params.insert(params.begin(), processNamePara); in EventWrite() 100 params.insert(params.begin() + 1, versionPara); in EventWrite()
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_callback_stub_test.cpp | 123 netCaps.bearerTypes_.insert(NetBearType::BEARER_CELLULAR); in HWTEST_F() 124 netCaps.netCaps_.insert(NetCap::NET_CAPABILITY_MMS); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_relational_syncer.cpp | 86 fullSyncIdMap_[syncId].insert(subSyncId); in GenerateEachSyncTask() 95 subSyncIdSet.insert(subSyncId); in GenerateEachSyncTask()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_data_helper.cpp | 131 details.insert(std::make_pair(TEMP_UNIFIED_DATA_FLAG, true)); in Pack() 133 details.insert(std::make_pair(item.first, item.second)); in Pack()
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_hdi_handler.cpp | 118 dhIds->second.insert(dhId); in RegisterAudioDevice() 121 newDhIds.insert(dhId); in RegisterAudioDevice()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | display_group_info.cpp | 41 displayInfosMap_.insert(std::make_pair(displayId, displayInfo)); in AddDisplayInfo() 163 displayRectMap.insert(std::make_pair(elem.first, displayRect)); in GetAllDisplayRects()
|
H A D | window_group_mgr.cpp | 93 displayIds.insert(windowNode->GetDisplayId()); in MoveMissionsToBackground() 132 displayIds.insert(windowNode->GetDisplayId()); in MoveMissionToForeground()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | display_group_info_test.cpp | 79 displayInfosMap_.insert(std::make_pair(displayId1, displayInfo1)); in AddTestDisplayInfo() 91 displayInfosMap_.insert(std::make_pair(displayId2, displayInfo2)); in AddTestDisplayInfo()
|
/third_party/gn/src/base/strings/ |
H A D | utf_offset_string_conversions.cc | 140 adjustments_on_adjusted_string->insert(adjusted_iter, *first_iter); in MergeSequentialAdjustments() 174 adjustments_on_adjusted_string->insert( in MergeSequentialAdjustments()
|
/third_party/gn/src/gn/ |
H A D | err.cc | 170 loc_str.insert(0, "See "); in InternalPrintToStdout() 172 loc_str.insert(0, "at "); in InternalPrintToStdout()
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-filter.cc | 51 filterFlagsKv.insert(pair<const char*, string*>(sets.at(i)->naming(), new string("")));
in getAllFilterFlagsKv() 55 filterFlagsKv.insert(pair<const char*, string*>(kStrictFilter, new string("false")));
in getAllFilterFlagsKv()
|