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:GetMute
(Results
1 - 25
of
48
) sorted by relevance
1
2
/base/telephony/cellular_call/services/utils/src/
H
A
D
config_request.cpp
179
return DelayedSingleton<ImsCallClient>::GetInstance()->
GetMute
(slotId);
in GetMuteRequest()
188
CoreManagerInner::GetInstance().
GetMute
(slotId, RadioEvent::RADIO_GET_CMUT, handle);
in GetMuteRequest()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H
A
D
ims_unit_test.h
69
int32_t
GetMute
(const sptr<ImsCallInterface> &imsCallSerivce) const;
H
A
D
ims_unit_test.cpp
90
requestCallFuncMap_[ImsCallInterfaceCode::IMS_GET_MUTE] = &ImsUnitTest::
GetMute
;
in InitConfigFuncMap()
509
int32_t ImsUnitTest::
GetMute
(const sptr<ImsCallInterfaceCode> &imsCallPtr) const
in GetMute()
function in OHOS::Telephony::ImsUnitTest
511
std::cout << "test
GetMute
entry.\n";
in GetMute()
513
return imsCallPtr->
GetMute
(slotId);
in GetMute()
725
"209:SetMute\n210:
GetMute
\n300:CtrlCamera\n301:SetPreviewWindow\n"
in ImsCallTest()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_vendor_call_defs.h
795
void (*
GetMute
)(const ReqDataInfo *requestInfo);
member
/base/telephony/cellular_call/test/unittest/cstest/
H
A
D
cs_test.cpp
106
requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_MUTE)] = &CsTest::
GetMute
;
in SetUp()
458
int32_t CsTest::
GetMute
(const sptr<CellularCallInterface> &telephonyService) const
in GetMute()
function in OHOS::Telephony::CsTest
460
std::cout << "test
GetMute
entry.\n";
in GetMute()
464
return telephonyService->
GetMute
(slotId);
in GetMute()
526
"206:GetCallRestriction\n208:SetCallRestrictionPassword\n309:SetMute\n310:
GetMute
\n"
in InputNumForInterface()
H
A
D
cs_test.h
126
int32_t
GetMute
(const sptr<CellularCallInterface> &telephonyService) const;
H
A
D
cs2_test.cpp
535
* @tc.name Test for
GetMute
function by invalid slotId
551
int32_t ret = telephonyService->
GetMute
(INVALID_SLOTID);
in HWTEST_F()
555
int32_t ret = telephonyService->
GetMute
(INVALID_SLOTID);
in HWTEST_F()
562
* @tc.name Test for
GetMute
function by valid slotId
578
int32_t ret = telephonyService->
GetMute
(SIM1_SLOTID);
in HWTEST_F()
582
int32_t ret = telephonyService->
GetMute
(SIM2_SLOTID);
in HWTEST_F()
/base/telephony/cellular_call/interfaces/innerkits/ims/
H
A
D
ims_call_interface.h
312
* @brief IMS
GetMute
interface
317
virtual int32_t
GetMute
(int32_t slotId) = 0;
H
A
D
ims_call_client.h
361
* @brief IMS
GetMute
interface
366
int32_t
GetMute
(int32_t slotId);
H
A
D
ims_call_proxy.h
64
int32_t
GetMute
(int32_t slotId) override;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H
A
D
ims_call.h
279
* IMS
GetMute
interface
284
int32_t
GetMute
(int32_t slotId) override;
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
cellular_call_proxy.h
496
int32_t
GetMute
(int32_t slotId) override;
H
A
D
cellular_call_interface.h
485
virtual int32_t
GetMute
(int32_t slotId) = 0;
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H
A
D
setpreviewwindow_fuzzer.cpp
304
void
GetMute
(const uint8_t *data, size_t size)
in GetMute()
function
404
GetMute
(data, size);
in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/manager/include/
H
A
D
cellular_call_service.h
562
*
GetMute
567
int32_t
GetMute
(int32_t slotId) override;
/base/telephony/cellular_call/services/utils/include/
H
A
D
cellular_call_config.h
179
*
GetMute
184
int32_t
GetMute
(int32_t slotId);
/base/telephony/ril_adapter/services/vendor/src/
H
A
D
vendor_adapter.c
88
.
GetMute
= ReqGetMute,
/base/telephony/cellular_call/services/ims_service_interaction/src/
H
A
D
ims_call_client.cpp
489
int32_t ImsCallClient::
GetMute
(int32_t slotId)
in GetMute()
function in OHOS::Telephony::ImsCallClient
496
return imsCallProxy_->
GetMute
(slotId);
in GetMute()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H
A
D
imsclient_fuzzer.cpp
99
imsCallClient->
GetMute
(slotId);
in TestImsCallClientWithCallInfo()
276
proxy->
GetMute
(slotId);
in TestImsCallProxyWithCallInfo()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H
A
D
ims_call.cpp
457
int32_t ImsCall::
GetMute
(int32_t slotId)
in GetMute()
function in OHOS::Telephony::ImsCall
/base/telephony/core_service/services/tel_ril/include/
H
A
D
tel_ril_call.h
63
int32_t
GetMute
(const AppExecFwk::InnerEvent::Pointer &result);
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H
A
D
sendsmsmoremode_fuzzer.cpp
117
telRilCall->
GetMute
(result);
in GetCallList()
/base/telephony/ril_adapter/services/hril/include/
H
A
D
hril_call.h
57
int32_t
GetMute
(int32_t serialId);
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H
A
D
ims_service_test.cpp
881
ret = imsCallPtr_->
GetMute
(DEFAULT_SLOTID);
in HWTEST_F()
895
ret = imsCallPtr_->
GetMute
(SIM_SLOT_ID_1);
in HWTEST_F()
/base/telephony/core_service/services/tel_ril/src/
H
A
D
tel_ril_call.cpp
606
int32_t TelRilCall::
GetMute
(const AppExecFwk::InnerEvent::Pointer &result)
in GetMute()
function in OHOS::Telephony::TelRilCall
608
return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::
GetMute
);
in GetMute()
Completed in 34 milliseconds
1
2