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:processArgs_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
child_main_thread.cpp
36
processArgs_
= std::make_shared<ChildProcessArgs>();
in ChildMainThread()
107
if (
processArgs_
== nullptr) {
in SetFds()
108
TAG_LOGE(AAFwkTag::APPKIT, "
processArgs_
is nullptr");
in SetFds()
111
processArgs_
->fds = fds;
in SetFds()
122
processArgs_
->entryParams = processInfo.entryParams;
in Init()
229
if (!
processArgs_
) {
in HandleLoadArkTs()
230
TAG_LOGE(AAFwkTag::APPKIT, "
processArgs_
is nullptr");
in HandleLoadArkTs()
258
childProcessManager.LoadJsFile(srcEntry, hapModuleInfo, runtime_,
processArgs_
);
in HandleLoadArkTs()
268
if (!
processArgs_
) {
in HandleLoadNative()
269
TAG_LOGE(AAFwkTag::APPKIT, "
processArgs_
i
in HandleLoadNative()
[all...]
/foundation/ability/ability_runtime/test/unittest/appkit/child_main_thread_first_test/
H
A
D
child_main_thread_first_test.cpp
171
childMainThread.
processArgs_
= nullptr;
in HWTEST_F()
174
EXPECT_EQ(childMainThread.
processArgs_
, nullptr);
in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
child_main_thread.h
67
std::shared_ptr<ChildProcessArgs>
processArgs_
= nullptr;
member in OHOS::AppExecFwk::ChildMainThread
Completed in 2 milliseconds