Home
last modified time | relevance | path

Searched refs:first (Results 1901 - 1925 of 6785) sorted by relevance

1...<<71727374757677787980>>...272

/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Dffrt_safe_map.h118 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 Dbundle_resource_drawable.cpp80 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 Dbluetooth_ble_advertiser_data.cpp133 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 Drouter_data_storage_rdb.cpp70 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 Dcodec_ability_singleton.cpp60 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 Drasterizer_cells_antialias.h159 * 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 Daudio_router_center.h92 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 Drs_surface_buffer_callback_manager.cpp67 return pair.first.first == pid; in UnregisterSurfaceBufferCallback()
/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H A Dcsv_string_resource_loader.cpp99 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 Dhcodec_log.h71 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 Davcodec_dump_utils.cpp119 auto level = GetLevel(iter.first); in GetDumpString()
120 std::string name = iter.second.first; in GetDumpString()
H A Davcodec_xcollie.cpp121 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 Drs_render_particle_animation.cpp131 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 Dcmd_list_fuzzer.cpp54 cmdListData.first = obj; in CmdListFuzzTest000()
106 cmdListData.first = obj; in CmdListFuzzTest001()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhcodec_list_unit_test.cpp77 (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 Djoystick_transform_processor.cpp105 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 Dkey_map_manager.cpp130 sysKey.push_back(it.first); in InputTransferKeyValue()
137 sysKey.push_back(it.first); in InputTransferKeyValue()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dclient_death_handler.cpp125 if (it->first == pid) { in RemoveClientPid()
142 pids.push_back(it->first); in FindClientPid()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dexpire_lru_cache.h182 keys_.remove(iter->first); in DoClearExpiredCache()
183 data_.erase(iter->first); in DoClearExpiredCache()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp106 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 Dffrt_utils.cpp141 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 Dlist.c196 ListNode *first = ListGetFirstNode(list); in ListRemoveFirst() local
197 if (!ListRemoveNode(list, first->data)) { in ListRemoveFirst()
/foundation/window/window_manager/wmserver/src/
H A Dminimize_app.cpp77 bool isFromUser = IsFromUser(appNodes.first); in ExecuteMinimizeAll()
79 appNodes.second.size(), appNodes.first); in ExecuteMinimizeAll()
/third_party/glslang/glslang/MachineIndependent/
H A Dreflection.h58 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 Dvalue_iterators.cc31 return {dict_iter_->first, *dict_iter_->second}; in operator *()
87 return {dict_iter_->first, *dict_iter_->second}; in operator *()

Completed in 12 milliseconds

1...<<71727374757677787980>>...272