Home
last modified time | relevance | path

Searched refs:ISoftbusStateCallback (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorstate_fuzzer/
H A Dsoftbus_connector_state_fuzzer.cpp29 class SoftbusStateCallbackFuzzTest : public ISoftbusStateCallback {
47 std::shared_ptr<ISoftbusStateCallback> callback = std::make_shared<SoftbusStateCallbackFuzzTest>(); in SoftBusConnectorStateFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_state_callback.h21 class ISoftbusStateCallback { class
H A Dsoftbus_connector.h126 int32_t RegisterSoftbusStateCallback(const std::shared_ptr<ISoftbusStateCallback> callback);
176 std::shared_ptr<ISoftbusStateCallback> deviceStateManagerCallback_;
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_third.h48 class SoftbusStateCallbackMock : public ISoftbusStateCallback {
H A DUTTest_dm_auth_manager_first.cpp45 class SoftbusStateCallbackTest : public ISoftbusStateCallback {
/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h74 class DmDeviceStateManager final : public ISoftbusStateCallback,
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp39 class SoftbusStateCallbackTest : public ISoftbusStateCallback {
752 std::shared_ptr<ISoftbusStateCallback> callback = std::make_shared<SoftbusStateCallbackTest>(); in HWTEST_F()
914 std::shared_ptr<ISoftbusStateCallback> callback = std::make_shared<SoftbusStateCallbackTest>(); in HWTEST_F()
928 std::shared_ptr<ISoftbusStateCallback> callback = std::make_shared<SoftbusStateCallbackTest>(); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp83 int32_t SoftbusConnector::RegisterSoftbusStateCallback(const std::shared_ptr<ISoftbusStateCallback> callback) in RegisterSoftbusStateCallback()

Completed in 7 milliseconds