Searched defs:actionCallback (Results 1 – 11 of 11) sorted by relevance
57 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj); variable126 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj); variable
59 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj); variable120 sptr<IThermalActionCallback> actionCallback; variable
65 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj); variable
83 sptr<IThermalActionCallback> actionCallback; variable
55 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj); variable
110 sptr<IThermalActionCallback> actionCallback = nullptr; variable
104 …void SetActionEventHandler(std::function<void(const std::string& action)>&& actionCallback) overri… in SetActionEventHandler()
203 virtual void SetActionEventHandler(std::function<void(const std::string&)>&& actionCallback) {}; in SetActionEventHandler()
598 …sptr<ElementOperatorCallbackImpl> actionCallback = new(std::nothrow) ElementOperatorCallbackImpl(); in ExecuteActionOnAccessibilityFocused() local
3060 void UIContentImpl::SetActionEventHandler(std::function<void(const std::string& action)>&& actionCa… in SetActionEventHandler()