Searched refs:removeCallbacks_ (Results 1 – 2 of 2) sorted by relevance
42 if (removeCallbacks_!= nullptr) { in OnDeviceRemoved()43 removeCallbacks_(deviceId, type); in OnDeviceRemoved()56 removeCallbacks_ = callback; in SetDeviceRemovedCallback()
39 std::function<void(int32_t deviceId, const std::string &type)> removeCallbacks_; variable