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:netSupplier
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/cellular_data/services/src/utils/
H
A
D
cellular_data_net_agent.cpp
44
for (NetSupplier &
netSupplier
: netSuppliers_) {
in RegisterNetSupplier()
45
if (
netSupplier
.slotId != slotId) {
in RegisterNetSupplier()
49
if (
netSupplier
.capability > NetCap::NET_CAPABILITY_INTERNAL_DEFAULT) {
in RegisterNetSupplier()
50
TELEPHONY_LOGE("capabilities(%{public}" PRIu64 ") not support",
netSupplier
.capability);
in RegisterNetSupplier()
53
int32_t simId = CoreManagerInner::GetInstance().GetSimId(
netSupplier
.slotId);
in RegisterNetSupplier()
58
std::set<NetCap> netCap { static_cast<NetCap>(
netSupplier
.capability) };
in RegisterNetSupplier()
66
netSupplier
.supplierId = supplierId;
in RegisterNetSupplier()
67
netSupplier
.simId = simId;
in RegisterNetSupplier()
68
int32_t regCallback = netManager.RegisterNetSupplierCallback(
netSupplier
.supplierId, callBack_);
in RegisterNetSupplier()
73
int32_t updateResult = UpdateNetSupplierInfo(
netSupplier
in RegisterNetSupplier()
174
AddNetSupplier(const NetSupplier &
netSupplier
)
AddNetSupplier()
argument
[all...]
/base/telephony/cellular_data/services/include/utils/
H
A
D
cellular_data_net_agent.h
87
* @param
netSupplier
a specific network
89
void AddNetSupplier(const NetSupplier &
netSupplier
);
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_service.cpp
327
NetSupplier
netSupplier
= { 0 };
in AddNetSupplier()
local
328
netSupplier
.supplierId = 0;
in AddNetSupplier()
329
netSupplier
.slotId = slotId;
in AddNetSupplier()
330
netSupplier
.simId = INVALID_SIM_ID;
in AddNetSupplier()
331
netSupplier
.capability = capability;
in AddNetSupplier()
332
netSupplier
.regState = SUPPLIER_INVALID_REG_STATE;
in AddNetSupplier()
333
netAgent.AddNetSupplier(
netSupplier
);
in AddNetSupplier()
Completed in 3 milliseconds