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:SINK
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H
A
D
distributed_device_switch_controller.cpp
52
if (devRole == static_cast<int32_t>(DistributedRole::
SINK
)) {
in OnDistributedAudioDeviceChange()
75
isAudioOnSink_ = (devRole == static_cast<int32_t>(DistributedRole::
SINK
));
in OnDistributedAudioDeviceChange()
H
A
D
distributed_communication_manager.cpp
103
role_ = (devRole == 0 ? DistributedRole::
SINK
: DistributedRole::SOURCE); // peer role 0 means local role sink
in OnDeviceOnline()
109
if (role_ == DistributedRole::
SINK
) {
in OnDeviceOnline()
157
return role_ == DistributedRole::
SINK
;
in IsSinkRole()
199
return devSwitchController_->SwitchDevice(devId, static_cast<int32_t>(DistributedRole::
SINK
));
in SwitchToSinkDevice()
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H
A
D
distributed_dev_switch_test.cpp
42
DistributedRole devRole = DistributedRole::
SINK
;
in HWTEST_F()
/base/usb/usb_manager/interfaces/kits/js/napi/include/
H
A
D
usb_async_context.h
28
const int32_t
SINK
= 2;
member
/base/telephony/call_manager/services/distributed_call/include/distributed_communication/
H
A
D
distributed_communication_manager.h
32
SINK
= 1
member in OHOS::Telephony::DistributedRole
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H
A
D
usb_info.cpp
1638
DECLARE_NAPI_STATIC_PROPERTY("
SINK
", ToInt32Value(env,
SINK
)),
in DeclareEnum()
Completed in 5 milliseconds