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:GetPeriod
(Results
1 - 13
of
13
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H
A
D
vsync_sample_test.cpp
64
int64_t period = vsyncSampler->
GetPeriod
();
in HWTEST_F()
85
int64_t period = vsyncSampler->
GetPeriod
();
in HWTEST_F()
106
int64_t period = vsyncSampler->
GetPeriod
();
in HWTEST_F()
127
int64_t period = vsyncSampler->
GetPeriod
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H
A
D
vsync_sampler.h
36
virtual int64_t
GetPeriod
() const = 0;
65
virtual int64_t
GetPeriod
() const override;
/foundation/arkui/ui_lite/interfaces/kits/common/
H
A
D
task.h
91
uint32_t
GetPeriod
() const
in GetPeriod()
function in OHOS::Task
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H
A
D
graphic_timer.h
37
int32_t
GetPeriod
()
in GetPeriod()
function in OHOS::GraphicTimer
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H
A
D
dash_period_manager.h
39
DashPeriodInfo *
GetPeriod
();
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
graphic_timer.cpp
70
liDueTime.QuadPart = -(timer->
GetPeriod
() * HUNDRED_NS_PER_MS);
in WinAsyncThread()
72
LONG period = (timer->IsPeriodic() ? timer->
GetPeriod
() : 0);
in WinAsyncThread()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H
A
D
vsync_sampler_test.cpp
115
* CaseDescription: 1. call
GetPeriod
119
ASSERT_EQ(VSyncSamplerTest::vsyncSampler->
GetPeriod
(), 0);
in HWTEST_F()
127
* CaseDescription: 1. call
GetPeriod
136
ASSERT_EQ(VSyncSamplerTest::vsyncSampler->
GetPeriod
(), 1);
in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H
A
D
vsync_receiver.h
72
int64_t
GetPeriod
()
in GetPeriod()
function in OHOS::Rosen::VSyncCallBackListener
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H
A
D
dash_period_manager.cpp
274
DashPeriodInfo *DashPeriodManager::
GetPeriod
()
in GetPeriod()
function in OHOS::Media::Plugins::HttpPlugin::DashPeriodManager
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_sampler.cpp
325
int64_t VSyncSampler::
GetPeriod
() const
in GetPeriod()
function in OHOS::Rosen::impl::VSyncSampler
H
A
D
vsync_receiver.cpp
298
int64_t periodNotShared = listener_->
GetPeriod
();
in GetVSyncPeriodAndLastTimeStamp()
H
A
D
vsync_distributor.cpp
559
event_.period = dvsync_->
GetPeriod
();
in PostVSyncEventPreProcess()
/foundation/multimedia/av_codec/test/unittest/dash_test/
H
A
D
dash_mpd_parser_unit_test.cpp
108
periodMr->
GetPeriod
();
in HWTEST_F()
Completed in 8 milliseconds