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:exec_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H
A
D
async_call.h
77
if (
exec_
== nullptr) {
in Exec()
80
exec_
(this);
in Exec()
81
exec_
= nullptr;
in Exec()
88
ExecAction
exec_
= nullptr;
member in OHOS::MiscServicesNapi::final::Context
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H
A
D
async_call.h
67
if (
exec_
== nullptr) {
in Exec()
70
exec_
(this);
in Exec()
76
ExecAction
exec_
= nullptr;
member in OHOS::DataShare::final::Context
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H
A
D
napi_async_call.cpp
47
exec_
= std::move(exec);
in SetAction()
117
if (context && context->
exec_
) {
in OnExecute()
118
context->execStatus = context->
exec_
();
in OnExecute()
119
context->
exec_
= nullptr;
in OnExecute()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H
A
D
napi_async_call.cpp
67
exec_
= std::move(exec);
in SetAction()
86
exec_
= std::move(exec);
in SetAll()
188
if (context->error == nullptr && context->
exec_
) {
in OnExecute()
189
context->execCode_ = context->
exec_
();
in OnExecute()
191
context->
exec_
= nullptr;
in OnExecute()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H
A
D
async_call.cpp
62
context_->ctx->
exec_
= std::move(exec);
in Call()
85
context_->ctx->
exec_
= std::move(exec);
in SyncCall()
160
context->ctx->
exec_
= nullptr;
in DeleteContext()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H
A
D
napi_async_call.cpp
58
exec_
= std::move(exec);
in SetAction()
142
if (context->
exec_
) {
in OnExecute()
143
context->execCode_ = context->
exec_
();
in OnExecute()
145
context->
exec_
= nullptr;
in OnExecute()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H
A
D
async_call.cpp
65
context_->ctx->
exec_
= std::move(exec);
in Call()
89
context_->ctx->
exec_
= std::move(exec);
in SyncCall()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H
A
D
napi_async_call.h
57
ExecuteAction
exec_
= nullptr;
member in OHOS::PreferencesJsKit::BaseContext
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H
A
D
napi_async_call.h
52
ExecuteAction
exec_
= nullptr;
member in OHOS::AppDataMgrJsKit::BaseContext
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H
A
D
napi_async_call.h
79
ExecuteAction
exec_
= nullptr;
member in OHOS::RelationalStoreJsKit::ContextBase
Completed in 5 milliseconds