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:ScopeGuard
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/form_fwk/services/include/
H
A
D
scope_guard.h
25
explicit
ScopeGuard
(Function func) : func_(func), dismissed_(false)
in ScopeGuard()
function in OHOS::AppExecFwk::final
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
scope_guard.h
25
explicit
ScopeGuard
(Function fn) : fn_(fn), dismissed_(false)
in ScopeGuard()
function in OHOS::AppExecFwk::final
/foundation/bundlemanager/app_domain_verify/services/include/manager/rdb/
H
A
D
scope_guard.h
26
explicit
ScopeGuard
(Function fn)
in ScopeGuard()
function in OHOS::AppDomainVerify::final
/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/
H
A
D
ability_resident_process_rdb.h
40
explicit
ScopeGuard
(Function fn) : fn_(fn), dismissed(false) {}
in ScopeGuard()
function in OHOS::AbilityRuntime::final
/foundation/multimedia/media_foundation/src/buffer/avbuffer/include/
H
A
D
scope_guard.h
29
class
ScopeGuard
{
class
31
explicit
ScopeGuard
(ExitAction &&action) : action_(action), enable_(true) {}
in ScopeGuard()
function in OHOS::Detail::ScopeGuard
/foundation/multimedia/av_codec/services/utils/include/
H
A
D
scope_guard.h
29
class
ScopeGuard
{
class
31
explicit
ScopeGuard
(ExitAction &&action) : action_(action), enable_(true) {}
in ScopeGuard()
function in OHOS::Detail::ScopeGuard
/foundation/multimedia/player_framework/services/utils/include/
H
A
D
scope_guard.h
29
class
ScopeGuard
{
class
31
explicit
ScopeGuard
(ExitAction &&action) : action_(action), enable_(true) {}
in ScopeGuard()
function in OHOS::Detail::ScopeGuard
/foundation/ai/intelligent_voice_framework/utils/
H
A
D
scope_guard.h
23
class
ScopeGuard
{
class
25
explicit
ScopeGuard
(Func &&f) : func_(std::forward<Func>(f)), active_(true)
in ScopeGuard()
function in OHOS::IntellVoiceUtils::ScopeGuard
29
ScopeGuard
(
ScopeGuard
&&rhs) : func_(std::move(rhs.func_)), active_(rhs.active_)
in ScopeGuard()
function in OHOS::IntellVoiceUtils::ScopeGuard
[all...]
Completed in 5 milliseconds