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:state1
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H
A
D
avsession_controller_test.cpp
202
bool IsAVPlaybackStateEqual(AVPlaybackState&
state1
, AVPlaybackState& state2)
in IsAVPlaybackStateEqual()
argument
204
return
state1
.GetState() == state2.GetState() &&
in IsAVPlaybackStateEqual()
205
std::fabs(
state1
.GetSpeed() - state2.GetSpeed()) < 1e-6 &&
in IsAVPlaybackStateEqual()
206
state1
.GetPosition().elapsedTime_ == state2.GetPosition().elapsedTime_ &&
in IsAVPlaybackStateEqual()
207
state1
.GetBufferedTime() == state2.GetBufferedTime() &&
in IsAVPlaybackStateEqual()
208
state1
.GetLoopMode() == state2.GetLoopMode() &&
in IsAVPlaybackStateEqual()
209
state1
.GetFavorite() == state2.GetFavorite();
in IsAVPlaybackStateEqual()
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test8.cpp
435
SessionState
state1
= SessionState::STATE_CONNECT;
in HWTEST_F()
local
436
sceneSession1->SetSessionState(
state1
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
video_element.cpp
371
auto
state1
= themeConstants->GetMediaById(resId, mediaPath);
in MediaPlay()
local
372
if (!
state1
) {
in MediaPlay()
402
auto
state1
= assetManager->GetFileInfo(path, fileInfo);
in RawFilePlay()
local
403
if (!
state1
) {
in RawFilePlay()
Completed in 6 milliseconds