Home
last modified time | relevance | path

Searched defs:dstTarget (Results 1 - 16 of 16) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dicommunicator.h39 inline void SetSendConfigParam(const DBProperties &dbProperty, const std::string &dstTarget, bool nonBlock, in SetSendConfigParam() argument
H A Dsend_task_scheduler.h38 std::string dstTarget; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.cpp98 int Communicator::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config) in SendMessage() argument
103 int Communicator::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config, in SendMessage() argument
219 void Communicator::TriggerVersionNegotiation(const std::string &dstTarget) in TriggerVersionNegotiation() argument
239 void Communicator::TriggerUnknownMessageFeedback(const std::string &dstTarget, Message* &oriMsg) in TriggerUnknownMessageFeedback() argument
[all...]
H A Dsend_task_scheduler.cpp250 std::string dstTarget = taskOrderByPrio_[prio].front(); ScheduleDelayTask() local
268 std::string dstTarget; ScheduleNoDelayTask() local
[all...]
H A Dnetwork_adapter.cpp218 int NetworkAdapter::SendBytes(const std::string &dstTarget, const uint8_t *bytes, uint32_t length, uint32_t totalLength) in SendBytes() argument
H A Dcommunicator_aggregator.cpp295 int CommunicatorAggregator::ScheduleSendTask(const std::string &dstTarget, SerialBuffer *inBuff, in ScheduleSendTask() argument
788 void CommunicatorAggregator::TriggerVersionNegotiation(const std::string &dstTarget) in TriggerVersionNegotiation() argument
808 TryToFeedbackWhenCommunicatorNotFound(const std::string &dstTarget, const LabelType &dstLabel, const SerialBuffer *inOriFrame) TryToFeedbackWhenCommunicatorNotFound() argument
826 TriggerCommunicatorNotFoundFeedback(const std::string &dstTarget, const LabelType &dstLabel, Message* &oriMsg) TriggerCommunicatorNotFoundFeedback() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_communicator.h36 std::string dstTarget; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_time_sync_communicator.cpp85 int VirtualTimeSyncCommunicator::SendMessage(const std::string &dstTarget, const Message *inMsg, in SendMessage() argument
91 int VirtualTimeSyncCommunicator::SendMessage(const std::string &dstTarget, const Message *inMsg, in SendMessage() argument
H A Dvirtual_communicator.cpp48 int VirtualCommunicator::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config) in SendMessage() argument
53 int VirtualCommunicator::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config, in SendMessage() argument
H A Dvirtual_communicator_aggregator.cpp168 void VirtualCommunicatorAggregator::DispatchMessage(const std::string &srcTarget, const std::string &dstTarget, in DispatchMessage() argument
188 void VirtualCommunicatorAggregator::DispatchMessageInner(const std::string &srcTarget, const std::string &dstTarget, in DispatchMessageInner() argument
320 DelayTimeHandle(uint32_t messageId, const std::string &dstTarget) DelayTimeHandle() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dtime_helper.cpp142 void TimeHelper::SetSendConfig(const std::string &dstTarget, bool nonBlock, uint32_t timeout, SendConfig &sendConf) in SetSendConfig() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommunicator_proxy.cpp198 int CommunicatorProxy::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config) in SendMessage() argument
203 int CommunicatorProxy::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config, in SendMessage() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_deep_test.cpp200 static int CreateBufferThenAddIntoScheduler(SendTaskScheduler &scheduler, const std::string &dstTarget, Priority inPrio) in CreateBufferThenAddIntoScheduler() argument
H A Dadapter_stub.cpp78 int AdapterStub::SendBytes(const std::string &dstTarget, const uint8_t *bytes, uint32_t length, uint32_t totalLength) in SendBytes() argument
251 SimulateSendRetry(const std::string &dstTarget) SimulateSendRetry() argument
257 SimulateSendRetryClear(const std::string &dstTarget) SimulateSendRetryClear() argument
342 QuerySendRetry(const std::string &dstTarget) QuerySendRetry() argument
[all...]
/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp1119 sptr<RSWindowAnimationTarget> dstTarget; in HWTEST_F() local
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp313 void RemoteAnimation::GetExpectRect(const sptr<WindowNode>& dstNode, const sptr<RSWindowAnimationTarget>& dstTarget) in GetExpectRect() argument
356 auto dstTarget = CreateWindowAnimationTarget(dstInfo, dstNode); in NotifyAnimationTransition() local
287 NotifyAnimationStartApp(sptr<WindowTransitionInfo> srcInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode, sptr<RSWindowAnimationTarget>& dstTarget, sptr<RSWindowAnimationFinishedCallback>& finishedCallback) NotifyAnimationStartApp() argument
503 sptr<RSWindowAnimationTarget> dstTarget = CreateWindowAnimationTarget(dstInfo, dstNode); NotifyAnimationBackTransition() local
[all...]

Completed in 13 milliseconds