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:LowLatency
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/lowlatency/lowlatency/src/
H
A
D
low_latency_test.cpp
36
LowLatency
::GetInstance().lowLatencySwitchSet_.clear();
in TearDown()
48
LowLatency
::GetInstance().EnableLowLatency(dhType);
in HWTEST_F()
49
EXPECT_EQ(true,
LowLatency
::GetInstance().lowLatencySwitchSet_.empty());
in HWTEST_F()
61
LowLatency
::GetInstance().EnableLowLatency(dhType);
in HWTEST_F()
62
EXPECT_EQ(false,
LowLatency
::GetInstance().lowLatencySwitchSet_.empty());
in HWTEST_F()
73
LowLatency
::GetInstance().lowLatencySwitchSet_.insert(DHType::AUDIO);
in HWTEST_F()
75
LowLatency
::GetInstance().EnableLowLatency(dhType);
in HWTEST_F()
76
EXPECT_EQ(false,
LowLatency
::GetInstance().lowLatencySwitchSet_.empty());
in HWTEST_F()
89
LowLatency
::GetInstance().lowLatencySwitchSet_.insert(static_cast<DHType>(i));
in HWTEST_F()
92
LowLatency
in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H
A
D
low_latency.cpp
30
#define DH_LOG_TAG "
LowLatency
"
31
IMPLEMENT_SINGLE_INSTANCE(
LowLatency
);
37
LowLatency
::
LowLatency
() : lowLatencyTimer_(std::make_shared<LowLatencyTimer>(LOW_LATENCY_TIMER_ID,
in LowLatency()
function in OHOS::DistributedHardware::LowLatency
40
DHLOGI("
LowLatency
ctor!");
in LowLatency()
43
LowLatency
::~
LowLatency
()
in ~LowLatency()
45
DHLOGI("
LowLatency
dtor!");
in ~LowLatency()
48
void
LowLatency
::EnableLowLatency(DHType dhType)
in EnableLowLatency()
58
DHLOGD("Open
LowLatency
dhTyp
in EnableLowLatency()
[all...]
H
A
D
low_latency_listener.cpp
69
LowLatency
::GetInstance().EnableLowLatency(dhType);
in OnMessage()
71
LowLatency
::GetInstance().DisableLowLatency(dhType);
in OnMessage()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/lowlatency/
H
A
D
low_latency.h
28
class
LowLatency
{
class
29
DECLARE_SINGLE_INSTANCE_BASE(
LowLatency
);
36
LowLatency
();
37
~
LowLatency
();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H
A
D
component_manager.cpp
206
LowLatency
::GetInstance().CloseLowLatency();
in UnInit()
Completed in 3 milliseconds