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:ControlBase
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/cellular_call/services/control/src/
H
A
D
control_base.cpp
29
int32_t
ControlBase
::DialPreJudgment(const CellularCallInfo &callInfo, bool isEcc)
in DialPreJudgment()
50
bool
ControlBase
::IsNeedExecuteMMI(int32_t slotId, std::string &phoneString, CLIRMode &clirMode, bool isNeedUseIms)
in IsNeedExecuteMMI()
91
bool
ControlBase
::IsDtmfKey(char c) const
in IsDtmfKey()
100
bool
ControlBase
::IsConnectedOut(TelCallState preState, TelCallState curState)
in IsConnectedOut()
109
bool
ControlBase
::CheckAirplaneModeScene(const CellularCallInfo &callInfo)
in CheckAirplaneModeScene()
116
bool
ControlBase
::CheckActivateSimScene(int32_t slotId)
in CheckActivateSimScene()
127
int32_t
ControlBase
::HandleEcc(const CellularCallInfo &callInfo, bool isEcc, bool isAirplaneModeOn, bool isActivateSim)
in HandleEcc()
169
int32_t
ControlBase
::SetReadyToCall(int32_t slotId, bool isReadyToCall)
in SetReadyToCall()
/base/telephony/cellular_call/services/control/include/
H
A
D
control_base.h
29
class
ControlBase
{
class
34
ControlBase
() = default;
39
virtual ~
ControlBase
() = default;
311
TELEPHONY_LOGD("
ControlBase
::StartDtmf start");
in StartDtmf()
348
TELEPHONY_LOGD("
ControlBase
::StopDtmf start");
in StopDtmf()
392
TELEPHONY_LOGD("
ControlBase
::SendDtmf start");
in SendDtmf()
H
A
D
satellite_control.h
28
class SatelliteControl : public
ControlBase
{
H
A
D
cs_control.h
28
class CSControl : public
ControlBase
{
H
A
D
ims_control.h
27
class IMSControl : public
ControlBase
{
Completed in 2 milliseconds