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
defs:processOptions
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
start_options.h
36
std::shared_ptr<ProcessOptions>
processOptions
= nullptr;
member in OHOS::AAFwk::final
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H
A
D
status_bar_delegate_manager.cpp
59
auto
processOptions
= sessionInfo->
processOptions
;
in DoProcessAttachment()
local
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H
A
D
napi_common_start_options.cpp
32
bool UnwrapProcessOptions(napi_env env, napi_value param, std::shared_ptr<AAFwk::ProcessOptions> &
processOptions
)
in UnwrapProcessOptions()
argument
/foundation/ability/ability_base/interfaces/kits/native/session_info/include/
H
A
D
session_info.h
59
std::shared_ptr<ProcessOptions>
processOptions
= nullptr;
member in OHOS::AAFwk::SessionInfo
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
session_test2.cpp
847
std::shared_ptr<AAFwk::ProcessOptions>
processOptions
= std::make_shared<AAFwk::ProcessOptions>();
in HWTEST_F()
local
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
265
std::shared_ptr<ProcessOptions>
processOptions
= nullptr;
member
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H
A
D
js_scene_utils.cpp
265
std::shared_ptr<AAFwk::ProcessOptions>
processOptions
= std::make_shared<AAFwk::ProcessOptions>();
in IsJsProcessOptionUndefined()
local
449
napi_value CreateJsProcessOption(napi_env env, std::shared_ptr<AAFwk::ProcessOptions>
processOptions
)
in CreateJsProcessOption()
argument
378
ConvertProcessOptionFromJs(napi_env env, napi_value jsObject, std::shared_ptr<AAFwk::ProcessOptions>
processOptions
)
ConvertProcessOptionFromJs()
argument
[all...]
/foundation/window/window_manager/window_scene/interfaces/include/
H
A
D
ws_common.h
311
std::shared_ptr<AAFwk::ProcessOptions>
processOptions
= nullptr;
member
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
session.cpp
220
void Session::SetSessionInfoProcessOptions(const std::shared_ptr<AAFwk::ProcessOptions>&
processOptions
)
in SetSessionInfoProcessOptions()
argument
Completed in 16 milliseconds