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:NETWORK_PARA
(Results
1 - 8
of
8
) sorted by relevance
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/src/
H
A
D
file_uri.cpp
39
const std::string
NETWORK_PARA
= "?networkid=";
member
90
uri_.ToString().find(
NETWORK_PARA
) == string::npos &&
in GetRealPath()
96
uri_.ToString().find(
NETWORK_PARA
) != string::npos) {
in GetRealPath()
111
uri_.ToString().find(
NETWORK_PARA
) == string::npos &&
in GetRealPathBySA()
147
size_t pos = uri_.ToString().find(
NETWORK_PARA
);
in IsRemoteUri()
148
if (pos != string::npos && pos > 0 && pos < uri_.ToString().size() -
NETWORK_PARA
.size()) {
in IsRemoteUri()
149
if (uri_.ToString().substr(pos +
NETWORK_PARA
.size()).find(BACKFLASH) == string::npos) {
in IsRemoteUri()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
translistener.cpp
28
const std::string
NETWORK_PARA
= "?networkid=";
member
196
return uri.substr(uri.find(
NETWORK_PARA
) +
NETWORK_PARA
.size(), uri.size());
in GetNetworkIdFromUri()
H
A
D
copy.cpp
36
const std::string
NETWORK_PARA
= "?networkid=";
member
615
return uri.find(
NETWORK_PARA
) != uri.npos;
in IsRemoteUri()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H
A
D
trans_listener.cpp
33
const std::string
NETWORK_PARA
= "?networkid=";
member
242
return uri.substr(uri.find(
NETWORK_PARA
) +
NETWORK_PARA
.size(), uri.size());
in GetNetworkIdFromUri()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H
A
D
remote_file_share.cpp
59
const std::string
NETWORK_PARA
= "?networkid=";
member
391
std::string networkId =
NETWORK_PARA
+ GetLocalNetworkId();
in GetDfsUriFromLocal()
436
std::string networkId =
NETWORK_PARA
+ GetLocalNetworkId();
in GetDfsUrisFromLocal()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H
A
D
file_share.cpp
53
const string
NETWORK_PARA
= "networkid=";
member
133
if ((buf.st_nlink != 0 || (!networkIdInfo.empty() && networkIdInfo.find(
NETWORK_PARA
) == 0)) &&
in CheckIfNeedShare()
H
A
D
file_permission.cpp
37
const std::string
NETWORK_PARA
= "?networkid=";
member
72
if (uriStr.find(
NETWORK_PARA
) != string::npos) {
in CheckValidUri()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
copy.cpp
50
const std::string
NETWORK_PARA
= "?networkid=";
member
187
//
NETWORK_PARA
in IsRemoteUri()
188
return uri.find(
NETWORK_PARA
) != uri.npos;
in IsRemoteUri()
Completed in 7 milliseconds