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:execCode_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H
A
D
napi_async_call.cpp
171
if (context->
execCode_
!= NativeRdb::E_OK) {
in Sync()
189
context->
execCode_
= context->exec_();
in OnExecute()
197
if (context->
execCode_
!= NativeRdb::E_OK) {
in OnComplete()
198
context->SetError(std::make_shared<InnerError>(context->
execCode_
));
in OnComplete()
H
A
D
napi_rdb_store.cpp
1507
context->
execCode_
= rdbStore->Sync(option, context->tablesNames, async);
in CloudSync()
1509
context->
execCode_
= rdbStore->Sync(option, *(context->rdbPredicates), async);
in CloudSync()
1515
if (context->
execCode_
!= E_OK && context->asyncHolder != nullptr) {
in CloudSync()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H
A
D
napi_async_call.cpp
143
context->
execCode_
= context->exec_();
in OnExecute()
151
if (context->
execCode_
!= NativePreferences::E_OK) {
in OnComplete()
152
context->SetError(std::make_shared<InnerError>(context->
execCode_
));
in OnComplete()
153
LOG_ERROR("The execute status is %{public}d", context->
execCode_
);
in OnComplete()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H
A
D
napi_async_call.h
48
int
execCode_
= ERR;
member in OHOS::PreferencesJsKit::BaseContext
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H
A
D
napi_async_call.h
77
int
execCode_
= OK;
member in OHOS::RelationalStoreJsKit::ContextBase
Completed in 6 milliseconds