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
defs:specifier
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_supplier_test/
H
A
D
net_specifier_test.cpp
49
sptr<NetSpecifier>
specifier
= new (std::nothrow) NetSpecifier();
in HWTEST_F()
local
64
sptr<NetSpecifier>
specifier
= new (std::nothrow) NetSpecifier;
in HWTEST_F()
local
78
sptr<NetSpecifier>
specifier
= new (std::nothrow) NetSpecifier;
in HWTEST_F()
local
96
NetSpecifier
specifier
;
HWTEST_F()
local
110
sptr<NetSpecifier>
specifier
= new (std::nothrow) NetSpecifier;
HWTEST_F()
local
125
sptr<NetSpecifier>
specifier
= new (std::nothrow) NetSpecifier;
HWTEST_F()
local
142
sptr<NetSpecifier>
specifier
= new (std::nothrow) NetSpecifier;
HWTEST_F()
local
156
sptr<NetSpecifier>
specifier
= new (std::nothrow) NetSpecifier;
HWTEST_F()
local
170
NetSpecifier
specifier
;
HWTEST_F()
local
184
sptr<NetSpecifier>
specifier
= nullptr;
HWTEST_F()
local
198
sptr<NetSpecifier>
specifier
= new (std::nothrow) NetSpecifier;
HWTEST_F()
local
212
sptr<NetSpecifier>
specifier
= new (std::nothrow) NetSpecifier;
HWTEST_F()
local
[all...]
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H
A
D
net_connection_impl.cpp
26
NetConnectionProxy::NetConnectionProxy(CNetSpecifier
specifier
, uint32_t timeout)
in NetConnectionProxy()
argument
59
sptr<NetSpecifier>
specifier
in RegisterCallback()
local
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/
H
A
D
network_exec.cpp
123
sptr<NetSpecifier>
specifier
= new NetSpecifier;
in ExecSubscribe()
local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H
A
D
net_activate_test.cpp
180
sptr<NetSpecifier>
specifier
= nullptr;
in HWTEST_F()
local
208
sptr<NetSpecifier>
specifier
= nullptr;
in HWTEST_F()
local
243
sptr<NetSpecifier>
specifier
= nullptr;
in HWTEST_F()
local
268
sptr<NetSpecifier>
specifier
= nullptr;
in HWTEST_F()
local
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H
A
D
net_connection_adapter.cpp
394
int32_t NetConnCallbackManager::RegisterNetConnCallback(NetConn_NetSpecifier *
specifier
,
in RegisterNetConnCallback()
argument
H
A
D
net_connection.cpp
289
int32_t OH_NetConn_RegisterNetConnCallback(NetConn_NetSpecifier *
specifier
, NetConn_NetConnCallback *netConnCallback,
in OH_NetConn_RegisterNetConnCallback()
argument
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_activate.cpp
29
NetActivate::NetActivate(const sptr<NetSpecifier> &
specifier
, const sptr<INetConnCallback> &callback,
in NetActivate()
argument
H
A
D
net_conn_service.cpp
1143
auto
specifier
= iterActive->second->GetNetSpecifier();
in FindSameCallback()
local
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H
A
D
connection_module.cpp
90
static bool ParseNetSpecifier(napi_env env, napi_value obj, NetSpecifier &
specifier
)
in ParseNetSpecifier()
argument
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H
A
D
connection_exec.cpp
723
sptr<NetSpecifier>
specifier
= new NetSpecifier(conn.netSpecifier_);
in ExecRegister()
local
731
sptr<NetSpecifier>
specifier
= new NetSpecifier(conn.netSpecifier_);
in ExecRegister()
local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
net_conn_client.cpp
527
sptr<NetSpecifier>
specifier
= std::get<0>(mem);
in RecoverCallbackAndGlobalProxy()
local
Completed in 14 milliseconds