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:state2
(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
445
SessionState
state2
= SessionState::STATE_FOREGROUND;
in HWTEST_F()
local
446
sceneSession2->SetSessionState(
state2
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
video_element.cpp
377
auto
state2
= assetManager->GetFileInfo(mediaPath.substr(mediaPath.find("resources/base")), fileInfo);
in MediaPlay()
local
378
if (!
state2
) {
in MediaPlay()
Completed in 6 milliseconds