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:GetImsControl
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_service.cpp
190
if (
GetImsControl
(slot) != nullptr) {
in HandlerResetUnRegister()
191
GetImsControl
(slot)->ReleaseAllConnection();
in HandlerResetUnRegister()
342
auto imsControl =
GetImsControl
(callInfo.slotId);
in DialNormalCall()
403
auto imsControl =
GetImsControl
(callInfo.slotId);
in HangUp()
455
auto imsControl =
GetImsControl
(callInfo.slotId);
in Reject()
508
auto imsControl =
GetImsControl
(callInfo.slotId);
in Answer()
561
auto imsControl =
GetImsControl
(callInfo.slotId);
in HoldCall()
596
auto imsControl =
GetImsControl
(callInfo.slotId);
in UnHoldCall()
631
auto imsControl =
GetImsControl
(callInfo.slotId);
in SwitchCall()
659
auto imsControl =
GetImsControl
(callInf
in CombineConference()
1028
std::shared_ptr<IMSControl> CellularCallService::
GetImsControl
(int32_t slotId)
GetImsControl()
function in OHOS::Telephony::CellularCallService
[all...]
H
A
D
cellular_call_handler.cpp
401
auto imsControl = serviceInstance->
GetImsControl
(slotId_);
in ReportImsCallsData()
717
auto imsControl = serviceInstance->
GetImsControl
(slotId_);
in ExecutePostDial()
743
imsControl = serviceInstence->
GetImsControl
(slotId_);
in SwapCallResponse()
1303
auto imsControl = serviceInstance_->
GetImsControl
(slotId_);
in SrvccStateCompleted()
1780
auto imsControl = serviceInstance->
GetImsControl
(slotId_);
in OnRilAdapterHostDied()
/base/telephony/cellular_call/services/manager/include/
H
A
D
cellular_call_service.h
601
std::shared_ptr<IMSControl>
GetImsControl
(int32_t slotId);
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
zero_branch1_test.cpp
699
cellularCall.
GetImsControl
(SIM1_SLOTID);
in HWTEST_F()
Completed in 8 milliseconds