Home
last modified time | relevance | path

Searched refs:find (Results 4326 - 4350 of 8493) sorted by relevance

1...<<171172173174175176177178179180>>...340

/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp95 auto iter = mapNetworkModeFromRaf.find(raf); in GetNetworkModeFromRaf()
146 auto iter = mapRafFromNetworkMode.find(PreferredNetworkMode); in GetRafFromNetworkMode()
162 while ((position = inputString.find(flag, start)) != std::string::npos) { in SplitString()
197 auto iter = networkSearchCacheMap_.find(index); in FindNetworkSearchCallback()
/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_encode.cpp546 auto iter = omxBuffers_.find(bufferId); in FillAllTheBuffer()
617 auto iter = omxBuffers_.find(bufferID); in Run()
734 auto iter = omxBuffers_.find(buffer.bufferId); in OnFillBufferDone()
742 auto ret = addrs_.find(buffer.bufferId); in OnFillBufferDone()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_helper_impl.cpp637 auto dataability = registerMap_.find(dataObserver); in RegisterObserver()
643 auto path = uriMap_.find(dataObserver); in RegisterObserver()
683 auto dataability = registerMap_.find(dataObserver); in UnregisterObserver()
687 auto path = uriMap_.find(dataObserver); in UnregisterObserver()
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.cpp488 if (uiWindowMap_.find(obj) == uiWindowMap_.end()) { in HandleAutoFillCreate()
577 if (uiWindowMap_.find(obj) == uiWindowMap_.end()) { in BackgroundWindow()
578 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "Fail to find ui window"); in BackgroundWindow()
596 if (uiWindowMap_.find(obj) == uiWindowMap_.end()) { in DestroyWindow()
597 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "Wrong to find uiWindow"); in DestroyWindow()
600 if (contentSessions_.find(obj) != contentSessions_.end() && contentSessions_[obj] != nullptr) { in DestroyWindow()
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_manager.cpp81 auto it = dataAbilityRecordsLoaded_.find(dataAbilityName); in Acquire()
101 auto it = dataAbilityRecordsLoaded_.find(dataAbilityName); in Acquire()
455 auto it = dataAbilityRecordsLoading_.find(name); in LoadLocked()
488 it = dataAbilityRecordsLoading_.find(name); in LoadLocked()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp358 if (info_.lineHeightMap_.find(i) == info_.lineHeightMap_.end()) { in UpdateLayoutInfo()
408 auto lineHeightIt = info.lineHeightMap_.find(it->first); in LayoutChildren()
539 auto iter = lineHeights.find(curLine); in AddLineHeight()
587 const auto& line = info_.gridMatrix_.find(lineIndex); in IsIrregularLine()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp721 auto result = std::find(touchPluginPipelineContext_.begin(), touchPluginPipelineContext_.end(), context); in SetTouchPipeline()
729 auto result = std::find(touchPluginPipelineContext_.begin(), touchPluginPipelineContext_.end(), context); in RemoveTouchPipeline()
869 auto iter = etsCardTouchEventCallback_.find(point.id); in HandleEtsCardTouchEvent()
884 auto iter = etsCardTouchEventCallback_.find(pointId); in RemoveEtsCardTouchEventCallback()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp445 bool containsScheme = uri.find(SCHEME_SIGN) != std::string::npos; in GetTypeFromWant()
487 LOG_I(BMS_TAG_DEFAULT, "find default ability"); in GetDefaultApplication()
491 LOG_I(BMS_TAG_DEFAULT, "find default extension"); in GetDefaultApplication()
613 auto item = std::find(skill.actions.cbegin(), skill.actions.cend(), action); in MatchActionAndType()
847 return supportAppTypes.find(param) != supportAppTypes.end(); in IsAppType()
853 if (param.find(WILDCARD) != param.npos) { in IsSpecificMimeType()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp263 if (AVC_PARAMS_MAP.find(*levelIter) != AVC_PARAMS_MAP.end()) { in LoadAVCLevelParams()
299 if (PARAMS_MAP.find(*levelIter) != PARAMS_MAP.end()) { in LoadMPEGLevelParams()
471 if (data_->measuredFrameRate.find(closestSize) == data_->measuredFrameRate.end()) { in GetPreferredFrameRate()
621 CHECK_AND_RETURN_RET_LOG(codecType != AVCODEC_TYPE_NONE, AVCODEC_TYPE_NONE, "can not find codec type"); in GetType()
683 auto itr = data_->featuresMap.find(static_cast<int32_t>(feature)); in GetFeatureProperties()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp55 std::string::size_type pos2 = paramsStr.find(seperator); in ParseDfxSurfaceNamesString()
63 pos2 = paramsStr.find(seperator, pos1); in ParseDfxSurfaceNamesString()
807 pos = targetStr.find(pattern, i); in FindNodeInTargetList()
819 bool res = std::find(targetVec.begin(), targetVec.end(), node) != targetVec.end(); in FindNodeInTargetList()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp141 if (node->GetName().find("battery_panel") != std::string::npos || in Create()
142 node->GetName().find("sound_panel") != std::string::npos || in Create()
143 node->GetName().find("RosenWeb") != std::string::npos) { in Create()
553 " cannot find surface by surfaceId %{public}" PRIu64 "", in CreateNodeAndSurface()
636 if (auto position = surfaceNodeName.find("#"); position != std::string::npos) { in SplitSurfaceNodeName()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h449 iterator find(const key_type& key) in find() function in unordered_map_base
453 const_iterator find(const key_type& key) const in find() function in unordered_map_base
725 auto find(const string_view& key) in find() function in unordered_map
729 auto find(const string_view& key) const in find() function in unordered_map
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp886 if (PORTRAIT_PAGE_MODE.find(displayLevel) == PORTRAIT_PAGE_MODE.end()) { in CheckTitle()
897 if (uri.find(uriPrefix) != string::npos) { in CheckTitle()
899 } else if (uri.find(ML_FILE_URI_PREFIX) != string::npos) { in CheckTitle()
913 if (uri.find(uriPrefix) != string::npos) { in GetHighlightVideoPath()
915 } else if (uri.find(ML_FILE_URI_PREFIX) != string::npos) { in GetHighlightVideoPath()
1095 size_t pos = path.find(MEDIA_DATA_DEVICE_PATH);
1187 if (MEDIA_OPEN_MODE_MAP.find(mode) == MEDIA_OPEN_MODE_MAP.end()) {
1375 if (MEDIA_OPEN_MODES.find(mode) != MEDIA_OPEN_MODES.end()) {
1424 if ((uri.find(PhotoColumn::PHOTO_TYPE_URI) != string::npos) ||
1425 (uri.find(AudioColum
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp168 return infeBoxes_.find(itemId) != infeBoxes_.end(); in HasItemId()
294 auto iter = infeBoxes_.find(itemId); in GetInfeBox()
316 if (INFE_ITEM_TYPE.find(itemType) == INFE_ITEM_TYPE.end()) { in AssembleImages()
665 auto iter = images_.find(itemId); in GetImage()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp607 auto iter = paramErrCodeMsgMap.find(errCode); in HandleParamErr()
621 auto iter = saErrCodeMsgMap.find(errCode); in FindErrMsg()
628 iter = paramErrCodeMsgMap.find(errCode); in FindErrMsg()
639 auto iter = paramErrCodeMsgMap.find(errCodeIn); in FindErrCode()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service.cpp161 auto iter = std::find(displayIds.begin(), displayIds.end(), displayId); in HasPrivateWindow()
536 auto iter = std::find(allMirrorScreenIds.begin(), allMirrorScreenIds.end(), mainScreenId); in MakeMirror()
627 WLOGE("cannot find screenInfo: %{public}" PRIu64"", screenId); in GetScreenInfoById()
637 WLOGE("cannot find screenGroupInfo: %{public}" PRIu64"", screenId); in GetScreenGroupInfoById()
647 WLOGE("cannot find screenInfo: %{public}" PRIu64"", screenId); in GetScreenGroupIdByScreenId()
668 WLOGE("cannot find screenInfo: %{public}" PRIu64"", screenId); in GetAllScreenInfos()
692 if (pointsMap.find(expandScreenIds[i]) != pointsMap.end()) { in MakeExpand()
700 auto iter = std::find(allExpandScreenIds.begin(), allExpandScreenIds.end(), defaultScreenId); in MakeExpand()
/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Dnapi_utils.cpp157 auto it = g_handlerQueueMap.find(reinterpret_cast<uint64_t>(theId)); in MakeUvCallback()
183 auto it = g_handlerQueueMap.find(id); in CreateUvQueueWorkByModuleId()
639 auto pos = unorderedSetEnv.find(env); in HookForEnvCleanup()
657 auto pos = unorderedSetEnv.find(env); in IsEnvValid()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp73 (item.capabilities.find("PSK") != std::string::npos || in OnEventDisconnected()
74 item.capabilities.find("WAPI-PSK") != std::string::npos)) { in OnEventDisconnected()
237 (item.capabilities.find("SAE") != std::string::npos)) { in OnEventAssociateReject()
241 item.capabilities.find("WEP") != std::string::npos) { in OnEventAssociateReject()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp313 WIFI_LOGI("%{public}s: find the record, bssid:%{private}s, bssidType:%{public}d, randomMac:%{private}s", in TransRandomToRealMac()
578 auto iter = channInfoFromCenter.find(band); in GetValidChannels()
755 std::map<KeyMgmt, std::string>::iterator iter = mapKeyMgmtToStr.find(secType); in ConfigInfoDump()
880 auto it = find(channels.begin(), channels.end(), cfg.GetChannel()); in CfgCheckChannel()
911 if (std::find(ips.begin(), ips.end(), ipAddress) != ips.end()) { in CfgCheckIpAddress()
/foundation/communication/netstack/utils/napi_utils/src/
H A Dnapi_utils.cpp782 auto it = g_handlerQueueMap.find(reinterpret_cast<uint64_t>(theId)); in MakeUvCallback()
808 auto it = g_handlerQueueMap.find(id);
851 auto pos = unorderedSetEnv.find(env);
869 auto pos = unorderedSetEnv.find(env);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp100 if (fieldSet.find(fieldName) != fieldSet.end()) { in CheckNode()
146 if (fieldSet.find(fieldName) == fieldSet.end() && ret == E_OK) { in CheckProjectionNode()
258 while ((end = str.find('.', start)) != std::string::npos) { in SplitePath()
278 while ((end = str.find('.', start)) != std::string::npos) { in ExpendPathForField()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp74 if (schema_.find(user_) == schema_.end()) { in GetCloudTableSchema()
305 isFilter = !prefixKey.empty() && prefixKey.find(CloudDbConstant::CLOUD_VERSION_RECORD_PREFIX_KEY) == 0; in FilterCloudVersionPrefixKey()
479 if (item.find(CloudDbConstant::CREATE_FIELD) == item.end()) { in FillTimestamp()
515 if (std::find(expectFields.begin(), expectFields.end(), actualField) == expectFields.end()) { in CheckSchema()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp126 auto iter = eventNameMap.find(eventType); in GetEventNameByType()
128 DHLOGE("Can't find matched eventname"); in GetEventNameByType()
228 size_t pos = params.find(key); in GetAudioParamStr()
232 size_t splitPosEnd = params.find(';', pos); in GetAudioParamStr()
338 auto iter = typeCheckMap.find(*it); in CJsonParamCheck()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service_listener.cpp138 if (alreadyOnlinePkgName_.find(notifyKey) != alreadyOnlinePkgName_.end()) { in ProcessDeviceStateChange()
169 if (alreadyOnlinePkgName_.find(notifyKey) != alreadyOnlinePkgName_.end()) { in ProcessAppStateChange()
189 if (alreadyOnlinePkgName_.find(notifyKey) != alreadyOnlinePkgName_.end()) { in ProcessAppStateChange()
581 if (it->first.find(pkgName) == 0) { in OnAppUnintall()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp94 auto it = find(AUDIO_ENCODER_WANT.begin(), AUDIO_ENCODER_WANT.end(), audioEncoders[i].name); in HWTEST_F()
110 auto it = find(AUDIO_DECODER_WANT.begin(), AUDIO_DECODER_WANT.end(), audioDecoders[i].name); in HWTEST_F()
126 auto it = find(VIDEO_ENCODER_WANT.begin(), VIDEO_ENCODER_WANT.end(), videoEncoders[i].name); in HWTEST_F()
143 auto it = find(VIDEO_DECODER_WANT.begin(), VIDEO_DECODER_WANT.end(), videoDecoders[i].name); in HWTEST_F()

Completed in 46 milliseconds

1...<<171172173174175176177178179180>>...340