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:GetDHFwkKit
(Results
1 - 17
of
17
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/channel/src/
H
A
D
dcamera_low_latency.cpp
36
std::shared_ptr<DistributedHardwareFwkKit> dHFwkKit =
GetDHFwkKit
();
in EnableLowLatency()
72
std::shared_ptr<DistributedHardwareFwkKit> dHFwkKit =
GetDHFwkKit
();
in DisableLowLatency()
96
std::shared_ptr<DistributedHardwareFwkKit> DCameraLowLatency::
GetDHFwkKit
()
in GetDHFwkKit()
function in OHOS::DistributedHardware::DCameraLowLatency
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H
A
D
dscreen_fwkkit_test.cpp
34
* @tc.desc: Verify the
GetDHFwkKit
function.
40
auto ret = DScreenFwkKit::GetInstance().
GetDHFwkKit
();
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H
A
D
dscreen_fwkkit.cpp
22
std::shared_ptr<DistributedHardwareFwkKit> DScreenFwkKit::
GetDHFwkKit
()
in GetDHFwkKit()
function in OHOS::DistributedHardware::DScreenFwkKit
24
DHLOGI("
GetDHFwkKit
");
in GetDHFwkKit()
/foundation/distributedhardware/distributed_camera/services/channel/include/
H
A
D
dcamera_low_latency.h
33
std::shared_ptr<DistributedHardwareFwkKit>
GetDHFwkKit
();
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H
A
D
dscreen_fwkkit.h
40
std::shared_ptr<DistributedHardwareFwkKit>
GetDHFwkKit
();
/foundation/distributedhardware/distributed_input/services/transportbase/src/
H
A
D
distributed_input_transport_base.cpp
256
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DInputContext::GetInstance().
GetDHFwkKit
();
in StartSession()
309
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DInputContext::GetInstance().
GetDHFwkKit
();
in StopSession()
394
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DInputContext::GetInstance().
GetDHFwkKit
();
in OnSessionOpened()
443
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DInputContext::GetInstance().
GetDHFwkKit
();
in OnSessionClosed()
/foundation/distributedhardware/distributed_input/utils/include/
H
A
D
dinput_context.h
68
std::shared_ptr<DistributedHardwareFwkKit>
GetDHFwkKit
();
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregionmgr.cpp
255
if (DScreenFwkKit::GetInstance().
GetDHFwkKit
() == nullptr) {
in PublishMessage()
256
DHLOGE("
GetDHFwkKit
fail.");
in PublishMessage()
271
DScreenFwkKit::GetInstance().
GetDHFwkKit
()->PublishMessage(topic, message);
in PublishMessage()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H
A
D
screen_sink_trans.cpp
281
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DScreenFwkKit::GetInstance().
GetDHFwkKit
();
in OnSessionOpened()
293
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DScreenFwkKit::GetInstance().
GetDHFwkKit
();
in OnSessionClosed()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen_manager.cpp
372
if (DScreenFwkKit::GetInstance().
GetDHFwkKit
() == nullptr) {
in PublishMessage()
373
DHLOGE("
GetDHFwkKit
fail.");
in PublishMessage()
394
DScreenFwkKit::GetInstance().
GetDHFwkKit
()->PublishMessage(topic, message);
in PublishMessage()
H
A
D
dscreen.cpp
537
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DScreenFwkKit::GetInstance().
GetDHFwkKit
();
in NegotiateCodecType()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion.cpp
268
if (DScreenFwkKit::GetInstance().
GetDHFwkKit
() == nullptr) {
in PublishMessage()
269
DHLOGE("
GetDHFwkKit
fail.");
in PublishMessage()
288
DScreenFwkKit::GetInstance().
GetDHFwkKit
()->PublishMessage(topic, message);
in PublishMessage()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H
A
D
screen_source_trans.cpp
139
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DScreenFwkKit::GetInstance().
GetDHFwkKit
();
in Start()
168
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DScreenFwkKit::GetInstance().
GetDHFwkKit
();
in Stop()
/foundation/distributedhardware/distributed_input/utils/src/
H
A
D
dinput_context.cpp
166
std::shared_ptr<DistributedHardwareFwkKit> DInputContext::
GetDHFwkKit
()
in GetDHFwkKit()
function in OHOS::DistributedHardware::DistributedInput::DInputContext
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen_manager.cpp
451
if (DScreenFwkKit::GetInstance().
GetDHFwkKit
() == nullptr) {
in PublishMessage()
452
DHLOGE("
GetDHFwkKit
fail.");
in PublishMessage()
475
DScreenFwkKit::GetInstance().
GetDHFwkKit
()->PublishMessage(topic, message);
in PublishMessage()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H
A
D
distributed_input_sink_manager.cpp
661
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DInputContext::GetInstance().
GetDHFwkKit
();
in Init()
700
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DInputContext::GetInstance().
GetDHFwkKit
();
in Release()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H
A
D
distributed_input_source_manager.cpp
159
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DInputContext::GetInstance().
GetDHFwkKit
();
in Init()
222
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit = DInputContext::GetInstance().
GetDHFwkKit
();
in UnregisterDHFwkPublisher()
Completed in 13 milliseconds