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:SetMuted
(Results
1 - 25
of
43
) sorted by relevance
1
2
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_native_media_player_bridge_wrapper.cpp
52
void ArkWebNativeMediaPlayerBridgeWrapper::
SetMuted
(bool IsMuted)
in SetMuted()
function in OHOS::ArkWeb::ArkWebNativeMediaPlayerBridgeWrapper
54
ark_web_native_vide_player_bridge_->
SetMuted
(IsMuted);
in SetMuted()
H
A
D
ark_web_native_media_player_bridge_wrapper.h
44
void
SetMuted
(bool IsMuted) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_native_media_player_bridge_impl.cpp
54
void ArkWebNativeMediaPlayerBridgeImpl::
SetMuted
(bool IsMuted)
in SetMuted()
function in OHOS::ArkWeb::ArkWebNativeMediaPlayerBridgeImpl
56
nweb_native_vide_player_bridge_->
SetMuted
(IsMuted);
in SetMuted()
H
A
D
ark_web_native_media_player_bridge_impl.h
43
void
SetMuted
(bool IsMuted) override;
/base/telephony/call_manager/test/fuzztest/startdtmf_fuzzer/
H
A
D
startdtmf_fuzzer.cpp
58
void
SetMuted
(const uint8_t *data, size_t size)
in SetMuted()
function
93
SetMuted
(data, size);
in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_native_media_player_bridge.h
43
virtual void
SetMuted
(bool isMuted) = 0;
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
bluetooth_call_client.h
178
int32_t
SetMuted
(bool isMute);
H
A
D
call_manager_client.h
350
int32_t
SetMuted
(bool isMute);
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H
A
D
distributed_data_controller.cpp
54
void DistributedDataController::
SetMuted
(bool isMute)
in SetMuted()
function in OHOS::Telephony::DistributedDataController
127
controlManager->
SetMuted
(isMuted);
in HandleMuted()
H
A
D
distributed_communication_manager.cpp
224
void DistributedCommunicationManager::
SetMuted
(bool isMute)
in SetMuted()
function in OHOS::Telephony::DistributedCommunicationManager
228
dataController_->
SetMuted
(isMute);
in SetMuted()
/base/telephony/call_manager/services/distributed_call/include/distributed_communication/
H
A
D
distributed_data_controller.h
67
void
SetMuted
(bool isMute);
H
A
D
distributed_communication_manager.h
61
void
SetMuted
(bool isMute);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
native_media_player_impl.h
39
void
SetMuted
(bool isMuted) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_native_media_player.h
142
virtual void
SetMuted
(bool isMuted) = 0;
/base/telephony/call_manager/frameworks/native/src/
H
A
D
bluetooth_call_client.cpp
280
int32_t BluetoothCallClient::
SetMuted
(bool isMute)
in SetMuted()
function in OHOS::Telephony::BluetoothCallClient
284
return g_callManagerProxyPtr->
SetMuted
(isMute);
in SetMuted()
H
A
D
call_manager_client.cpp
452
int32_t CallManagerClient::
SetMuted
(bool isMute)
in SetMuted()
function in OHOS::Telephony::CallManagerClient
455
return g_callManagerProxy->
SetMuted
(isMute);
in SetMuted()
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H
A
D
distributed_communication_manager_test.cpp
86
ASSERT_NO_THROW(dcManager->
SetMuted
(true));
in HWTEST_F()
H
A
D
distributed_data_test.cpp
357
ASSERT_NO_THROW(controller->
SetMuted
(true));
in HWTEST_F()
362
ASSERT_NO_THROW(controller->
SetMuted
(true));
in HWTEST_F()
/base/telephony/call_manager/test/fuzztest/distributedcommunication_fuzzer/
H
A
D
distributed_communication_fuzzer.cpp
51
controller->
SetMuted
(true);
in TestCommonController()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H
A
D
call_manager8_gtest.cpp
368
/********************************************* Test
SetMuted
()***********************************************/
392
EXPECT_EQ(CallManagerGtest::clientPtr_->
SetMuted
(muted), RETURN_VALUE_IS_ZERO);
in HWTEST_F()
417
EXPECT_EQ(CallManagerGtest::clientPtr_->
SetMuted
(muted), CALL_ERR_AUDIO_SETTING_MUTE_FAILED);
in HWTEST_F()
444
EXPECT_EQ(CallManagerGtest::clientPtr_->
SetMuted
(muted), RETURN_VALUE_IS_ZERO);
in HWTEST_F()
H
A
D
call_manager_connect.cpp
562
int32_t CallManagerConnect::
SetMuted
(bool isMuted) const
in SetMuted()
function in OHOS::Telephony::CallManagerConnect
565
return callManagerServicePtr_->
SetMuted
(isMuted);
in SetMuted()
/base/telephony/call_manager/frameworks/native/include/
H
A
D
call_manager_service_proxy.h
173
*
SetMuted
179
int32_t
SetMuted
(bool isMute) override;
H
A
D
i_call_manager_service.h
56
virtual int32_t
SetMuted
(bool isMute) = 0;
H
A
D
call_manager_proxy.h
89
int32_t
SetMuted
(bool isMute);
/base/telephony/call_manager/services/call/include/
H
A
D
call_control_manager.h
101
int32_t
SetMuted
(bool isMute);
Completed in 12 milliseconds
1
2