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:BYTE_NUM
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/core_service/services/sim/include/
H
A
D
usim_function_handle.h
33
const int
BYTE_NUM
= 8;
member in OHOS::Telephony::UsimFunctionHandle
H
A
D
ruim_file.h
73
const uint8_t
BYTE_NUM
= 0xFF;
member in OHOS::Telephony::RuimFile
H
A
D
icc_file_controller.h
90
const uint8_t
BYTE_NUM
= 0xff;
member in OHOS::Telephony::IccFileController
H
A
D
icc_file.h
165
const uint8_t
BYTE_NUM
= 0xFF;
member in OHOS::Telephony::IccFile
/base/telephony/core_service/services/sim/src/
H
A
D
sim_file.cpp
400
displayConditionOfSpn_ = (
BYTE_NUM
& value);
in ProcessSpnGeneral()
862
int index = (dataByte != nullptr) ? (dataByte.get()[0] &
BYTE_NUM
) : 0;
in ProcessGetMbiDone()
863
if (index != 0 && index !=
BYTE_NUM
) {
in ProcessGetMbiDone()
986
if ((value &
BYTE_NUM
) ==
BYTE_NUM
) {
in ProcessGetMwisDone()
994
voiceMailCount_ = efMWIS_[1] &
BYTE_NUM
;
in ProcessGetMwisDone()
995
if (voiceMailWaiting_ && (voiceMailCount_ == 0 || voiceMailCount_ ==
BYTE_NUM
)) {
in ProcessGetMwisDone()
1956
if ((indexOfMailbox_) && (indexOfMailbox_ !=
BYTE_NUM
)) {
in UpdateVoiceMail()
2090
efCfis[CFIS_ADN_CAPABILITY_ID_OFFSET] = static_cast<unsigned char>(
BYTE_NUM
);
in FillNumber()
2091
efCfis[CFIS_ADN_EXTENSION_ID_OFFSET] = static_cast<unsigned char>(
BYTE_NUM
);
in FillNumber()
[all...]
H
A
D
icc_file_controller.cpp
661
fileSize = data[LENGTH_OF_RECORD] &
BYTE_NUM
;
in GetFileAndDataSize()
662
dataSize = ((data[SIZE_ONE_OF_FILE] &
BYTE_NUM
) << OFFSET) + (data[SIZE_TWO_OF_FILE] &
BYTE_NUM
);
in GetFileAndDataSize()
670
dataSize = ((data[SIZE_ONE_OF_FILE] &
BYTE_NUM
) << OFFSET) + (data[SIZE_TWO_OF_FILE] &
BYTE_NUM
);
in GetDataSize()
H
A
D
ruim_file.cpp
367
if ((spnData[numBytes] &
BYTE_NUM
) ==
BYTE_NUM
) {
in ProcessGetSpnDone()
Completed in 7 milliseconds