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:configRequest_
(Results
1 - 2
of
2
) sorted by relevance
/base/telephony/cellular_call/services/utils/src/
H
A
D
cellular_call_config.cpp
126
return
configRequest_
.SetDomainPreferenceModeRequest(slotId, mode);
in SetDomainPreferenceMode()
131
return
configRequest_
.GetDomainPreferenceModeRequest(slotId);
in GetDomainPreferenceMode()
201
configRequest_
.SetVoNRSwitchStatusRequest(slotId, state);
in SetVoNRSwitchStatus()
469
configRequest_
.UpdateImsCapabilities(slotId, imsCapabilityList);
in UpdateImsCapabilities()
470
configRequest_
.SetImsSwitchStatusRequest(slotId, IsNeedTurnOnIms(imsCapabilityList));
in UpdateImsCapabilities()
527
int32_t result =
configRequest_
.GetImsFeatureValueRequest(FeatureType::TYPE_VOICE_OVER_LTE, volteFeatureValue);
in IsVolteProvisioned()
546
int32_t result =
configRequest_
.GetImsFeatureValueRequest(FeatureType::TYPE_SS_OVER_UT, utFeatureValue);
in IsUtProvisioned()
692
configRequest_
.UpdateImsCapabilities(slotId, imsCapabilityList);
in HandleSetVoNRSwitchResult()
727
return
configRequest_
.SetImsConfigRequest(item, value);
in SetImsConfig()
732
return
configRequest_
in SetImsConfig()
[all...]
/base/telephony/cellular_call/services/utils/include/
H
A
D
cellular_call_config.h
470
ConfigRequest
configRequest_
;
member in OHOS::Telephony::CellularCallConfig
Completed in 3 milliseconds