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:DisableLowLatency
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/lowlatency/lowlatency/src/
H
A
D
low_latency_test.cpp
98
* @tc.desc: Verify the
DisableLowLatency
function
105
LowLatency::GetInstance().
DisableLowLatency
(dhType);
in HWTEST_F()
111
* @tc.desc: Verify the
DisableLowLatency
function
119
LowLatency::GetInstance().
DisableLowLatency
(dhType);
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/channel/include/
H
A
D
dcamera_low_latency.h
28
int32_t
DisableLowLatency
();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/lowlatency/
H
A
D
low_latency.h
32
void
DisableLowLatency
(DHType dhType);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H
A
D
low_latency_listener.cpp
71
LowLatency::GetInstance().
DisableLowLatency
(dhType);
in OnMessage()
H
A
D
low_latency.cpp
69
void LowLatency::
DisableLowLatency
(DHType dhType)
in DisableLowLatency()
function in OHOS::DistributedHardware::LowLatency
71
DHLOGI("Start
DisableLowLatency
dhType: %{public}#X", dhType);
in DisableLowLatency()
82
DHLOGI("End
DisableLowLatency
dhType: %{public}#X", dhType);
in DisableLowLatency()
/foundation/distributedhardware/distributed_camera/services/channel/src/
H
A
D
dcamera_low_latency.cpp
60
int32_t DCameraLowLatency::
DisableLowLatency
()
in DisableLowLatency()
function in OHOS::DistributedHardware::DCameraLowLatency
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H
A
D
dcamera_sink_controller.cpp
414
DCameraLowLatency::GetInstance().
DisableLowLatency
();
in UnInit()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H
A
D
dcamera_source_controller.cpp
369
DCameraLowLatency::GetInstance().
DisableLowLatency
();
in CloseChannel()
Completed in 4 milliseconds