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:GetMMIHandler
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/cellular_call/services/common/src/
H
A
D
supplement_request_cs.cpp
33
response->SetOwner(
GetMMIHandler
(slotId));
in GetClipRequest()
45
response->SetOwner(
GetMMIHandler
(slotId));
in SetClirRequest()
57
response->SetOwner(
GetMMIHandler
(slotId));
in GetClirRequest()
69
response->SetOwner(
GetMMIHandler
(slotId));
in GetCallTransferRequest()
82
response->SetOwner(
GetMMIHandler
(slotId));
in SetCallTransferRequest()
95
response->SetOwner(
GetMMIHandler
(slotId));
in GetCallRestrictionRequest()
118
response->SetOwner(
GetMMIHandler
(slotId));
in SetCallRestrictionRequest()
132
response->SetOwner(
GetMMIHandler
(slotId));
in SetBarringPasswordRequest()
145
response->SetOwner(
GetMMIHandler
(slotId));
in SetCallWaitingRequest()
157
response->SetOwner(
GetMMIHandler
(slotI
in GetCallWaitingRequest()
161
std::shared_ptr<CellularCallHandler> SupplementRequestCs::
GetMMIHandler
(int32_t slotId) const
GetMMIHandler()
function in OHOS::Telephony::SupplementRequestCs
[all...]
H
A
D
supplement_request_ims.cpp
193
std::shared_ptr<CellularCallHandler> SupplementRequestIms::
GetMMIHandler
(int32_t slotId) const
in GetMMIHandler()
function in OHOS::Telephony::SupplementRequestIms
/base/telephony/cellular_call/services/common/include/
H
A
D
supplement_request_cs.h
199
*
GetMMIHandler
203
std::shared_ptr<CellularCallHandler>
GetMMIHandler
(int32_t slotId) const;
H
A
D
supplement_request_ims.h
197
*
GetMMIHandler
201
std::shared_ptr<CellularCallHandler>
GetMMIHandler
(int32_t slotId) const;
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
cellular_call_hisysevent_test.cpp
467
auto point = supplementRequestIms.
GetMMIHandler
(slotId);
in HWTEST_F()
H
A
D
zero_branch1_test.cpp
761
SRequestIms.
GetMMIHandler
(SIM1_SLOTID);
in HWTEST_F()
Completed in 5 milliseconds