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:MODE_END
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H
A
D
effect_suggestion_info_parse.h
50
int32_t
MODE_END
= -1;
in ResizeModeInfo()
local
54
if (originInfo[j] ==
MODE_END
) {
in ResizeModeInfo()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H
A
D
camera_ability_parse_util.cpp
32
return originInfo[j] ==
MODE_END
&& originInfo[j - 1] == SPEC_END &&
in GetModeInfo()
36
if (originInfo[j] !=
MODE_END
) {
in GetModeInfo()
71
if (originInfo[j] !=
MODE_END
) {
in GetAvailableConfiguration()
106
if (originInfo[j] !=
MODE_END
) {
in GetConflictConfiguration()
142
if (originInfo[j] !=
MODE_END
) {
in GetAbilityInfo()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H
A
D
camera_ability_parse_util.h
76
const int32_t
MODE_END
= -1;
member
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H
A
D
window_utils.h
145
MODE_END
= FLOATING
member in OHOS::Rosen::ApiWindowMode
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window_utils.h
158
MODE_END
= FLOATING
member in OHOS::Rosen::ApiWindowMode
H
A
D
js_window.cpp
1870
resultValue <= static_cast<uint32_t>(ApiWindowMode::
MODE_END
)) {
in OnSetWindowMode()
/foundation/window/window_manager/wmserver/src/zidl/
H
A
D
window_manager_stub.cpp
498
if (!data.ReadUint32(modeId) || modeId >= static_cast<uint32_t>(MaximizeMode::
MODE_END
)) {
in OnRemoteRequest()
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
wm_common.h
838
MODE_END
,
member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::MaximizeMode
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H
A
D
session_stub.cpp
736
if (!data.ReadUint32(mode) || mode >= static_cast<uint32_t>(MaximizeMode::
MODE_END
)) {
in HandleSetGlobalMaximizeMode()
Completed in 24 milliseconds