Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PORT_SEPARATOR
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H
A
D
deeplink_reserve_config.cpp
41
const std::string
PORT_SEPARATOR
= ":";
member
118
return link == reservedUri.scheme || StartsWith(link, reservedUri.scheme +
PORT_SEPARATOR
);
in isUriMatched()
124
reservedUriString.append(
PORT_SEPARATOR
).append(reservedUri.port);
in isUriMatched()
139
ret = ret || StartsWith(optParamUri, reservedUriString +
PORT_SEPARATOR
);
in isUriMatched()
/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H
A
D
uri.cpp
39
const char
PORT_SEPARATOR
= ':';
member
224
size_t portSeparator = authority.find_first_of(
PORT_SEPARATOR
, start);
in ParseHost()
257
size_t portSeparator = authority.find_first_of(
PORT_SEPARATOR
, start);
in ParsePort()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H
A
D
skill.cpp
50
constexpr const char*
PORT_SEPARATOR
= ":";
member
358
return uriString == skillUri.scheme || StartsWith(uriString, skillUri.scheme +
PORT_SEPARATOR
);
in MatchUri()
364
skillUriString.append(
PORT_SEPARATOR
).append(skillUri.port);
in MatchUri()
379
ret = ret || StartsWith(optParamUri, skillUriString +
PORT_SEPARATOR
);
in MatchUri()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H
A
D
deeplinkreserveconfig_fuzzer.cpp
54
const std::string
PORT_SEPARATOR
= ":";
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_kit_service_test.cpp
196
const std::string
PORT_SEPARATOR
= ":";
member
209
PORT_SEPARATOR
+ PORT_001 + PATH_SEPARATOR + PATH_001;
211
HOST_001 +
PORT_SEPARATOR
+ PORT_001 + PATH_SEPARATOR + PATH_001 + PATH_001;
213
PORT_SEPARATOR
+ PORT_001 + PATH_SEPARATOR + PATH_REGEX_001;
6326
uri.append(
PORT_SEPARATOR
).append(PORT_001);
in HWTEST_F()
6362
uri.append(
PORT_SEPARATOR
).append(PORT_001);
in HWTEST_F()
6404
std::string uri = SCHEME_001 + SCHEME_SEPARATOR + HOST_001 +
PORT_SEPARATOR
+ PORT_001;
in HWTEST_F()
6415
uri = SCHEME_001 + SCHEME_SEPARATOR + HOST_001 +
PORT_SEPARATOR
+ PORT_002;
in HWTEST_F()
6420
uri = SCHEME_001 + SCHEME_SEPARATOR + HOST_002 +
PORT_SEPARATOR
+ PORT_001;
in HWTEST_F()
6425
uri = SCHEME_002 + SCHEME_SEPARATOR + HOST_001 +
PORT_SEPARATOR
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H
A
D
inner_bundle_info.cpp
73
const std::string
PORT_SEPARATOR
= ":";
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H
A
D
bms_bundle_kit_service_base_test.cpp
72
const std::string
PORT_SEPARATOR
= ":";
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
inner_bundle_info.cpp
77
constexpr const char*
PORT_SEPARATOR
= ":";
member
4064
auto iter = oldShortcut.icon.find(
PORT_SEPARATOR
);
in InnerProcessShortcut()
4071
auto iter = oldShortcut.label.find(
PORT_SEPARATOR
);
in InnerProcessShortcut()
Completed in 29 milliseconds