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:efMWIS_
(Results
1 - 2
of
2
) sorted by relevance
/base/telephony/core_service/services/sim/src/
H
A
D
sim_file.cpp
990
efMWIS_
= fileData;
in ProcessGetMwisDone()
991
if (
efMWIS_
!= nullptr && efMWISSize_ > 1) {
in ProcessGetMwisDone()
993
voiceMailWaiting_ = ((
efMWIS_
[0] & BYTE_NUM2) != 0);
in ProcessGetMwisDone()
994
voiceMailCount_ =
efMWIS_
[1] & BYTE_NUM;
in ProcessGetMwisDone()
2000
efMWIS_
= efMWISData != nullptr ? efMWISData.get() : nullptr;
in SetVoiceMailCount()
2001
if (
efMWIS_
!= nullptr && efMWISSize_ > 1) {
in SetVoiceMailCount()
2003
efMWIS_
[0] = static_cast<unsigned char>((
efMWIS_
[0] & BYTE_NUM6) | (voiceMailCount == 0 ? 0 : BYTE_NUM2));
in SetVoiceMailCount()
2004
efMWIS_
[1] = voiceMailCount < 0 ? 0 : static_cast<unsigned char>(voiceMailCount);
in SetVoiceMailCount()
2023
TELEPHONY_LOGE("SetVoiceMailCount
efMWIS_
an
in SetVoiceMailCount()
[all...]
/base/telephony/core_service/services/sim/include/
H
A
D
sim_file.h
71
unsigned char *
efMWIS_
= nullptr;
member in OHOS::Telephony::SimFile
Completed in 5 milliseconds