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:StopRtt
(Results
1 - 25
of
57
) sorted by relevance
1
2
3
/base/telephony/call_manager/test/fuzztest/startdtmf_fuzzer/
H
A
D
startdtmf_fuzzer.cpp
44
void
StopRtt
(const uint8_t *data, size_t size)
in StopRtt()
function
92
StopRtt
(data, size);
in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/include/
H
A
D
call_request_handler.h
77
int32_t
StopRtt
(int32_t callId);
H
A
D
ims_call.h
54
int32_t
StopRtt
();
H
A
D
call_control_manager.h
98
int32_t
StopRtt
(int32_t callId);
/base/telephony/cellular_call/services/control/include/
H
A
D
ims_control.h
145
int32_t
StopRtt
(int32_t slotId);
/base/telephony/call_manager/services/call/src/
H
A
D
call_request_handler.cpp
123
int32_t CallRequestHandler::
StopRtt
(int32_t callId)
in StopRtt()
function in OHOS::Telephony::CallRequestHandler
H
A
D
ims_call.cpp
153
int32_t IMSCall::
StopRtt
()
in StopRtt()
function in OHOS::Telephony::IMSCall
161
ret = DelayedSingleton<CellularCallConnection>::GetInstance()->
StopRtt
(callInfo);
in StopRtt()
163
TELEPHONY_LOGE("
StopRtt
failed!");
in StopRtt()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H
A
D
ims_unit_test.h
56
int32_t
StopRtt
(const sptr<ImsCallInterface> &imsCallSerivce) const;
H
A
D
ims_unit_test.cpp
75
requestCallFuncMap_[ImsCallInterfaceCode::IMS_STOP_RTT] = &ImsUnitTest::
StopRtt
;
in InitBasicFuncMap()
382
int32_t ImsUnitTest::
StopRtt
(const sptr<ImsCallInterfaceCode> &imsCallPtr) const
in StopRtt()
function in OHOS::Telephony::ImsUnitTest
384
std::cout << "test
StopRtt
entry." << std::endl;
in StopRtt()
388
imsCallPtr->
StopRtt
(slotId);
in StopRtt()
722
"103:StartRtt\n104:
StopRtt
\n200:SetCallPreferenceMode\n201:GetCallPreferenceMode\n202:"
in ImsCallTest()
/base/telephony/cellular_call/test/unittest/cstest/
H
A
D
cs_test.cpp
90
requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::STOP_RTT)] = &CsTest::
StopRtt
;
in SetUp()
332
int32_t CsTest::
StopRtt
(const sptr<CellularCallInterface> &telephonyService) const
in StopRtt()
function in OHOS::Telephony::CsTest
334
std::cout << "test
StopRtt
entry." << std::endl;
in StopRtt()
338
return telephonyService->
StopRtt
(slotId);
in StopRtt()
524
"104:StartRtt\n105:
StopRtt
\n200:SetCallTransferInfo\n201:GetCallTransferInfo\n"
in InputNumForInterface()
H
A
D
cs_test.h
117
int32_t
StopRtt
(const sptr<CellularCallInterface> &telephonyService) const;
/base/telephony/call_manager/services/telephony_interaction/include/
H
A
D
cellular_call_connection.h
290
*
StopRtt
296
int
StopRtt
(const CellularCallInfo &callInfo);
/base/telephony/cellular_call/interfaces/innerkits/ims/
H
A
D
ims_call_interface.h
222
virtual int32_t
StopRtt
(int32_t slotId) = 0;
H
A
D
ims_call_client.h
270
int32_t
StopRtt
(int32_t slotId);
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H
A
D
ims_call.h
184
* IMS
StopRtt
interface
189
int32_t
StopRtt
(int32_t slotId) override;
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
cellular_call_proxy.h
227
int32_t
StopRtt
(int32_t slotId) override;
H
A
D
cellular_call_interface.h
215
virtual int32_t
StopRtt
(int32_t slotId) = 0;
H
A
D
call_manager_client.h
525
int32_t
StopRtt
(int32_t callId);
/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
H
A
D
getcallrestriction_fuzzer.cpp
146
void
StopRtt
(const uint8_t *data, size_t size)
in StopRtt()
function
431
StopRtt
(data, size);
in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch7_test.cpp
253
EXPECT_NE(callManagerService->
StopRtt
(0), TELEPHONY_ERR_LOCAL_PTR_NULL);
in HWTEST_F()
510
EXPECT_NE(callRequestHandler->
StopRtt
(1), TELEPHONY_ERR_LOCAL_PTR_NULL);
in HWTEST_F()
543
EXPECT_NE(callManagerClient->
StopRtt
(callId), TELEPHONY_ERR_UNINIT);
in HWTEST_F()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
call_manager_client.cpp
652
int32_t CallManagerClient::
StopRtt
(int32_t callId)
in StopRtt()
function in OHOS::Telephony::CallManagerClient
655
return g_callManagerProxy->
StopRtt
(callId);
in StopRtt()
/base/telephony/call_manager/frameworks/native/include/
H
A
D
call_manager_service_proxy.h
603
*
StopRtt
609
int32_t
StopRtt
(int32_t callId) override;
H
A
D
i_call_manager_service.h
102
virtual int32_t
StopRtt
(int32_t callId) = 0;
H
A
D
call_manager_proxy.h
109
int32_t
StopRtt
(int32_t callId);
/base/telephony/cellular_call/services/manager/include/
H
A
D
cellular_call_service.h
313
int32_t
StopRtt
(int32_t slotId) override;
Completed in 17 milliseconds
1
2
3