Searched refs:interruptInfo (Results 1 – 4 of 4) sorted by relevance
559 ArkUIGestureInterruptInfo interruptInfo; in setGestureInterrupterToNode() local560 interruptInfo.isSystemGesture = gestureInfo->IsSystemGesture(); in setGestureInterrupterToNode()561 interruptInfo.systemRecognizerType = static_cast<ArkUI_Int32>(gestureInfo->GetType()); in setGestureInterrupterToNode()562 interruptInfo.event = &gestureEvent; in setGestureInterrupterToNode()563 interruptInfo.userData = gestureInfo->GetUserData(); in setGestureInterrupterToNode()565 interruptInfo.userData = reinterpret_cast<void*>(currentArkUIGestureRecognizer); in setGestureInterrupterToNode()576 interruptInfo.responseLinkRecognizer = othersRecognizer; in setGestureInterrupterToNode()577 interruptInfo.count = count; in setGestureInterrupterToNode()581 interruptInfo.inputEvent = &inputEvent; in setGestureInterrupterToNode()582 interruptInfo.gestureEvent = &arkUIGestureEvent; in setGestureInterrupterToNode()[all …]
36 virtual void OnInterrupt(const std::string &interruptInfo) = 0;
82 void OnInterrupt(const std::string &interruptInfo) override in OnInterrupt() argument84 MEDIA_LOG_I("AudioCaptureModuleCallback interrupt: " PUBLIC_LOG_S, interruptInfo.c_str()); in OnInterrupt()
129 void OnInterrupt(const std::string &interruptInfo) override in OnInterrupt() argument131 std::cout<<"AudioCaptureModuleCallback interrupt"<<interruptInfo<<std::endl; in OnInterrupt()