Home
last modified time | relevance | path

Searched defs:it (Results 1 - 25 of 1075) sorted by relevance

12345678910>>...43

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dtype_converter.cpp31 auto it = find_if(g_pixelFmtTable.begin(), g_pixelFmtTable.end(), [format](const PixelFmt& p) { in GraphicFmtToFmt() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager_error_utils.cpp24 auto it = INTERNAL_ERR_CODE_MAP.find(internalErrCode); in GetAbilityErrorCode() local
35 auto it = ABILITY_MANAGER_ERR_CODE_MAP.find(abilityManagerErrorCode); in GetChildProcessManagerErrorCode() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/layers/
H A Dlayer.cpp26 auto it = std::find(children_.begin(), children_.end(), layer); in AddChildren() local
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Derror_code.cpp39 auto it = g_ErrorTypeMap.find(code); in GetErrorName() local
H A Devent.cpp38 auto it = g_EventTypeMap.find(type); in GetEventName() local
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Derror_code.cpp37 auto it = g_ErrorTypeMap.find(code); in GetErrorName() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dapp_loader.cpp50 auto it = applications_.find("OHOSApplication"); in GetApplicationByName() local
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dreflect_registration.cpp39 auto it = creators_.find(descriptor); in Register() local
51 auto it = creators_.find(descriptor); in Unregister() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_utils.h30 auto it = map.find(key); in GetOrDefault() local
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dlinear_map.h40 auto it = std::lower_bound( in BinarySearchFindIndex() local
52 auto it = in BinarySearchFindIndex() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_stack_processor.h70 auto it = viewMap_.find(viewId); in GetViewById() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dbackground_task_helper_ohos.cpp50 auto it = std::find_if(bgModeIds.begin(), bgModeIds.end(), [ backgroundMode ](auto mode) { in HasBackgroundTask() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/
H A Dlazy_foreach_component.cpp43 auto it = children.begin(); in GetChildByIndex() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbundle_mgr_ext_register.cpp38 auto it = bundleMgrExts_.find(bundleExtName); in GetBundleMgrExt() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dclass_creator.cpp29 auto it = g_register.find(name); in NewInstance() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dparam_bundle.h45 const auto it = m_items.find(key); in GetValue() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dformat.h43 const auto it = m_items.find(key); in GetValue() local
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_manager.cpp33 auto it = serverMap_.find(scene); in CreateLocalSessionStub() local
52 auto it = serverMap_.find(scene); in ReleaseLocalSessionStub() local
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_event_emitter.h45 auto it = emitterFunctions.find(callbackName); variable
62 auto it = emitterFunctions.find(callbackName); variable
/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_factory.cpp29 auto it = generators.find(type); in CreateFilterPriv() local
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsoundpool_manager.cpp37 auto it = soundPools_.find(pid); in GetSoundPool() local
45 auto it = soundPools_.find(pid); in SetSoundPool() local
59 auto it = soundPools_.find(pid); in Release() local
/foundation/resourceschedule/ffrt/test/ut/
H A Dexecute_unit_test.cpp93 ThreadGroup* it = FFRTFacade::GetEUInstance().BindTG(DevType(0), *qos1); in HWTEST_F() local
H A Dcpuworker_manager_test.cpp68 auto *it = new SCPUWorkerManager(); in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/core/
H A Dentity.cpp23 auto it = std::as_const(vaMap).find(p); in VA2Ctx() local
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_deadline.cpp52 auto it = qos_interval_create(100, static_cast<int>(ffrt::qos_user_interactive)); in HWTEST_F() local
68 auto it = qos_interval_create(100, static_cast<int>(ffrt::qos_user_interactive)); in HWTEST_F() local
81 auto it = qos_interval_create(100, static_cast<int>(ffrt::qos_user_interactive)); HWTEST_F() local
97 auto it = qos_interval_create(100, static_cast<int>(ffrt::qos_user_interactive)); HWTEST_F() local
111 auto it = qos_interval_create(100, static_cast<int>(ffrt::qos_default)); HWTEST_F() local
[all...]

Completed in 6 milliseconds

12345678910>>...43