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:sound_
(Results
1 - 8
of
8
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification.cpp
57
sound_
= other.
sound_
;
in Notification()
157
if (enableSound_ &&
sound_
!= nullptr) {
in GetSound()
158
return *
sound_
;
in GetSound()
284
if (enableSound_ &&
sound_
!= nullptr) {
in MarshallingString()
285
if (!parcel.WriteString(
sound_
->ToString())) {
in MarshallingString()
413
// Read
sound_
in ReadFromParcelString()
415
sound_
= std::make_shared<Uri>(parcel.ReadString());
in ReadFromParcelString()
518
sound_
= std::make_shared<Uri>(sound.ToString());
in SetSound()
558
", sound = " + (
sound_
in Dump()
[all...]
H
A
D
notification_slot.cpp
31
NotificationSlot::NotificationSlot(NotificationConstant::SlotType type) :
sound_
("")
in NotificationSlot()
212
return
sound_
;
in GetSound()
217
sound_
= sound;
in SetSound()
304
", sound = " +
sound_
.ToString() +
in Dump()
373
if (
sound_
.ToString().empty()) {
in Marshalling()
383
if (!parcel.WriteString((
sound_
.ToString()))) {
in Marshalling()
443
sound_
= Uri((parcel.ReadString()));
in ReadFromParcel()
H
A
D
notification_request.cpp
799
", sound = " +
sound_
+ ", unifiedGroupInfo_ = " +
in Dump()
1074
if (!parcel.WriteString(
sound_
)) {
in Marshalling()
1544
if (!parcel.ReadString(
sound_
)) {
in ReadFromParcel()
1929
this->
sound_
= other.
sound_
;
in CopyBase()
2739
sound_
= sound;
in SetSound()
2744
return
sound_
;
in GetSound()
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_control_manager.cpp
43
: isLocalRingbackNeeded_(false), ring_(nullptr), tone_(nullptr),
sound_
(nullptr)
in AudioControlManager()
591
if (
sound_
== nullptr) {
in PlaySoundtone()
592
sound_
= std::make_unique<Sound>();
in PlaySoundtone()
593
if (
sound_
== nullptr) {
in PlaySoundtone()
598
if (
sound_
->Play() != TELEPHONY_SUCCESS) {
in PlaySoundtone()
612
if (
sound_
== nullptr) {
in StopSoundtone()
613
TELEPHONY_LOGE("
sound_
is nullptr");
in StopSoundtone()
616
if (
sound_
->Stop() != TELEPHONY_SUCCESS) {
in StopSoundtone()
620
sound_
->ReleaseRenderer();
in StopSoundtone()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification.h
367
std::shared_ptr<Uri>
sound_
{nullptr};
H
A
D
notification_slot.h
471
Uri
sound_
;
member in OHOS::Notification::NotificationSlot
H
A
D
notification_request.h
1500
std::string
sound_
{};
/base/telephony/call_manager/services/audio/include/
H
A
D
audio_control_manager.h
118
std::unique_ptr<Sound>
sound_
;
member in OHOS::Telephony::AudioControlManager
Completed in 10 milliseconds