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:IMS_SWITCH
(Results
1 - 11
of
11
) sorted by relevance
/base/telephony/telephony_data/interfaces/innerkits/include/
H
A
D
sim_data.h
66
static constexpr const char *
IMS_SWITCH
= "ims_switch";
member in OHOS::Telephony::SimData
/base/telephony/cellular_call/interfaces/innerkits/ims/
H
A
D
ims_call_callback_ipc_interface_code.h
34
IMS_SWITCH
,
member in OHOS::Telephony::ImsCallCallbackInterfaceCode
H
A
D
ims_call_ipc_interface_code.h
30
IMS_SWITCH
,
member in OHOS::Telephony::ImsCallInterfaceCode
/base/telephony/telephony_data/sim/src/
H
A
D
rdb_sim_helper.cpp
67
createTableStr.append(SimData::
IMS_SWITCH
).append(" INTEGER DEFAULT -1, ");
in CreateSimInfoTableStr()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H
A
D
ims_unit_test.cpp
64
requestCallFuncMap_[ImsCallInterfaceCode::
IMS_SWITCH
] = &ImsUnitTest::SwitchCall;
in InitBasicFuncMap()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H
A
D
ims_call_stub.cpp
49
memberFuncMap_[
IMS_SWITCH
] =
in InitDialFuncMap()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H
A
D
ims_call_callback_proxy.cpp
93
return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::
IMS_SWITCH
), in);
in SwitchCallResponse()
H
A
D
ims_call_proxy.cpp
192
return SendRequest(slotId, in, static_cast<int32_t>(ImsCallInterfaceCode::
IMS_SWITCH
));
in SwitchCall()
H
A
D
ims_call_callback_stub.cpp
61
requestFuncMap_[static_cast<uint32_t>(ImsCallCallbackInterfaceCode::
IMS_SWITCH
)] =
in InitCallBasicFuncMap()
/base/telephony/core_service/services/sim/src/
H
A
D
sim_rdb_helper.cpp
385
result->GetColumnIndex(SimData::
IMS_SWITCH
, index);
in SaveDataToBean()
H
A
D
multi_sim_controller.cpp
1199
values.Put(SimData::
IMS_SWITCH
, valueObj);
in SaveImsSwitch()
Completed in 20 milliseconds