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:DScreenHandler
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_screen/screenhandler/test/unittest/screenhandler/src/
H
A
D
dscreen_handler_test.cpp
40
int32_t ret =
DScreenHandler
::GetInstance().Initialize();
in HWTEST_F()
42
DScreenHandler
::GetInstance().screenListener_->OnConnect(screenId);
in HWTEST_F()
44
DScreenHandler
::GetInstance().screenListener_->OnConnect(screenId);
in HWTEST_F()
45
DScreenHandler
::GetInstance().screenListener_->OnDisconnect(screenId);
in HWTEST_F()
47
DScreenHandler
::GetInstance().screenListener_->OnConnect(screenId);
in HWTEST_F()
51
DScreenHandler
::GetInstance().listener_ = nullptr;
in HWTEST_F()
52
DScreenHandler
::GetInstance().PluginHardware(dhId, attr, subtype);
in HWTEST_F()
53
DScreenHandler
::GetInstance().UnPluginHardware(dhId);
in HWTEST_F()
54
DScreenHandler
::GetInstance().listener_ = std::make_shared<MockPluginListener>();
in HWTEST_F()
55
DScreenHandler
in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H
A
D
dscreen_handler.cpp
37
IMPLEMENT_SINGLE_INSTANCE(
DScreenHandler
);
39
DScreenHandler
::
DScreenHandler
()
in DScreenHandler()
function in OHOS::DistributedHardware::DScreenHandler
41
DHLOGI("
DScreenHandler
constructor.");
in DScreenHandler()
44
DScreenHandler
::~
DScreenHandler
()
in ~DScreenHandler()
46
DHLOGI("~
DScreenHandler
");
in ~DScreenHandler()
50
int32_t
DScreenHandler
::Initialize()
in Initialize()
52
DHLOGI("
DScreenHandler
Initialize");
in Initialize()
98
attrJson[KEY_CODECTYPE] =
DScreenHandler
in OnConnect()
[all...]
/foundation/distributedhardware/distributed_screen/screenhandler/include/
H
A
D
dscreen_handler.h
34
class
DScreenHandler
: public IHardwareHandler {
class
35
DECLARE_SINGLE_INSTANCE_BASE(
DScreenHandler
);
50
DScreenHandler
();
51
~
DScreenHandler
();
/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/unpluginhardware_fuzzer/
H
A
D
unpluginhardware_fuzzer.cpp
33
DScreenHandler
::GetInstance().UnPluginHardware(dhId);
in UnPluginHardwareFuzzTest()
/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/registerpluginlistener_fuzzer/
H
A
D
registerpluginlistener_fuzzer.cpp
46
DScreenHandler
::GetInstance().RegisterPluginListener(listener);
in RegisterPluginListenerFuzzTest()
/foundation/distributedhardware/distributed_screen/screenhandler/test/fuzztest/pluginhardware_fuzzer/
H
A
D
pluginhardware_fuzzer.cpp
35
DScreenHandler
::GetInstance().PluginHardware(dhId, attr, subtype);
in PluginHardwareFuzzTest()
Completed in 3 milliseconds