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:DSCREEN_PREFIX
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H
A
D
dscreen_handler.cpp
89
std::string dhId =
DSCREEN_PREFIX
+ SEPERATOR + std::to_string(screenId);
in OnConnect()
107
std::string dhId =
DSCREEN_PREFIX
+ SEPERATOR + std::to_string(screenId);
in OnDisconnect()
157
std::string dhId =
DSCREEN_PREFIX
+ SEPERATOR + std::to_string(screen->GetId());
in RealQuery()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H
A
D
screen_manager_adapter.cpp
57
std::string screenName =
DSCREEN_PREFIX
+ SEPERATOR + GetInterruptString(devId) +
in CreateVirtualScreen()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H
A
D
screen_manager_adapter_test.cpp
90
std::string screenName =
DSCREEN_PREFIX
+ SEPERATOR + GetInterruptString(devId) +
in HWTEST_F()
H
A
D
dscreen_test.cpp
228
std::string screenName =
DSCREEN_PREFIX
+ SEPERATOR + GetInterruptString(dScreen_->devId_) +
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/common/include/
H
A
D
dscreen_constants.h
161
const std::string
DSCREEN_PREFIX
= "DISTRIBUTED_SCREEN";
member
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H
A
D
dscreen_source_service.cpp
60
if (screenName.find(
DSCREEN_PREFIX
) != std::string::npos) {
in DeleteExistDScreens()
Completed in 4 milliseconds