Home
last modified time | relevance | path

Searched refs:SetEventType (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp93 bean->SetEventType(eventType);
102 bean->SetEventType(eventType1);
103 bean->SetEventType(eventType2);
112 bean->SetEventType(eventType2);
113 bean->SetEventType(eventType1);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_connection_test.cpp206 eventInfo.SetEventType(EventType::TYPE_PAGE_STATE_UPDATE);
227 eventInfo.SetEventType(EventType::TYPE_VIEW_CLICKED_EVENT);
250 eventInfo.SetEventType(TYPE_VIEW_INVALID);
277 eventInfo.SetEventType(TYPE_VIEW_INVALID);
314 eventInfo.SetEventType(TYPE_VIEW_CLICKED_EVENT);
354 eventInfo.SetEventType(TYPE_VIEW_INVALID);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/benchmarktest/accessibility_system_ability_client_test/
H A Daccessibility_system_ability_client_test.cpp74 event.SetEventType(TYPE_VIEW_TEXT_UPDATE_EVENT); in BenchmarkTestForSendEvent()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp58 this->SetEventType(device.GetEventType()); in ScanResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_touch_handler.cpp61 event.SetEventType(point.type); in CreateSceneTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.cpp37 builder.SetEventType(Recorder::EventType::NAVIGATOR) in NavigatePage()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/include/
H A Devent_bean.h60 void SetEventType(const EventType &type);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_event_hub.h111 builder.SetEventType(eventType).SetIndex(index); in RecordEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_event_hub.h55 builder.SetEventType(Recorder::EventType::SEARCH_SUBMIT).SetText(value); in FireOnSubmit()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h320 void SetEventType(const EventType eventType);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/
H A Ddps_event_report.h99 void SetEventType(EventType eventType_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_event_hub.h193 builder.SetEventType(eventType).SetText(param); in RecorderOnEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.h96 EventParamsBuilder& SetEventType(EventType eventType);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h104 accessibilityEventInfo.SetEventType( in TransformAccessbilityEventInfo()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/asacfwk/test/unittest/
H A Daccessibility_system_ability_client_impl_test.cpp355 event.SetEventType(TYPE_VIEW_LONG_CLICKED_EVENT);
375 event.SetEventType(TYPE_VIEW_INVALID);
397 event.SetEventType(TYPE_VIEW_LONG_CLICKED_EVENT);
417 event.SetEventType(TYPE_VIEW_FOCUSED_EVENT);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_controller.cpp65 DPSEventReport::GetInstance().SetEventType(event); in OnEventChange()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/
H A Daccessible_ability_client_impl_test.cpp119 eventInfo.SetEventType(EventType::TYPE_TOUCH_BEGIN);
135 eventInfo.SetEventType(EventType::TYPE_GESTURE_EVENT);
1031 eventInfo.SetEventType(TYPE_VIEW_TEXT_UPDATE_EVENT);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h198 void SetEventType(uint16_t eventType);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp192 void AccessibilityEventInfo::SetEventType(const EventType eventType) in SetEventType() function in OHOS::Accessibility::AccessibilityEventInfo
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp183 void EventBean::SetEventType(const EventType &type) in SetEventType() function in OHOS::Media::MediaMonitor::EventBean
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp310 beforeEventInfo.SetEventType(static_cast<OHOS::Accessibility::EventType>(index)); in BuildAccessibilityEventInfo()
322 nativeEventInfo.SetEventType( in FillNativeAccessibilityEventInfo()
H A Djs_third_provider_interaction_operation_test.cpp566 event.SetEventType(ARKUI_ACCESSIBILITY_NATIVE_EVENT_TYPE_ACCESSIBILITY_FOCUSED);
706 event.SetEventType(ARKUI_ACCESSIBILITY_NATIVE_EVENT_TYPE_FOCUS_NODE_UPDATE);
/ohos5.0/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_server_test/
H A Daams_server_test.cpp137 eventInfo.SetEventType(EventType::TYPE_WINDOW_UPDATE);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp125 eventInfo.SetEventType(eventType); in SendAccessibilityEventToAA()
231 eventInfo.SetEventType(EventType::TYPE_GESTURE_EVENT); in OnCompleted()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp78 scanResult.SetEventType(tempResult.GetEventType()); in OnScanCallback()
633 void BleScanResult::SetEventType(uint16_t eventType) in SetEventType() function in OHOS::Bluetooth::BleScanResult

123