Home
last modified time | relevance | path

Searched refs:SendableCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Diadapter.h31 using SendableCallback = std::function<void(const std::string &target, int softBusErrCode)>; variable
70 … virtual int RegSendableCallback(const SendableCallback &onSendable, const Finalizer &inOper) = 0;
H A Dnetwork_adapter.h52 int RegSendableCallback(const SendableCallback &onSendable, const Finalizer &inOper) override;
87 SendableCallback onSendableHandle_;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dadapter_stub.h48 int RegSendableCallback(const SendableCallback &onSendable, const Finalizer &inOper) override;
103 SendableCallback onSendableHandle_;
H A Dadapter_stub.cpp136 int AdapterStub::RegSendableCallback(const SendableCallback &onSendable, const Finalizer &inOper) in RegSendableCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp258 int NetworkAdapter::RegSendableCallback(const SendableCallback &onSendable, const Finalizer &inOper) in RegSendableCallback()