Home
last modified time | relevance | path

Searched refs:E_STALE (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_errno.h54 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 Dtask_pool_impl.cpp90 return -E_STALE; in Schedule()
111 return -E_STALE; in Schedule()
H A Dnotification_chain.cpp72 return -E_STALE; in RegisterEventType()
164 return -E_STALE; in RegisterListener()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp45 { -E_STALE, STALE },
H A Dkv_store_delegate_manager.cpp59 if (errCode == -E_STALE) { in GetOneConnectionWithRetry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp143 return -E_STALE; in PragmaSyncAction()
192 return -E_STALE; in CancelDeviceSync()
H A Dgeneric_kvdb.cpp60 errCode = -E_STALE; in GetDBConnection()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store_connection.cpp243 return -E_STALE; in SyncToDevice()
446 return -E_STALE; in Sync()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp351 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 Drelational_store_manager.cpp64 if (errCode == -E_STALE) { in GetOneConnectionWithRetry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h27 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 Ddistributeddb_storage_data_connection_test.cpp334 * @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 Dsqlite_single_ver_natural_store_connection.cpp1510 errCode = -E_STALE; in PublishInner()

Completed in 11 milliseconds