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:AddRecordTime
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/distributed_audio/common/include/
H
A
D
daudio_latency_test.h
29
int32_t
AddRecordTime
(const int64_t recordBeepTime);
/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H
A
D
daudio_utils_test.cpp
49
* @tc.desc: Verify the DAudioLatencyTest AddPlayTime,
AddRecordTime
and ComputeLatency function.
59
EXPECT_EQ(ERR_DH_AUDIO_BAD_VALUE, DAudioLatencyTest::GetInstance().
AddRecordTime
(t));
in HWTEST_F()
70
EXPECT_EQ(DH_SUCCESS, DAudioLatencyTest::GetInstance().
AddRecordTime
(t));
in HWTEST_F()
71
EXPECT_EQ(ERR_DH_AUDIO_FAILED, DAudioLatencyTest::GetInstance().
AddRecordTime
(t + TEMP_BEEP_TIME_INTERVAL_US));
in HWTEST_F()
78
EXPECT_EQ(DH_SUCCESS, DAudioLatencyTest::GetInstance().
AddRecordTime
(t));
in HWTEST_F()
/foundation/distributedhardware/distributed_audio/common/src/
H
A
D
daudio_latency_test.cpp
54
int32_t DAudioLatencyTest::
AddRecordTime
(const int64_t recordBeepTime)
in AddRecordTime()
function in OHOS::DistributedHardware::DAudioLatencyTest
Completed in 2 milliseconds