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:Abort
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/communication/nfc/services/src/nci_adapter/
H
A
D
nci_nfcc_proxy.cpp
100
* @brief
Abort
the nfc controller if NCI timeout.
102
void NciNfccProxy::
Abort
()
in Abort()
function in OHOS::NFC::NCI::NciNfccProxy
105
return nfccInterface_->
Abort
();
in Abort()
H
A
D
nci_nfcc_proxy.h
66
* @brief
Abort
the nfc controller if NCI timeout.
68
void
Abort
() override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H
A
D
nci_nfcc_impl_default.cpp
53
void NciNfccImplDefault::
Abort
()
in Abort()
function in OHOS::NFC::NCI::NciNfccImplDefault
55
NfccNciAdapter::GetInstance().
Abort
();
in Abort()
H
A
D
nfcc_nci_adapter.cpp
971
void NfccNciAdapter::
Abort
()
in Abort()
function in OHOS::NFC::NCI::NfccNciAdapter
973
InfoLog("NfccNciAdapter::
Abort
");
in Abort()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_multi_ver_vacuum_test.cpp
254
* @tc.steps: step3.
Abort
dbTaskC
257
errCode = vacuum.
Abort
(DB_IDENTITY_C);
279
* @tc.steps: step6.
Abort
dbTaskC again
282
errCode = vacuum.
Abort
(DB_IDENTITY_C);
381
errCode = vacuum.
Abort
(DB_IDENTITY_B);
466
LOGI("[ConcurrentPauseAndAbortThenCheckResult] ThreadB Enter Do
Abort
.");
467
retForThreadB = vacuum.
Abort
(dbIdentifier);
469
LOGI("[ConcurrentPauseAndAbortThenCheckResult] ThreadB Exit Do
Abort
.");
474
LOGI("[ConcurrentPauseAndAbortThenCheckResult] Check."); // Pause May Fail if
Abort
First
591
* @tc.steps: step4.
Abort
dbTask
[all...]
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
inci_nfcc_interface.h
68
* @brief
Abort
the nfc controller if NCI timeout.
70
virtual void
Abort
() = 0;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H
A
D
nci_nfcc_impl_default.h
33
void
Abort
() override;
H
A
D
nfcc_nci_adapter.h
47
void
Abort
();
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
isync_state_machine.h
46
virtual void
Abort
() = 0;
H
A
D
sync_state_machine.h
59
void
Abort
() override;
104
// Called by
Abort
, Sub class should realize this function to force abort statemachine
H
A
D
sync_task_context.h
174
virtual void
Abort
(int status);
H
A
D
sync_state_machine.cpp
109
void SyncStateMachine::
Abort
()
in Abort()
function in DistributedDB::SyncStateMachine
117
LOGE("[SyncStateMachine][
Abort
]
Abort
failed, errCode %d", errCode);
in Abort()
H
A
D
sync_task_context.cpp
480
void SyncTaskContext::
Abort
(int status)
in Abort()
function in DistributedDB::SyncTaskContext
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H
A
D
multi_ver_sync_state_machine.cpp
179
Abort
();
in ReceiveMessageCallback()
194
Abort
();
in StepToTimeout()
230
Abort
();
in SyncStepInnerLocked()
246
Abort
();
in SyncStepInnerLocked()
316
Abort
();
in CommErrAbort()
/foundation/communication/nfc/services/src/utils/
H
A
D
nfc_watch_dog.cpp
60
nciNfccProxy_.lock()->
Abort
();
in MainLoop()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H
A
D
storage_engine.h
62
void
Abort
(OperatePerm enableType = OperatePerm::NORMAL_PERM);
H
A
D
storage_engine.cpp
185
LOGI("
Abort
write executor and executor and busy for operate!");
in FindWriteExecutor()
222
LOGI("
Abort
find read executor and busy for operate!");
in FindReadExecutor()
336
void StorageEngine::
Abort
(OperatePerm enableType)
in Abort()
function in DistributedDB::StorageEngine
342
LOGI("
Abort
the handle occupy, release all!");
in Abort()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H
A
D
multi_ver_vacuum.h
62
// It expected that every Pause following by a Continue sooner or later before
Abort
is called.
82
int
Abort
(const std::string &dbIdentifier);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H
A
D
single_ver_sync_task_context.h
75
void
Abort
(int status) override;
H
A
D
single_ver_sync_state_machine.cpp
556
context_->
Abort
(SyncOperation::OP_TIMEOUT);
in DoTimeout()
572
context_->
Abort
(SyncOperation::OP_COMM_ABNORMAL);
in DoInnerErr()
575
context_->
Abort
(status);
in DoInnerErr()
H
A
D
single_ver_sync_task_context.cpp
228
void SingleVerSyncTaskContext::
Abort
(int status)
in Abort()
function in DistributedDB::SingleVerSyncTaskContext
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_client.h
155
int
Abort
();
H
A
D
obex_client.cpp
365
int ObexClient::
Abort
()
in Abort()
function in OHOS::bluetooth::ObexClient
376
OBEX_LOG_ERROR("
Abort
is processing!");
in ProcessAbort()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H
A
D
multi_ver_natural_store.cpp
243
shadowTrimmer_.
Abort
(GetStringIdentifier());
in Clear()
452
//
Abort
the trimming;
in Close()
814
shadowTrimmer_.
Abort
(GetStringIdentifier());
in Import()
H
A
D
multi_ver_vacuum.cpp
94
// Even more, in case
Abort
be called immediately after task finished, the final status may be ABORT_DONE.
in Pause()
159
int MultiVerVacuum::
Abort
(const std::string &dbIdentifier)
in Abort()
function in DistributedDB::MultiVerVacuum
197
LOGE("[Vacuum][
Abort
] Unexpected pre-status=%d!", static_cast<int>(dbMapVacuumTask_[dbIdentifier].status));
in Abort()
Completed in 23 milliseconds
1
2