Home
last modified time | relevance | path

Searched refs:find (Results 4926 - 4950 of 7616) sorted by relevance

1...<<191192193194195196197198199200>>...305

/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp146 if (std::find(std::begin(fontNames), std::end(fontNames), familyName) != std::end(fontNames) && in NeedPaint()
157 if (std::find(std::begin(fontNames), std::end(fontNames), familyName) != std::end(fontNames) && in NeedPaint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp165 auto it = prevScaleNode_.find(renderContext); in SetNearbyNodeScale()
175 if (scaleNode_.find(weakNode) == scaleNode_.end()) { in ResetPrevScaleNode()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dfocus_manager_test_ng.cpp289 ASSERT_TRUE(focusManager->focusHubScopeMap_.find("scop2") == focusManager->focusHubScopeMap_.end()); in HWTEST_F()
463 ASSERT_TRUE(focusManager->focusHubScopeMap_.find("scop3") == focusManager->focusHubScopeMap_.end()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.h451 auto iter = labelStyles_.find(tabBarItemId); in GetBottomTabLabelStyle()
523 return std::find(tabBarItemIds_.begin(), tabBarItemIds_.end(), tabBarItemId) == tabBarItemIds_.end(); in IsNewTabBar()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp67 HILOG_ERROR("Not find childId[%{public}" PRId64 "]", childId); in RemoveChild()
89 HILOG_ERROR("Not find actionType[%{public}d]", action.GetActionType()); in DeleteAction()
100 HILOG_ERROR("Not find actionType[%{public}d]", actionType); in DeleteAction()
855 auto extraElementInfoIter = setOfExtraElementInfo.find(keyStr); in SetExtraElementInfo()
868 auto extraElementInfoIter = setOfExtraElementInfo.find(keyStr); in SetExtraElementInfo()
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
H A Daccessibility_system_ability_client_impl.cpp266 auto iter = elementOperators_.find(windowId); in RegisterElementOperator()
336 auto iter = elementOperators_.find(windowId); in DeregisterElementOperator()
341 HILOG_WARN("Not find windowID[%{public}d]", windowId); in DeregisterElementOperator()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_ability_info.cpp613 if (EXTENSION_TYPE_MAP.find(type) != EXTENSION_TYPE_MAP.end()) { in ConvertToExtensionAbilityType()
633 if (EXTENSION_PROCESS_MODE_MAP.find(extensionProcessMode) != EXTENSION_PROCESS_MODE_MAP.end()) { in ConvertToExtensionProcessMode()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp240 if (isCompressed && (resPath.find(DATA_APP_PATH) != 0)) { in ConvertResourcePath()
245 if (resPath.find(innerStr) == std::string::npos) { in ConvertResourcePath()
/foundation/arkui/ui_appearance/interfaces/kits/napi/src/
H A Djs_ui_appearance.cpp46 auto iter = ERROR_CODE_TO_MSG.find(errCode); in NapiThrow()
160 auto iter = ERROR_CODE_TO_MSG.find(asyncContext->status); in OnComplete()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp293 LOG_DEBUG("%{public}s startedProfiles_ is not find", __PRETTY_FUNCTION__); in EnableProfiles()
518 (std::find(uuids.begin(), uuids.end(), sp.uuid_) == uuids.end())) { in GetProfileServicesSupportedUuids()
523 (std::find(uuids.begin(), uuids.end(), sp.uuid_) == uuids.end())) { in GetProfileServicesSupportedUuids()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h178 return std::find(array.begin(), array.end(), value) == array.end(); in NotContain()
276 auto it = refMap.find(obj); in Erase()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H A Daudio_socket_thread.cpp360 AUDIO_ERR_LOG("find usb audio device name exceed max len"); in FindAudioUsbDevice()
381 AUDIO_ERR_LOG("find usb audio device name[%{public}s]", devName); in AddAudioUsbDevice()
467 auto portBegin = switchNameStr.find("device_port="); in AudioDpDetectDevice()
473 auto addressBegin = switchNameStr.find("hdmi_audio"); in AudioDpDetectDevice()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp179 for (auto end = extensions.find(' '); end != BASE_NS::string::npos; end = extensions.find(' ', start)) { in ParseExtensions()
/foundation/multimedia/audio_framework/frameworks/js/napi/asrcontroller/
H A Dnapi_asr_processing_controller.cpp53 auto it = ERR_MAP.find(errNum); in GetResInt()
65 auto it = ERR_INFO_MAP.find(errNum); in GetResStr()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain.cpp49 effectMode_ = AUDIO_SUPPORTED_SCENE_MODES.find(EFFECT_DEFAULT)->second; in AudioEffectChain()
74 effectMode_ = AUDIO_SUPPORTED_SCENE_MODES.find(EFFECT_DEFAULT)->second; in AudioEffectChain()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp372 auto it = listeners_.find(fileDescriptor); in AddFileDescriptorListener()
467 auto it = listeners_.find(fileDescriptor); in HandleFileDescriptorEvent()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp524 g_instance.erase(g_instance.find(id)); in Release()
556 if (g_instance.find(id) == g_instance.end()) { in GetInstance()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp316 if (std::find(fontSetCache.begin(), fontSetCache.end(), fontName) == fontSetCache.end()) { in SetFontDescriptor()
455 if ((*fontFileMap).find(fontName) == (*fontFileMap).end()) { in ParseFontDescriptor()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Djson.h241 const value* find(string_t key) const noexcept;
251 inline const value* value::find(string_t key) const noexcept
657 // push the object with key and missing value on the stack and hope to find a value next in parse()
697 // push the empty array on the stack and hope to find values in parse()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H A Daudio_ffmpeg_encoder_plugin.cpp49 if (g_supportedCodec.find(codec->id) == g_supportedCodec.end()) { in RegisterAudioEncoderPlugins()
137 auto ite = codecMap.find(pluginName_); in Init()
139 MEDIA_LOG_W("cannot find codec with name " PUBLIC_LOG_S, pluginName_.c_str()); in Init()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_video.cpp333 if (std::find(previewFormats.begin(), previewFormats.end(), CAMERA_FORMAT_YUV_420_SP) in InitCameraFormatAndResolution()
363 if (std::find(videoFormats.begin(), videoFormats.end(), CAMERA_FORMAT_YUV_420_SP) != videoFormats.end()) { in InitCameraFormatAndResolution()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/photo_job_repository/
H A Dphoto_job_repository.cpp463 jobPtr = backgroundJobMap_.find(imageId)->second; in GetJobUnLocked()
466 jobPtr = offlineJobMap_.find(imageId)->second; in GetJobUnLocked()
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVSession.cpp45 auto it = errcodes.find(ret); in GetEncodeErrcode()
403 auto it = oh_avsession->avsessionTypes.find(str); in OH_AVSession_GetSessionType()
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_listener_stub.cpp61 auto iter = caches_.find(index); in ReadFromParcel()
64 AVCODEC_LOGW("Mark hit cache, but can find the index's cache, index: %{public}u", index); in ReadFromParcel()
96 auto iter = caches_.find(index); in ReturnBufferToServer()
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp199 if (AVC_PARAMS_MAP.find(*levelIter) != AVC_PARAMS_MAP.end()) { in LoadAVCLevelParams()
341 CHECK_AND_RETURN_RET_LOG(data_.measuredFrameRate.find(closestSize) != data_.measuredFrameRate.end(), range, in GetPreferredFrameRate()
477 CHECK_AND_RETURN_RET_LOG(codecType != AVCODEC_TYPE_NONE, AVCODEC_TYPE_NONE, "can not find codec type"); in GetType()

Completed in 30 milliseconds

1...<<191192193194195196197198199200>>...305