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:RemoveResult
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H
A
D
startup_manager.cpp
140
iter.second->
RemoveResult
();
in RemoveAllResult()
146
int32_t StartupManager::
RemoveResult
(const std::string &name)
in RemoveResult()
function in OHOS::AbilityRuntime::StartupManager
154
return findResult->second->
RemoveResult
();
in RemoveResult()
H
A
D
startup_task.cpp
87
int32_t StartupTask::
RemoveResult
()
in RemoveResult()
function in OHOS::AbilityRuntime::StartupTask
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app_startup/
H
A
D
startup_task.h
63
int32_t
RemoveResult
();
H
A
D
startup_manager.h
50
int32_t
RemoveResult
(const std::string &name);
/foundation/ability/ability_runtime/frameworks/js/napi/app_startup/startup_manager/
H
A
D
js_startup_manager.h
46
static napi_value
RemoveResult
(napi_env env, napi_callback_info info);
H
A
D
js_startup_manager.cpp
60
napi_value JsStartupManager::
RemoveResult
(napi_env env, napi_callback_info info)
in RemoveResult()
function in OHOS::AbilityRuntime::JsStartupManager
195
int32_t res = DelayedSingleton<StartupManager>::GetInstance()->
RemoveResult
(startupTask);
in OnRemoveResult()
220
BindNativeFunction(env, exportObj, "removeStartupTaskResult", moduleName, JsStartupManager::
RemoveResult
);
in JsStartupManagerInit()
Completed in 3 milliseconds