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:netPolicyQuota
(Results
1 - 1
of
1
) sorted by relevance
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H
A
D
net_policy_file.h
162
inline void ToQuotaPolicy(const NetPolicyQuota&
netPolicyQuota
, NetQuotaPolicy "aPolicy)
in ToQuotaPolicy()
argument
164
quotaPolicy.quotapolicy.lastLimitRemind = CommonUtils::StrToLong(
netPolicyQuota
.lastLimitSnooze, REMIND_NEVER);
in ToQuotaPolicy()
165
quotaPolicy.quotapolicy.limitBytes = CommonUtils::StrToLong(
netPolicyQuota
.limitBytes, DATA_USAGE_UNKNOWN);
in ToQuotaPolicy()
166
quotaPolicy.quotapolicy.metered = CommonUtils::StrToBool(
netPolicyQuota
.metered, false);
in ToQuotaPolicy()
167
quotaPolicy.networkmatchrule.netType = CommonUtils::StrToInt(
netPolicyQuota
.netType, BEARER_DEFAULT);
in ToQuotaPolicy()
168
quotaPolicy.quotapolicy.periodDuration =
netPolicyQuota
.periodDuration;
in ToQuotaPolicy()
169
quotaPolicy.quotapolicy.periodStartTime = CommonUtils::StrToLong(
netPolicyQuota
.periodStartTime);
in ToQuotaPolicy()
170
quotaPolicy.networkmatchrule.simId =
netPolicyQuota
.simId;
in ToQuotaPolicy()
171
quotaPolicy.quotapolicy.warningBytes = CommonUtils::StrToLong(
netPolicyQuota
.warningBytes, DATA_USAGE_UNKNOWN);
in ToQuotaPolicy()
172
quotaPolicy.networkmatchrule.ident =
netPolicyQuota
in ToQuotaPolicy()
[all...]
Completed in 1 milliseconds