Home
last modified time | relevance | path

Searched refs:find (Results 1 - 25 of 102) sorted by relevance

12345

/applications/standard/contacts_data/ability/common/utils/src/
H A Dsql_analyzer.cpp61 std::size_t found = sql.find(']', pos); in CharCheck()
69 std::size_t found = sql.find('\n', pos); in CharCheck()
77 std::size_t found = sql.find("*/", pos); in CharCheck()
95 std::size_t found = sql.find(ch, pos); in StrCheck()
H A Dcontacts_string_utils.cpp33 std::string::size_type found = str.find(spSymbol); in SplitStr()
42 found = str.find(spSymbol, i); in SplitStr()
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp74 if (pluginRenderMap_.find(id) != pluginRenderMap_.end()) { in GetPluginRender()
85 if (windowMap_.find(surfaceId) == windowMap_.end()) { in SetSurfaceId()
89 if (pluginRenderMap_.find(surfaceId) == pluginRenderMap_.end()) { in SetSurfaceId()
100 auto pluginRenderMapIter = pluginRenderMap_.find(surfaceId); in DestroySurface()
105 auto windowMapIter = windowMap_.find(surfaceId); in DestroySurface()
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/plugin/
H A Dplugin_manager.cpp97 if (nativeXComponentMap_.find(id) == nativeXComponentMap_.end()) { in SetNativeXComponent()
112 if (pluginRenderMap_.find(id) == pluginRenderMap_.end()) { in GetRender()
122 auto map = pluginRenderMap_.find(id); in ReleaseRender()
/applications/standard/contacts_data/ability/sinicization/src/
H A Dcharacter_transliterate.cpp1986 auto it = multiPronunciationMap.find(chineseCharacter); in getMultiPronunciation()
2044 std::string::size_type find = in GetCommonPronunciation() local
2045 CharacterTransliterate::chineseTable_[index].chineseCharacters_.find(chineseCharacterString); in GetCommonPronunciation()
2046 if (find != std::string::npos) { in GetCommonPronunciation()
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_display.cpp33 auto iter = mIdSets.find(mIdleId); in GetIdleId()
67 auto iter = mLayersMap.find(layerId); in SetLayerZorder()
69 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder()
117 auto iter = mLayersMap.find(layerId); in CloseLayer()
119 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in CloseLayer()
215 auto iter = mLayersMap.find(id); in GetHdiLayer()
217 DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
H A Dhdi_session.h40 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction()
42 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction()
54 auto iter = mHdiDisplays.find(devId); in CallLayerFunction()
56 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction()
60 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_display.cpp33 auto iter = mIdSets.find(mIdleId); in GetIdleId()
68 auto iter = mLayersMap.find(layerId); in SetLayerZorder()
70 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder()
118 auto iter = mLayersMap.find(layerId); in CloseLayer()
120 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in CloseLayer()
215 auto iter = mLayersMap.find(id); in GetHdiLayer()
216 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
H A Dhdi_session.h39 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction()
41 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction()
51 auto iter = mHdiDisplays.find(devId); in CallLayerFunction()
53 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction()
57 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_display.cpp33 auto iter = mIdSets.find(mIdleId); in GetIdleId()
68 auto iter = mLayersMap.find(layerId); in SetLayerZorder()
70 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder()
117 auto iter = mLayersMap.find(layerId); in DestroyLayer()
119 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in DestroyLayer()
214 auto iter = mLayersMap.find(id); in GetHdiLayer()
215 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
H A Dhdi_session.h41 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction()
43 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction()
53 auto iter = mHdiDisplays.find(devId); in CallLayerFunction()
55 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction()
59 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_display.cpp33 auto iter = mIdSets.find(mIdleId); in GetIdleId()
68 auto iter = mLayersMap.find(layerId); in SetLayerZorder()
70 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder()
117 auto iter = mLayersMap.find(layerId); in DestroyLayer()
119 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in DestroyLayer()
218 auto iter = mLayersMap.find(id); in GetHdiLayer()
219 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
H A Dhdi_session.h43 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction()
45 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction()
56 auto iter = mHdiDisplays.find(devId); in CallLayerFunction()
58 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction()
62 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_display.cpp33 auto iter = mIdSets.find(mIdleId); in GetIdleId()
68 auto iter = mLayersMap.find(layerId); in SetLayerZorder()
70 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder()
118 auto iter = mLayersMap.find(layerId); in DestroyLayer()
120 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in DestroyLayer()
215 auto iter = mLayersMap.find(id); in GetHdiLayer()
216 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
H A Dhdi_session.h41 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction()
43 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction()
53 auto iter = mHdiDisplays.find(devId); in CallLayerFunction()
55 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction()
59 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/
H A Dcmpi_mod.c63 hi_bool find = HI_FALSE; in cmpi_get_module_func_by_id() local
67 find = HI_TRUE; in cmpi_get_module_func_by_id()
72 return (find == HI_TRUE) ? tmp->export_funcs : NULL; in cmpi_get_module_func_by_id()
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/
H A Dcommon_utils.cpp57 auto it = bufferTypeToStr_.find(bufferType); in GetBufferType()
67 auto it = formatToStr_.find(ohFormat); in GetFormat()
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_session.h38 auto iter = mHdiDisplays.find(devId); in CallDisplayFunction()
40 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallDisplayFunction()
50 auto iter = mHdiDisplays.find(devId); in CallLayerFunction()
52 DISPLAY_LOGE("can not find display %{public}d", devId)); in CallLayerFunction()
56 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in CallLayerFunction()
H A Dhdi_display.cpp33 auto iter = mIdSets.find(mIdleId); in GetIdleId()
68 auto iter = mLayersMap.find(layerId); in SetLayerZorder()
70 DISPLAY_LOGE("can not find the layer %{public}d", layerId)); in SetLayerZorder()
120 auto iter = mLayersMap.find(layerId); in CloseLayer()
122 DISPLAY_LOGE("can not find the layer id %{public}d", layerId)); in CloseLayer()
222 auto iter = mLayersMap.find(id); in GetHdiLayer()
223 DISPLAY_CHK_RETURN((iter == mLayersMap.end()), nullptr, DISPLAY_LOGE("can not find the layer %{public}d", id)); in GetHdiLayer()
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/
H A Dnapi_manager.cpp130 if (nativeXComponentMap_.find(id) == nativeXComponentMap_.end()) { in SetNativeXComponent()
141 if (nativeXComponentMap_.find(id) == nativeXComponentMap_.end()) { in GetNativeXComponent()
150 if (appNapiMap_.find(id) == appNapiMap_.end()) { in GetApp()
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/
H A Dnapi_manager.cpp127 if (nativeXComponentMap_.find(id) == nativeXComponentMap_.end()) { in SetNativeXComponent()
138 if (nativeXComponentMap_.find(id) == nativeXComponentMap_.end()) { in GetNativeXComponent()
147 if (appNapiMap_.find(id) == appNapiMap_.end()) { in GetApp()
/applications/standard/contacts_data/dataBusiness/contacts/src/
H A Dcontacts_datashare_stub_impl.cpp73 if (path.find("com.ohos.contactsdataability") != std::string::npos) { in GetOwner()
76 if (path.find("com.ohos.calllogability") != std::string::npos) { in GetOwner()
79 if (path.find("com.ohos.voicemailability") != std::string::npos) { in GetOwner()
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/plugin/
H A Dplugin_manager.cpp99 if (nativeXComponentMap_.find(id) == nativeXComponentMap_.end()) { in SetNativeXComponent()
114 if (pluginRenderMap_.find(id) == pluginRenderMap_.end()) { in GetRender()
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/plugin/
H A Dplugin_manager.cpp99 if (nativeXComponentMap_.find(id) == nativeXComponentMap_.end()) { in SetNativeXComponent()
114 if (pluginRenderMap_.find(id) == pluginRenderMap_.end()) { in GetRender()
/applications/standard/settings/cj/settings/src/
H A Dcj_settings_observer.cpp50 if (g_observerMap.find(key) != g_observerMap.end() && g_observerMap[key] != nullptr) { in RegisterKeyObserver()
81 if (g_observerMap.find(key) == g_observerMap.end()) { in UnregisterKeyObserver()

Completed in 12 milliseconds

12345