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:bearerTypes
(Results
1 - 24
of
24
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/js/napi/network/observer/include/
H
A
D
network_observer.h
26
std::set<NetBearType>
bearerTypes
;
member
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_supplier_test/
H
A
D
net_specifier_test.cpp
112
std::set<NetBearType>
bearerTypes
;
in HWTEST_F()
local
129
std::set<NetBearType>
bearerTypes
;
in HWTEST_F()
local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
net_specifier.cpp
47
void NetSpecifier::SetTypes(const std::set<NetBearType> &
bearerTypes
)
in SetTypes()
argument
H
A
D
net_all_capabilities.cpp
216
void NetAllCapabilities::ToStrNetBearTypes(const std::set<NetBearType> &
bearerTypes
, std::string &str) const
in ToStrNetBearTypes()
argument
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H
A
D
net_connection_callback.cpp
45
bool SetCapability(CNetCapabilities &capabilities, const std::set<NetBearType> &
bearerTypes
,
in SetCapability()
argument
/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/
H
A
D
network_exec.cpp
34
static napi_value MakeNetworkResponse(napi_env env, const std::set<NetBearType> &
bearerTypes
)
in MakeNetworkResponse()
argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H
A
D
net_activate_test.cpp
254
std::set<NetBearType>
bearerTypes
;
in HWTEST_F()
local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
netsys_native_service_proxy_test.cpp
383
std::set<NetManagerStandard::NetBearType>
bearerTypes
;
in HWTEST_F()
local
H
A
D
netsys_native_client_test.cpp
432
std::set<NetManagerStandard::NetBearType>
bearerTypes
;
in HWTEST_F()
local
H
A
D
netsys_native_service_stub_test.cpp
1949
std::set<NetManagerStandard::NetBearType>
bearerTypes
;
in HWTEST_F()
local
H
A
D
netsys_native_service_test.cpp
819
std::set<NetManagerStandard::NetBearType>
bearerTypes
;
in HWTEST_F()
local
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H
A
D
common.h
35
int32_t *
bearerTypes
;
member
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/
H
A
D
net_connection_type.h
132
NetConn_NetBearerType
bearerTypes
[NETCONN_MAX_BEARER_TYPE_SIZE];
member
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H
A
D
conn_manager.cpp
460
int32_t ConnManager::NotifyNetBearerTypeChange(std::set<NetManagerStandard::NetBearType>
bearerTypes
)
in NotifyNetBearerTypeChange()
argument
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H
A
D
connection_module.cpp
82
napi_value
bearerTypes
= NapiUtils::GetNamedProperty(env, obj, KEY_BEARER_TYPE);
in ParseCapabilities()
local
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H
A
D
connection_exec.cpp
80
napi_value
bearerTypes
=
in CreateNetCapabilities()
local
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H
A
D
netsys_controller.cpp
1486
int32_t NetsysController::NotifyNetBearerTypeChange(std::set<NetBearType>
bearerTypes
)
in NotifyNetBearerTypeChange()
argument
H
A
D
netsys_controller_service_impl.cpp
909
int32_t NetsysControllerServiceImpl::NotifyNetBearerTypeChange(std::set<NetBearType>
bearerTypes
)
in NotifyNetBearerTypeChange()
argument
H
A
D
netsys_native_client.cpp
1697
int32_t NetsysNativeClient::NotifyNetBearerTypeChange(std::set<NetBearType>
bearerTypes
)
in NotifyNetBearerTypeChange()
argument
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H
A
D
net_sys_client_fuzzer.cpp
1425
std::set<uint32_t>
bearerTypes
;
in CmdNotifyNetBearerTypeChangeFuzzTest()
local
/foundation/communication/netmanager_base/services/netmanagernative/src/
H
A
D
netsys_native_service.cpp
1026
int32_t NetsysNativeService::NotifyNetBearerTypeChange(std::set<NetBearType>
bearerTypes
)
in NotifyNetBearerTypeChange()
argument
H
A
D
netsys_native_service_stub.cpp
2060
std::set<NetBearType>
bearerTypes
;
in CmdNotifyNetBearerTypeChange()
local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H
A
D
netsys_native_service_proxy.cpp
3064
int32_t NetsysNativeServiceProxy::NotifyNetBearerTypeChange(std::set<NetBearType>
bearerTypes
)
in NotifyNetBearerTypeChange()
argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
net_manager_native.cpp
612
int32_t NetManagerNative::NotifyNetBearerTypeChange(std::set<NetBearType>
bearerTypes
)
in NotifyNetBearerTypeChange()
argument
Completed in 41 milliseconds