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:IsMuted
(Results
1 - 11
of
11
) sorted by relevance
/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()
argument
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()
argument
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/services/call/include/
H
A
D
call_base.h
131
bool
IsMuted
();
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H
A
D
distributed_data_source_controller.cpp
277
auto data = CreateCurrentDataRspMsg(num, call->
IsMuted
(), static_cast<int32_t>(call->GetCallDirection()));
in HandleCurrentDataQueryMsg()
/base/telephony/call_manager/services/call/src/
H
A
D
call_base.cpp
637
bool CallBase::
IsMuted
()
in IsMuted()
function in OHOS::Telephony::CallBase
H
A
D
call_status_manager.cpp
1210
newCall->SetMicPhoneState(call->
IsMuted
());
in RefreshCallIfNecessary()
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_device_manager.cpp
565
info_.isMuted = call->
IsMuted
();
in ReportAudioDeviceInfo()
H
A
D
audio_control_manager.cpp
86
bool frontCallMute = frontCall_->
IsMuted
();
in UpdateForegroundLiveCall()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch_test_call_state.cpp
722
callBase1->
IsMuted
();
in HWTEST_F()
Completed in 10 milliseconds