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:bearTypes
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H
A
D
net_supplier_callback_proxy.cpp
42
uint32_t bearTypeSize = static_cast<uint32_t>(netrequest.
bearTypes
.size());
in RequestNetwork()
44
for (auto bearType : netrequest.
bearTypes
) {
in RequestNetwork()
111
uint32_t size = static_cast<uint32_t>(netRequest.
bearTypes
.size());
in AddRequest()
113
NETMGR_LOG_E("Write
bearTypes
size failed");
in AddRequest()
116
for (auto netBearType : netRequest.
bearTypes
) {
in AddRequest()
166
uint32_t size = static_cast<uint32_t>(netRequest.
bearTypes
.size());
in RemoveRequest()
168
NETMGR_LOG_E("Write
bearTypes
size failed");
in RemoveRequest()
171
for (auto netBearType : netRequest.
bearTypes
) {
in RemoveRequest()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H
A
D
net_supplier_callback_base.h
34
std::set<NetBearType>
bearTypes
;
member
39
: uid(uid), requestId(reqId), registerType(registerType), ident(ident),
bearTypes
(netBearTypes),
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H
A
D
net_connection_callback.cpp
97
auto
bearTypes
= netAllCap->bearerTypes_;
in NetCapabilitiesChange()
local
100
CNetCapabilities capabilities = {.bearedTypeSize =
bearTypes
.size(),
in NetCapabilitiesChange()
106
if (!SetCapability(capabilities,
bearTypes
, netCaps)) {
in NetCapabilitiesChange()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H
A
D
conn_manager_test.cpp
479
std::set<NetManagerStandard::NetBearType>
bearTypes
;
in HWTEST_F()
local
481
int32_t ret = instance_->NotifyNetBearerTypeChange(
bearTypes
);
in HWTEST_F()
H
A
D
netsys_controller_service_impl_test.cpp
780
std::set<NetManagerStandard::NetBearType>
bearTypes
;
in HWTEST_F()
local
781
bearTypes
.insert(NetManagerStandard::NetBearType::BEARER_CELLULAR);
in HWTEST_F()
782
auto ret = instance_->NotifyNetBearerTypeChange(
bearTypes
);
in HWTEST_F()
H
A
D
netsys_controller_test.cpp
1104
std::set<NetManagerStandard::NetBearType>
bearTypes
;
in HWTEST_F()
local
1105
bearTypes
.insert(NetManagerStandard::NetBearType::BEARER_CELLULAR);
in HWTEST_F()
1106
int32_t ret = NetsysController::GetInstance().NotifyNetBearerTypeChange(
bearTypes
);
in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_conn_service.cpp
1338
netrequest.
bearTypes
= iter->second->GetBearType();
in SendAllRequestToNetwork()
Completed in 11 milliseconds