| /foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/ |
| H A D | ffrt_safe_map.h | 118 map_.erase(ret.first); in EnsureInsert() 207 callback(it -> first, it -> second); in Iterate()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
| H A D | bundle_resource_drawable.cpp | 80 resourceInfo.foreground_[index] = foregroundInfo.first[index]; in GetIconResourceByTheme() 85 resourceInfo.background_[index] = backgroundInfo.first[index]; in GetIconResourceByTheme()
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
| H A D | bluetooth_ble_advertiser_data.cpp | 133 if (!parcel.WriteUint16(manufacturer.first)) { in WriteManufacturerData() 170 if (!parcel.WriteUint32(service.first.ConvertTo32Bits())) { in WriteServiceData()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
| H A D | router_data_storage_rdb.cpp | 70 valuesBucket.PutString(MODULE_NAME, item.first); in UpdateRouterInfo() 73 APP_LOGE("insert %{public}s %{public}s failed", bundleName.c_str(), item.first.c_str()); in UpdateRouterInfo()
|
| /foundation/multimedia/av_codec/services/engine/codeclist/ |
| H A D | codec_ability_singleton.cpp | 60 CodecType codecType = iter->first; in CodecAbilitySingleton() 94 (*iter).profiles.emplace_back(nIter->first); in RegisterCapabilityArray()
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/ |
| H A D | rasterizer_cells_antialias.h | 159 * The first address of the sorted cells array. 207 void RenderVerticalLine(int32_t& x1, int32_t& ex1, int64_t& dy, int32_t& first, 211 void RenderObliqueLine(int64_t& dx, int64_t& dy, int32_t& first,
|
| /foundation/multimedia/audio_framework/services/audio_policy/server/include/service/routers/ |
| H A D | audio_router_center.h | 92 renderConfig.first, renderConfig.second.c_str()); in AudioRouterCenter() 96 capturerConfig.first, capturerConfig.second.c_str()); in AudioRouterCenter()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_surface_buffer_callback_manager.cpp | 67 return pair.first.first == pid;
in UnregisterSurfaceBufferCallback()
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/loaders/ |
| H A D | csv_string_resource_loader.cpp | 99 if (item.first == options.keyHeaderColumnName) { in CreateStringResourceObject() 119 strings.Metadata().AddProperty(ConstructProperty<IObject::Ptr>(column.first, item)); in CreateStringResourceObject()
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| H A D | hcodec_log.h | 71 constexpr HILOG_FMT_IN_SECTION static auto newStr = AddPublic<pair.first>(s, pair.second); \ 78 constexpr auto newStr = AddPublic<pair.first>(s, pair.second); \
|
| /foundation/multimedia/av_codec/services/dfx/ |
| H A D | avcodec_dump_utils.cpp | 119 auto level = GetLevel(iter.first); in GetDumpString() 120 std::string name = iter.second.first; in GetDumpString()
|
| H A D | avcodec_xcollie.cpp | 121 dfxDumper_[tempIndex].first = id; in SetTimer() 140 int32_t id = it->second.first; in CancelTimer()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| H A D | rs_render_particle_animation.cpp | 131 target->RemoveModifier(pair.first); in OnAttach() 133 target->GetAnimationManager().UnregisterParticleAnimation(pair.first, pair.second); in OnAttach()
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/cmdlist_fuzzer/ |
| H A D | cmd_list_fuzzer.cpp | 54 cmdListData.first = obj; in CmdListFuzzTest000() 106 cmdListData.first = obj; in CmdListFuzzTest001()
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
| H A D | hcodec_list_unit_test.cpp | 77 (void)sprintf_s(tmp, sizeof(tmp), "%d", iter->first); in GetPrintInfo() 87 info += "(K=" + GetPrintInfo(iter->first) + " V=" + GetPrintInfo(iter->second) + "),"; in GetPrintInfo()
|
| /foundation/multimodalinput/input/service/touch_event_normalize/src/ |
| H A D | joystick_transform_processor.cpp | 105 if (libinput_event_get_joystick_axis_value_is_changed(data, item.first) != 0) { in OnEventJoystickAxis() 107 libinput_event_get_joystick_axis_abs_info(data, item.first); in OnEventJoystickAxis()
|
| /foundation/multimodalinput/input/service/event_handler/src/ |
| H A D | key_map_manager.cpp | 130 sysKey.push_back(it.first); in InputTransferKeyValue() 137 sysKey.push_back(it.first); in InputTransferKeyValue()
|
| /foundation/multimodalinput/input/service/message_handle/src/ |
| H A D | client_death_handler.cpp | 125 if (it->first == pid) { in RemoveClientPid() 142 pids.push_back(it->first); in FindClientPid()
|
| /foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/ |
| H A D | expire_lru_cache.h | 182 keys_.remove(iter->first); in DoClearExpiredCache() 183 data_.erase(iter->first); in DoClearExpiredCache()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | object_dms_handler_test.cpp | 106 EXPECT_EQ(ObjectDmsHandler::GetInstance().dmsEvents_.front().first.srcNetworkId_, "srcNetworkId1"); in HWTEST_F() 107 EXPECT_EQ(ObjectDmsHandler::GetInstance().dmsEvents_.back().first.srcNetworkId_, "srcNetworkId20"); in HWTEST_F()
|
| /foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/ |
| H A D | ffrt_utils.cpp | 141 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_SERVICE, "Timer[%{public}s] Cancel Task[%{public}u]", p.first.c_str(), in CancelAllTimerInner() 142 taskId_[p.first]); in CancelAllTimerInner()
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
| H A D | list.c | 196 ListNode *first = ListGetFirstNode(list); in ListRemoveFirst() local 197 if (!ListRemoveNode(list, first->data)) { in ListRemoveFirst()
|
| /foundation/window/window_manager/wmserver/src/ |
| H A D | minimize_app.cpp | 77 bool isFromUser = IsFromUser(appNodes.first); in ExecuteMinimizeAll() 79 appNodes.second.size(), appNodes.first); in ExecuteMinimizeAll()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | reflection.h | 58 TReflection(EShReflectionOptions opts, EShLanguage first, EShLanguage last) in TReflection() argument 59 : options(opts), firstStage(first), lastStage(last), badReflection(TObjectReflection::badReflection()) in TReflection()
|
| /third_party/gn/src/base/ |
| H A D | value_iterators.cc | 31 return {dict_iter_->first, *dict_iter_->second}; in operator *() 87 return {dict_iter_->first, *dict_iter_->second}; in operator *()
|