Home
last modified time | relevance | path

Searched refs:ClearTaskInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.h126 int ClearTaskInfo(uint32_t sessionId, Task &task);
H A Dremote_executor.cpp688 if (ClearTaskInfo(sessionId, task) == E_OK) { in DoFinished()
709 int RemoteExecutor::ClearTaskInfo(uint32_t sessionId, Task &task) in ClearTaskInfo() function in DistributedDB::RemoteExecutor