Home
last modified time | relevance | path

Searched refs:npos (Results 526 - 550 of 1616) sorted by relevance

1...<<21222324252627282930>>...65

/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H A Dvpn_module_ext.cpp148 if (pos == std::string::npos) { in Replace()
179 if (abilityName.find(VPN_DIALOG_POSTFIX) == std::string::npos) { in StartVpnExtensionAbility()
251 if (bundleName.find(VPN_DIALOG_POSTFIX) != std::string::npos) { in UpdateVpnAuthorize()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp145 if (tagName.find("p2p") != std::string::npos) { in StopDhcp()
297 if (pos == std::string::npos) { in CallAdapterSetRange()
313 if (tagName.find("p2p") != std::string::npos) { in CallAdapterSetRange()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp117 if (((it->second).find(idMapValue) != std::string::npos)) { in CreateSoftbusSessionServer()
167 if (((it->second).find(idMapValue) != std::string::npos)) { in RemoveSoftbusSessionServer()
309 if ((it->second).find(peerDevId) != std::string::npos) { in OnSoftbusSessionOpened()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore.cpp123 if (fileInfo.fileName.find('/') != string::npos) { in OnFileReady()
212 if (bundleName.find('/') != string::npos) { in RestoreApp()
226 if (filePath.rfind("/") == string::npos) { in RestoreApp()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.cpp204 if (pathStr.find("://") != string::npos) { in Open()
331 if (pos == string::npos) { in GetName()
397 if (pos == string::npos) { in GetParent()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp124 if (firstSlash == fileName.npos) { in GetFileName()
507 while (cnt < splitThree && pos != std::string::npos) { in TransRemoteUriToLocal()
511 if (pos != std::string::npos) { in TransRemoteUriToLocal()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTracePC.cpp71 if (File.find("compiler-rt/lib/") != std::string::npos)
73 if (File.find("/usr/lib/") != std::string::npos)
75 if (File.find("/usr/include/") != std::string::npos)
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.cc57 size_t pos = string::npos; in FindNth()
61 if (pos == string::npos) { in FindNth()
110 if (chars.find(current_char) != string::npos) { in strrmm()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderVars.cpp245 if (pos == std::string::npos) in findInfoByMappedName()
265 if (closePos < pos || closePos == std::string::npos) in findInfoByMappedName()
313 if (pos == std::string::npos) in findField()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp146 if (NewlineOffs == StringRef::npos) NewlineOffs = ~(size_t)0; in getLineAndColumn()
283 if (I->getText().find_first_of("\n\r\t") != StringRef::npos) in buildFixItLine()
345 if (NextTab == StringRef::npos) { in printSourceLine()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc238 if (pos == std::string::npos || pos == 0) { in AddDefaultProtoPaths()
255 if (pos == std::string::npos || pos == 0) { in AddDefaultProtoPaths()
698 if (pos == std::string::npos) { in ~MemoryOutputStream()
715 if (pos == std::string::npos) { in ~MemoryOutputStream()
1111 if (file.name().find("google/ads/googleads") != std::string::npos) { in AllowProto3Optional()
1116 if (file.name().find("test_proto3_optional") != std::string::npos) { in AllowProto3Optional()
1584 if (equals_pos == std::string::npos) { in InterpretArgument()
1777 if (equals_pos == std::string::npos) { in InterpretArgument()
1780 if (slash_pos == std::string::npos) { in InterpretArgument()
1855 if (colon_pos == std::string::npos || IsWindowsAbsolutePat in InterpretArgument()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_impl.cpp438 if (mode.find(READ) != string::npos) { in CheckOpenFilePermission()
443 } else if (mode.find(WRITE) != string::npos) { in CheckOpenFilePermission()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.cpp69 if (!calc.CalcValue().empty() && calc.CalcValue().find("wrapContent") != std::string::npos) { in Measure()
116 if (!calc.CalcValue().empty() && calc.CalcValue().find("wrapContent") != std::string::npos) { in Layout()
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h257 for (auto pos = str.find(prefix, 0); pos != std::string::npos; pos = str.find(prefix, pos)) { in StripFormatString()
264 for (auto pos = str.find(prefix, 0); pos != std::string::npos; pos = str.find(prefix, pos)) { in ReplaceFormatString()
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp48 std::string cleanUrl = (queryPos != std::string::npos) ? src.substr(0, queryPos) : src; in IsSVGSource()
79 if (iter == std::string::npos) { in ResolveURIType()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnav_destination_modifier.cpp82 while ((pos = safeAreaTypeStr.find(delimiter)) != std::string::npos) { in SetIgnoreLayoutSafeArea()
89 while ((pos = safeAreaEdgeStr.find(delimiter)) != std::string::npos) { in SetIgnoreLayoutSafeArea()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp96 if (originalDir.find(ServiceConstants::RELATIVE_PATH) != std::string::npos || in FilterDriverSoFile()
97 destinedDir.find(ServiceConstants::RELATIVE_PATH) != std::string::npos) { in FilterDriverSoFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_bundle_profile.cpp96 (preScanInfo.bundleDir.find(RESOURCES_PATH_1) != preScanInfo.bundleDir.npos) || in TransformTo()
97 (preScanInfo.bundleDir.find(RESOURCES_PATH_2) != preScanInfo.bundleDir.npos); in TransformTo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_checker.cpp137 if ((hapModuleInfoNativeLibraryPath.find(hqfInfoNativeLibraryPath) == std::string::npos) && in CheckPatchNativeSoWithInstalledBundle()
138 (hapModuleInfoNativeLibraryPath.find(hqfInfo.cpuAbi) == std::string::npos)) { in CheckPatchNativeSoWithInstalledBundle()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp49 if (index == std::string::npos) { in SaveBundleInfo()
57 if (index == std::string::npos) { in SaveBundleInfo()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.cpp308 if (separatorPos == string::npos) { in GetDirName()
321 if (separatorPos == string::npos) { in GetBaseName()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.cpp259 if (aPath.find(ref) != std::string::npos) { in isWatchingDirectory()
271 if (ref.find(aPath) != std::string::npos) { in isWatchingSubDirectory()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp221 if (playList_.find(M3U8_START_TAG) == std::string::npos || in PreParseManifest()
222 playList_.find(M3U8_END_TAG) != std::string::npos) { in PreParseManifest()
/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_channel_layout_test.cpp217 EXPECT_NE(dumpInfo.find(dumpStream.str()), string::npos) << "dumpStream: [" << dumpStream.str() << "]\n" in HWTEST_F()
246 EXPECT_NE(dumpInfo.find(dumpStream.str()), string::npos) << "dumpStream: [" << dumpStream.str() << "]\n"; in HWTEST_F()
/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp71 return (first == std::string::npos) ? "" : str.substr(first, last - first + 1); in Trim()
77 if (colonPos != std::string::npos) { in ParseKeyValue()

Completed in 20 milliseconds

1...<<21222324252627282930>>...65