Home
last modified time | relevance | path

Searched refs:npos (Results 601 - 625 of 1009) sorted by relevance

1...<<21222324252627282930>>...41

/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.cpp128 if (const auto delim = ver.find('.'); delim != string::npos) { in CompatibilityCheck()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h452 if (ESCAPED_CHARS.find(res[i]) != BASE_NS::string_view::npos) { in EscapeName()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_device_parser.cpp206 if (pos == std::string::npos) { in split()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h207 if (separatorPosition == BASE_NS::string::npos) { in ResolveContainerProperty()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Drofs_filesystem.cpp183 if (t2 == string::npos) { in RoFileSystem()
H A Dfile_manager.cpp307 if (uriPath.find("file://") == string::npos) { in GetAbsolutePaths()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dlume_custom_render.cpp132 if (imageUris.back().find("ball_compressed") != std::string::npos) { in LoadImages()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp37 return str.find_first_not_of("0123456789") == std::string::npos; in isNumber()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dhttp_source_plugin.cpp157 if (uri.find(".m3u8") != std::string::npos) { in SetSource()
/foundation/multimedia/av_session/frameworks/common/src/
H A Davplayback_state.cpp48 CHECK_AND_RETURN_RET_LOG(mask.find_first_not_of("01") == std::string::npos, nullptr, "mask string not 0 or 1"); in Unmarshalling()
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davcast_controller_stub.cpp186 if (str.find_first_not_of("01") != std::string::npos) { in HandleSetCastPlaybackFilter()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/photo_album_test/src/
H A Dphoto_album_test.cpp99 if (slashIndex != string::npos) { in GetLastDentry()
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h287 return GetName().find("DistributedInput ") != std::string::npos; in IsRemote()
/foundation/resourceschedule/ffrt/src/util/
H A Dworker_monitor.cpp277 if (dumpInfo.find(IPC_STACK_NAME) == std::string::npos) { in RecordIpcInfo()
/foundation/window/window_manager/window_scene/common/src/
H A Dsession_permission.cpp324 return betaName.find("beta") != std::string::npos; in IsBetaVersion()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_quality_diag.cpp289 if (pos != std::string::npos) { in load_query_addr()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Ddns_manager.cpp49 if (pos != std::string::npos) { in EnableIpv6()
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp159 if (index != std::string::npos) { in GetUrlParam()
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp176 if (index != std::string::npos) { in ParseExtraData()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dwifi_scorer_impl.cpp192 return interScanInfo.capabilities.find(securityType) != std::string::npos; in ExistSecurityType()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp220 if (position == item.npos) { in UnMarshalling()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp47 while ((pos = inout.find(what.data(), pos, what.length())) != std::string::npos) { in ReplaceAll()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_store_impl.cpp219 if (str.find(ASSET_DOT) == std::string::npos) { in OnChanged()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dscheduler_manager.cpp187 if (index == std::string::npos) { in GenRemindTimerFuncParams()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_web_controller.cpp175 return uri.substr(0, IMG_LOCAL_URI.size()) == IMG_LOCAL_URI || uri.find(IMG_LOCAL_PATH) == std::string::npos;

Completed in 25 milliseconds

1...<<21222324252627282930>>...41