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:SetPhaseOffset
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H
A
D
vsync_controller_test.cpp
104
* CaseDescription: 1. call
SetPhaseOffset
108
ASSERT_EQ(VSyncControllerTest::vsyncController_->
SetPhaseOffset
(2), VSYNC_ERROR_OK);
in HWTEST_F()
129
* CaseDescription: 1. call
SetPhaseOffset
133
ASSERT_EQ(VSyncControllerTest::vsyncController_->
SetPhaseOffset
(2), VSYNC_ERROR_INVALID_OPERATING);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsynccontroller_fuzzer/
H
A
D
vsynccontroller_fuzzer.cpp
69
vsyncController->
SetPhaseOffset
(offset);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H
A
D
vsync_controller.h
48
VsyncError
SetPhaseOffset
(int64_t offset);
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_controller.cpp
75
VsyncError VSyncController::
SetPhaseOffset
(int64_t offset)
in SetPhaseOffset()
function in OHOS::Rosen::VSyncController
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H
A
D
hgm_frame_rate_manager.cpp
139
rsController->
SetPhaseOffset
(0);
in RegisterCoreCallbacksAndInitController()
140
appController->
SetPhaseOffset
(0);
in RegisterCoreCallbacksAndInitController()
144
rsController->
SetPhaseOffset
(UNI_RENDER_VSYNC_OFFSET);
in RegisterCoreCallbacksAndInitController()
145
appController->
SetPhaseOffset
(UNI_RENDER_VSYNC_OFFSET);
in RegisterCoreCallbacksAndInitController()
Completed in 4 milliseconds