Home
last modified time | relevance | path

Searched refs:RemoteExecutor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp44 RemoteExecutor::RemoteExecutor() in RemoteExecutor() function in DistributedDB::RemoteExecutor
132 void RemoteExecutor::NotifyUserChange() in NotifyUserChange()
142 void RemoteExecutor::Close() in Close()
361 uint32_t RemoteExecutor::GenerateSessionId() in GenerateSessionId()
374 uint32_t RemoteExecutor::GenerateTaskId() in GenerateTaskId()
448 void RemoteExecutor::DoRollBack(uint32_t sessionId) in DoRollBack()
476 int RemoteExecutor::RequestStart(uint32_t sessionId) in RequestStart()
635 void RemoteExecutor::RemoveTimer(uint32_t sessionId) in RemoveTimer()
665 void RemoteExecutor::DoTimeout(TimerId timerId) in DoTimeout()
724 void RemoteExecutor::ClearInnerSource() in ClearInnerSource()
[all …]
H A Dremote_executor.h33 class RemoteExecutor : public RefObject {
55 RemoteExecutor();
57 ~RemoteExecutor() = default;
H A Dsync_engine.h209 RemoteExecutor *GetAndIncRemoteExector();
211 void SetRemoteExector(RemoteExecutor *executor);
251 RemoteExecutor *remoteExecutor_;
H A Dsync_engine.cpp147 RemoteExecutor *executor = GetAndIncRemoteExector(); in Close()
240 auto executor = new (std::nothrow) RemoteExecutor(); in InitInnerSource()
820 RemoteExecutor *executor = GetAndIncRemoteExector(); in OfflineHandleByDevice()
1094 RemoteExecutor *executor = GetAndIncRemoteExector(); in RemoteQuery()
1106 RemoteExecutor *executor = GetAndIncRemoteExector(); in NotifyConnectionClosed()
1117 RemoteExecutor *executor = GetAndIncRemoteExector(); in NotifyUserChange()
1126 RemoteExecutor *SyncEngine::GetAndIncRemoteExector() in GetAndIncRemoteExector()
1133 void SyncEngine::SetRemoteExector(RemoteExecutor *executor) in SetRemoteExector()
1200 RemoteExecutor *executor = GetAndIncRemoteExector(); in HandleRemoteExecutorMsg()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_remote_executor.h22 class MockRemoteExecutor : public RemoteExecutor {
30 return RemoteExecutor::ResponseFailed(errCode, sessionId, sequenceId, device); in CallResponseFailed()
H A Dgeneric_virtual_device.h60 RemoteExecutor *executor_;
H A Dgeneric_virtual_device.cpp117 executor_ = new (std::nothrow) RemoteExecutor(); in Initialize()