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:ScopeGuard
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updater/utils/include/
H
A
D
scope_guard.h
26
template<typename ExitAction> class
ScopeGuard
{
class
28
ScopeGuard
(ExitAction &&action) : action_(action), enable_(true) {}
in ScopeGuard()
function in Updater::Detail::ScopeGuard
29
~
ScopeGuard
()
in ~ScopeGuard()
48
static inline
ScopeGuard
<ExitAction> operator + (ScopeExitGuardHelper, ExitAction &&action)
in operator +()
50
return
ScopeGuard
<ExitAction>(std::forward<ExitAction>(action));
in operator +()
/base/inputmethod/imf/frameworks/js/napi/common/
H
A
D
js_callback_handler.h
43
JsUtil::
ScopeGuard
scopeGuard(object->env_);
54
JsUtil::
ScopeGuard
scopeGuard(object->env_);
in Traverse()
H
A
D
js_util.h
112
class
ScopeGuard
{
class in OHOS::MiscServices::JsUtil
114
explicit
ScopeGuard
(napi_env env) : env_(env), scope_(nullptr)
in ScopeGuard()
function in OHOS::MiscServices::JsUtil::ScopeGuard
118
~
ScopeGuard
()
in ~ScopeGuard()
/base/update/sys_installer/frameworks/actions/verify_action/src/
H
A
D
pkg_verify.cpp
69
Detail::
ScopeGuard
guard([&] {
in PerformAction()
/base/update/sys_installer/services/ab_update/src/
H
A
D
ab_update.cpp
82
Detail::
ScopeGuard
guard([&] {
in PerformAction()
/base/update/updater/services/updater_binary/
H
A
D
update_processor.cpp
482
Detail::
ScopeGuard
guard([&] {
in ProcessUpdater()
Completed in 4 milliseconds