Home
last modified time | relevance | path

Searched refs:ISoftbusPublishCallback (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorregister_fuzzer/
H A Dsoftbus_connector_register_fuzzer.cpp38 class SoftbusPublishCallbackFuzzTest : public ISoftbusPublishCallback {
52 std::shared_ptr<ISoftbusPublishCallback> pubishCallback = std::make_shared<SoftbusPublishCallbackFuzzTest>(); in SoftBusConnectorRegisterFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_publish_callback.h21 class ISoftbusPublishCallback { class
H A Dsoftbus_connector.h124 const std::shared_ptr<ISoftbusPublishCallback> callback);
175 static std::map<std::string, std::shared_ptr<ISoftbusPublishCallback>> publishCallbackMap_;
/foundation/distributedhardware/device_manager/services/implementation/include/publish/
H A Ddm_publish_manager.h34 class DmPublishManager final : public ISoftbusPublishCallback,
/foundation/distributedhardware/device_manager/services/implementation/src/publish/
H A Ddm_publish_manager.cpp78 std::shared_ptr<ISoftbusPublishCallback>(shared_from_this())); in PublishDeviceDiscovery()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp48 std::map<std::string, std::shared_ptr<ISoftbusPublishCallback>> SoftbusConnector::publishCallbackMap_ = {};
111 const std::shared_ptr<ISoftbusPublishCallback> callback) in RegisterSoftbusPublishCallback()
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp78 class SoftbusPublishCallbackTest : public ISoftbusPublishCallback {

Completed in 5 milliseconds