Home
last modified time | relevance | path

Searched refs:DSoftbusObserver (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H A Dinput_event_builder.h35 class DSoftbusObserver final : public IDSoftbusObserver {
37 DSoftbusObserver(InputEventBuilder &parent) : parent_(parent) {} in DSoftbusObserver() function in OHOS::Msdp::DeviceStatus::Cooperate::final::final
38 ~DSoftbusObserver() = default;
91 std::shared_ptr<DSoftbusObserver> observer_;
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Ddsoftbus_handler.h30 class DSoftbusObserver final : public IDSoftbusObserver {
32 DSoftbusObserver(DSoftbusHandler &parent) : parent_(parent) {} in DSoftbusObserver() function in OHOS::Msdp::DeviceStatus::Cooperate::final::final
33 ~DSoftbusObserver() = default;
105 std::shared_ptr<DSoftbusObserver> observer_;
/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H A Ddsoftbus_adapter_test.cpp110 class DSoftbusObserver final : public IDSoftbusObserver {
112 DSoftbusObserver() = default;
113 ~DSoftbusObserver() = default;
181 std::shared_ptr<IDSoftbusObserver> observer = std::make_shared<DSoftbusObserver>(); in HWTEST_F()
198 std::shared_ptr<IDSoftbusObserver> observer = std::make_shared<DSoftbusObserver>(); in HWTEST_F()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_builder.cpp40 observer_ = std::make_shared<DSoftbusObserver>(*this); in InputEventBuilder()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp76 observer_ = std::make_shared<DSoftbusObserver>(*this); in DSoftbusHandler()

Completed in 4 milliseconds