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:RECEIVER_SO_NAME
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregionmgr.cpp
48
const std::string
RECEIVER_SO_NAME
= "libdistributed_av_receiver.z.so";
member
159
void *pHandler = dlopen(
RECEIVER_SO_NAME
.c_str(), RTLD_LAZY | RTLD_NODELETE);
in LoadAVReceiverEngineProvider()
161
DHLOGE("so: %{public}s load failed, failed reason : %{public}s",
RECEIVER_SO_NAME
.c_str(), dlerror());
in LoadAVReceiverEngineProvider()
178
void *pHandler = dlopen(
RECEIVER_SO_NAME
.c_str(), RTLD_LAZY | RTLD_NODELETE);
in UnloadAVReceiverEngineProvider()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H
A
D
daudio_source_manager.cpp
44
const std::string
RECEIVER_SO_NAME
= "libdistributed_av_receiver.z.so";
member
535
if (
RECEIVER_SO_NAME
.length() > PATH_MAX) {
in LoadAVReceiverEngineProvider()
539
pRHandler_ = dlopen(
RECEIVER_SO_NAME
.c_str(), RTLD_LAZY | RTLD_NODELETE);
in LoadAVReceiverEngineProvider()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H
A
D
daudio_sink_manager.cpp
43
const std::string
RECEIVER_SO_NAME
= "libdistributed_av_receiver.z.so";
member
302
if (
RECEIVER_SO_NAME
.length() > PATH_MAX) {
in LoadAVReceiverEngineProvider()
306
pRHandler_ = dlopen(
RECEIVER_SO_NAME
.c_str(), RTLD_LAZY | RTLD_NODELETE);
in LoadAVReceiverEngineProvider()
Completed in 2 milliseconds