/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_timer_module.cpp | 131 if (callBackFuncMap_.find(callBackId) != callBackFuncMap_.end()) { in RemoveCallBack() 134 if (callBackParamsMap_.find(callBackId) != callBackParamsMap_.end()) { in RemoveCallBack() 143 auto iterFunc = callBackFuncMap_.find(callBackId); in GetCallBack() 144 auto iterParams = callBackParamsMap_.find(callBackId); in GetCallBack()
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | animated_image_player.cpp | 94 auto iterator = cachedFrame_.find(index); in DecodeFrameImage() 110 // find requiredFrame in cached frame. in DecodeFrameImage() 111 auto iter = cachedFrame_.find(requiredFrame); in DecodeFrameImage() 163 auto iterator = cachedFrame_.find(index); in DecodeFrameImage() 185 // find requiredFrame in cached frame. in DecodeFrameImage() 186 auto iter = cachedFrame_.find(requiredFrame); in DecodeFrameImage()
|
/foundation/bundlemanager/app_domain_verify/services/src/manager/core/ |
H A D | app_domain_verify_data_mgr.cpp | 48 auto it = verifyMap_->find(key); in GetVerifyStatus() 53 APP_DOMAIN_VERIFY_HILOGD(APP_DOMAIN_VERIFY_MGR_MODULE_SERVICE, "get verify status fail, verify result can't find"); in GetVerifyStatus() 131 auto oldBundle = verifyMap_->find(key); in UpdateVerifyStatus() 138 auto newBundleInfo = verifyMap_->find(key); in UpdateVerifyStatus() 154 auto bundleInfoTarget = verifyMap_->find(bundleName); in UpdateVerifyMap()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/ |
H A D | a2dp_codec_factory.cpp | 62 auto priority = codecPriorities_.find(codecIndex); in Initialize() 107 auto iter = indexedCodecs_.find(static_cast<A2dpCodecIndex>(codecIndex)); in FindSourceCodec() 109 LOG_WARN("[CodecFactory] %{public}s can't find codecIndex(%u)\n", __func__, codecIndex); in FindSourceCodec() 124 auto iter = indexedCodecs_.find(static_cast<A2dpCodecIndex>(codecIndex)); in FindSinkCodec() 243 auto iter = indexedCodecs_.find(userConfig.codecIndex_); in SetCodecUserConfig()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_shader_passes.cpp | 102 if (const auto iter = nameToRenderObjects_.find(name); iter != nameToRenderObjects_.cend()) { in GetRenderData() 113 if (const auto iter = nameToComputeObjects_.find(name); iter != nameToComputeObjects_.cend()) { in GetComputeData() 148 if (const auto iter = nameToRenderObjects_.find(name); iter != nameToRenderObjects_.cend()) { in GetRenderPropertyBindingInfo() 159 if (const auto iter = nameToComputeObjects_.find(name); iter != nameToComputeObjects_.cend()) { in GetComputePropertyBindingInfo()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/ |
H A D | audio_device_manager_impl.cpp | 38 if (allHdiDevMgr_.find(audioMgrType) == allHdiDevMgr_.end()) { in DestoryDeviceManager() 54 if (allHdiDevMgr_.find(audioMgrType) != allHdiDevMgr_.end()) { in CreatDeviceManager() 136 CHECK_AND_RETURN_RET_LOG((targetIdx >= 0), nullptr, "can not find target adapter."); in GetTargetAdapterDesc() 143 CHECK_AND_RETURN_RET_LOG(desc != nullptr, nullptr, "can not find target adapter."); in LoadAdapters() 146 if (enableAdapters_.find(std::string(desc->adapterName)) != enableAdapters_.end()) { in LoadAdapters() 175 if (enableAdapters_.find(adapterName) == enableAdapters_.end()) { in UnloadAdapter()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pro_audio_stream_manager.cpp | 77 auto it = rendererStreamMap_.find(streamIndex); in StartRender() 96 auto it = rendererStreamMap_.find(streamIndex); in StopRender() 113 auto it = rendererStreamMap_.find(streamIndex); in PauseRender() 132 auto it = rendererStreamMap_.find(streamIndex); in ReleaseRender()
|
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodeclist_impl.cpp | 104 bool isVideo = mime.find("video") != std::string::npos; in GetCapability() 110 if (mimeCapsMap_.find(mime) != mimeCapsMap_.end()) { in GetCapability() 125 if (category == AVCodecCategory::AVCODEC_NONE && nameAddrMap_.find(name) != nameAddrMap_.end()) { in GetCapability() 141 if (nameAddrMap_.find(name) != nameAddrMap_.end()) { in GetBuffer()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_rcd_render_manager.cpp | 118 auto it = topSurfaceNodeMap_.find(id); in GetTopSurfaceNode() 128 auto it = bottomSurfaceNodeMap_.find(id); in GetBottomSurfaceNode() 138 auto it = topSurfaceNodeMap_.find(id); in GetTopRenderNode() 153 auto it = bottomSurfaceNodeMap_.find(id); in GetBottomRenderNode()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/ |
H A D | file_monitor.cpp | 59 auto iterator = files_.find(path); in RecursivelyCollectAllFiles() 127 const auto pos = it->first.find(path); in RemovePath() 147 if (path.find(ref) != string_view::npos) { in IsWatchingDirectory() 160 if (ref.find(path) != string_view::npos) { in IsWatchingSubDirectory()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
H A D | hm_symbol_run.cpp | 40 if (symbolInfoOrign.renderModeGroups.find(renderMode) == symbolInfoOrign.renderModeGroups.end()) { in GetSymbolLayers() 45 if (symbolInfoOrign.renderModeGroups.find(renderMode) != symbolInfoOrign.renderModeGroups.end()) { in GetSymbolLayers() 145 if (std::find(COMMON_ANIMATION_TYPES.begin(), COMMON_ANIMATION_TYPES.end(), effectMode) != in SymbolAnimation() 178 if (std::find(animationSetting.animationTypes.begin(), animationSetting.animationTypes.end(), in GetAnimationGroups()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
H A D | parallel_task_queue.cpp | 91 CORE_ASSERT(std::find(tasks_.cbegin(), tasks_.cend(), taskIdentifier) == tasks_.cend()); in Submit() 98 CORE_ASSERT(std::find(tasks_.cbegin(), tasks_.cend(), taskIdentifier) == tasks_.cend()); in SubmitAfter() 100 auto it = std::find(tasks_.begin(), tasks_.end(), afterIdentifier); in SubmitAfter() 130 auto it = std::find(tasks_.cbegin(), tasks_.cend(), taskIdentifier); in Remove()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability_builder.cpp | 30 if (specIds.find(configInfo.specId) == specIds.end()) { in GetAbility() 75 if (cachedTagSet_.find(tagId) == cachedTagSet_.end()) { in GetData() 82 auto itc = cacheTagDataMap_.find(tagId); in GetData() 87 auto itd = dataMap.find(specId); in GetData()
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystemfactory_service_stub.cpp | 43 if (clientListenerMap_.find(pid) != clientListenerMap_.end()) {
in MediaKeySystemFactoryClientDied() 45 deathRecipientMap_.find(pid) != deathRecipientMap_.end() && deathRecipientMap_[pid] != nullptr) {
in MediaKeySystemFactoryClientDied() 58 if (clientListenerMap_.find(pid) != clientListenerMap_.end()) {
in SetListenerObject() 60 deathRecipientMap_.find(pid) != deathRecipientMap_.end() && deathRecipientMap_[pid] != nullptr) {
in SetListenerObject()
|
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/ |
H A D | colorspace_strategy.cpp | 77 auto it = COLORSPACE_CONVERTER_MAP.find(src); in GetTargetColorSpace() 100 if (filtersSupportedColorSpace.find(srcRealColorSpace) != filtersSupportedColorSpace.end()) { in ChooseColorSpaceInner() 105 if (std::find(DEFAULT_SUPPORTED_COLORSPACE.begin(), DEFAULT_SUPPORTED_COLORSPACE.end(), srcRealColorSpace) != in ChooseColorSpaceInner() 111 auto it = COLORSPACE_HDR_CONVERTER_MAP.find(srcRealColorSpace); in ChooseColorSpaceInner()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/ |
H A D | cgroup_action.cpp | 84 if (fullNames_.find(policy) != fullNames_.end()) { in AddSchedPolicyDeclaration() 109 return fullNames_.find(policy) != fullNames_.end(); in IsSchedPolicyValid() 115 if (fullNames_.find(policy) != fullNames_.end()) { in GetSchedPolicyFullName() 124 if (abbrNames_.find(policy) != abbrNames_.end()) { in GetSchedPolicyAbbrName()
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_listener.cpp | 78 auto it = jsCallBack_.find(type);
in RemoveCallback() 126 if (jsCallBack_.find(EVENT_CONNECT) == jsCallBack_.end()) {
in OnConnect() 159 if (jsCallBack_.find(EVENT_DISCONNECT) == jsCallBack_.end()) {
in OnDisconnect() 192 if (jsCallBack_.find(EVENT_CHANGE) == jsCallBack_.end()) {
in OnChange()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_scheduler.h | 52 auto it = executors_.find(remoteDeviceId); in ProcessNegotiateData() 92 auto it = executors_.find(remoteDeviceId); in ProcessEvent() 125 auto eit = executors_.find(remoteDeviceId); in FetchAndDispatchCommand() 158 auto iterator = executors_.find(remoteDeviceId); in CheckExecutorRunning()
|
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | lru_bucket.h | 69 auto it = indexes_.find(key); in Get() 93 auto it = indexes_.find(key); in Set() 122 auto it = indexes_.find(key); in Update() 164 auto it = indexes_.find(key); in Delete()
|
/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/ |
H A D | distributed_test_agent.cpp | 154 auto index = msg.find(",");
in OnProcessMsg() 156 auto iter = messageFunctionMap_.find(function);
in OnProcessMsg() 169 auto iter = commandFunctionMap_.find(command);
in OnProcessCmd() 191 auto index = args.find(",");
in Put()
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | lru_bucket.h | 69 auto it = indexes_.find(key); in Get() 93 auto it = indexes_.find(key); in Set() 122 auto it = indexes_.find(key); in Update() 164 auto it = indexes_.find(key); in Delete()
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_hdi_handler.cpp | 111 auto call = mapAudioMgrCallback_.find(searchKey); in RegisterAudioDevice() 116 auto dhIds = mapAudioMgrDhIds_.find(devId); in RegisterAudioDevice() 126 auto iter = mapAudioMgrCallback_.find(searchKey); in RegisterAudioDevice() 149 auto iter = mapAudioMgrDhIds_.find(devId); in UnRegisterAudioDevice() 151 DHLOGE("Can not find register devId. devId: %{public}s", GetAnonyString(devId).c_str()); in UnRegisterAudioDevice()
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify_utils.cpp | 43 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName); in GetUriRecursively() 121 auto it = cacheMap_.find(cloudId); in GetCacheNode() 137 auto it = cacheMap_.find(cloudId); in PutCacheNode() 173 realPrefix.replace(realPrefix.find(BUNDLENAME_FLAG), BUNDLENAME_FLAG.length(), bundleName); in GetUriFromCache()
|
/foundation/distributedhardware/distributed_screen/services/screenclient/src/ |
H A D | screen_client_window_adapter.cpp | 86 auto iter = windowIdMap_.find(windowId); in ShowWindow() 110 auto iter = windowIdMap_.find(windowId); in HideWindow() 134 auto iter = windowIdMap_.find(windowId); in MoveWindow() 158 auto iter = windowIdMap_.find(windowId); in RemoveWindow()
|
/test/testfwk/developer_test/src/core/ |
H A D | utils.py | 45 if file_name.find(postfix) != -1 \
59 if "" != file_name and -1 == file_name.find(__file__):
168 if line.find('=') > 0:
213 and product_form.find("wifiiot") == -1:
|