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:SS_FROM_MMI_CODE
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/cellular_call/services/common/include/
H
A
D
cellular_call_data_struct.h
26
const int32_t
SS_FROM_MMI_CODE
= 0;
member
317
int32_t flag =
SS_FROM_MMI_CODE
; // 0: command come from dialer; 1: command come from JS api which called by setting
/base/telephony/cellular_call/services/utils/src/
H
A
D
cellular_call_supplement.cpp
591
if (flag ==
SS_FROM_MMI_CODE
) {
in EventGetCallWaiting()
608
if (flag ==
SS_FROM_MMI_CODE
) {
in EventSetCallWaiting()
673
if (flag ==
SS_FROM_MMI_CODE
) {
in BuildCallForwardQueryInfo()
695
if (flag ==
SS_FROM_MMI_CODE
) {
in EventSetCallTransferInfo()
722
if (flag ==
SS_FROM_MMI_CODE
) {
in EventGetCallRestriction()
739
if (flag ==
SS_FROM_MMI_CODE
) {
in EventSetCallRestriction()
754
if (flag ==
SS_FROM_MMI_CODE
) {
in EventSetBarringPassword()
1180
if (flag ==
SS_FROM_MMI_CODE
) {
in EventGetClip()
1191
if (flag ==
SS_FROM_MMI_CODE
) {
in EventSetClip()
1213
if (flag ==
SS_FROM_MMI_CODE
) {
in EventGetClir()
[all...]
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_handler.cpp
1331
int32_t flag =
SS_FROM_MMI_CODE
;
in GetCallWaitingResponse()
1397
int32_t flag =
SS_FROM_MMI_CODE
;
in SetCallWaitingResponse()
1416
int32_t flag =
SS_FROM_MMI_CODE
;
in GetClirResponse()
1432
int32_t flag =
SS_FROM_MMI_CODE
;
in SetClirResponse()
1448
int32_t flag =
SS_FROM_MMI_CODE
;
in GetClipResponse()
1464
int32_t flag =
SS_FROM_MMI_CODE
;
in SetClipResponse()
1480
int32_t flag =
SS_FROM_MMI_CODE
;
in GetColrResponse()
1496
int32_t flag =
SS_FROM_MMI_CODE
;
in SetColrResponse()
1512
int32_t flag =
SS_FROM_MMI_CODE
;
in GetColpResponse()
1528
int32_t flag =
SS_FROM_MMI_CODE
;
in SetColpResponse()
[all...]
Completed in 6 milliseconds