Home
last modified time | relevance | path

Searched refs:removeCallbacks_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_device_listener.cpp42 if (removeCallbacks_!= nullptr) { in OnDeviceRemoved()
43 removeCallbacks_(deviceId, type); in OnDeviceRemoved()
56 removeCallbacks_ = callback; in SetDeviceRemovedCallback()
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/include/
H A Doh_input_device_listener.h39 std::function<void(int32_t deviceId, const std::string &type)> removeCallbacks_; variable