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:E_STALE
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H
A
D
preferences_errno.h
54
constexpr int
E_STALE
= (E_BASE + 1); // Resource has been stopped, killed or destroyed.
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
task_pool_impl.cpp
90
return -
E_STALE
;
in Schedule()
111
return -
E_STALE
;
in Schedule()
H
A
D
notification_chain.cpp
72
return -
E_STALE
;
in RegisterEventType()
164
return -
E_STALE
;
in RegisterListener()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H
A
D
kv_store_errno.cpp
45
{ -
E_STALE
, STALE },
H
A
D
kv_store_delegate_manager.cpp
59
if (errCode == -
E_STALE
) {
in GetOneConnectionWithRetry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H
A
D
sync_able_kvdb_connection.cpp
143
return -
E_STALE
;
in PragmaSyncAction()
192
return -
E_STALE
;
in CancelDeviceSync()
H
A
D
generic_kvdb.cpp
60
errCode = -
E_STALE
;
in GetDBConnection()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H
A
D
sqlite_relational_store_connection.cpp
243
return -
E_STALE
;
in SyncToDevice()
446
return -
E_STALE
;
in Sync()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H
A
D
evloop_timer_unit_test.cpp
351
errCode = timer->SetAction([&counter](EventsMask revents) -> int { ++counter; return -
E_STALE
; },
in HWTEST_F()
415
return -
E_STALE
;
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H
A
D
relational_store_manager.cpp
64
if (errCode == -
E_STALE
) {
in GetOneConnectionWithRetry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
db_errno.h
27
constexpr int
E_STALE
= (E_BASE + 6); // Resource has been stopped, killed or destroyed.
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_storage_data_connection_test.cpp
334
* @tc.expected: step3. Expect -
E_STALE
in HWTEST_F()
343
EXPECT_EQ(connection->GetSnapshot(snapshot), -
E_STALE
);
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_single_ver_natural_store_connection.cpp
1510
errCode = -
E_STALE
;
in PublishInner()
Completed in 11 milliseconds