/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/ |
H A D | event_bean_unit_test.cpp | 93 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 D | accessible_ability_connection_test.cpp | 206 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 D | accessibility_system_ability_client_test.cpp | 74 event.SetEventType(TYPE_VIEW_TEXT_UPDATE_EVENT); in BenchmarkTestForSendEvent()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_parcel_data.cpp | 58 this->SetEventType(device.GetEventType()); in ScanResult()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | scene_viewer_touch_handler.cpp | 61 event.SetEventType(point.type); in CreateSceneTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/ |
H A D | navigator_event_hub.cpp | 37 builder.SetEventType(Recorder::EventType::NAVIGATOR) in NavigatePage()
|
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/include/ |
H A D | event_bean.h | 60 void SetEventType(const EventType &type);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_event_hub.h | 111 builder.SetEventType(eventType).SetIndex(index); in RecordEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_event_hub.h | 55 builder.SetEventType(Recorder::EventType::SEARCH_SUBMIT).SetText(value); in FireOnSubmit()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_event_info.h | 320 void SetEventType(const EventType eventType);
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/dfx/ |
H A D | dps_event_report.h | 99 void SetEventType(EventType eventType_);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_event_hub.h | 193 builder.SetEventType(eventType).SetText(param); in RecorderOnEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_recorder.h | 96 EventParamsBuilder& SetEventType(EventType eventType);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation_utils.h | 104 accessibilityEventInfo.SetEventType( in TransformAccessbilityEventInfo()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/asacfwk/test/unittest/ |
H A D | accessibility_system_ability_client_impl_test.cpp | 355 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 D | deferred_photo_controller.cpp | 65 DPSEventReport::GetInstance().SetEventType(event); in OnEventChange()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/ |
H A D | accessible_ability_client_impl_test.cpp | 119 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 D | bluetooth_ble_central_manager.h | 198 void SetEventType(uint16_t eventType);
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_event_info.cpp | 192 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 D | event_bean.cpp | 183 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 D | js_third_provider_interaction_operation_utils_test.cpp | 310 beforeEventInfo.SetEventType(static_cast<OHOS::Accessibility::EventType>(index)); in BuildAccessibilityEventInfo() 322 nativeEventInfo.SetEventType( in FillNativeAccessibilityEventInfo()
|
H A D | js_third_provider_interaction_operation_test.cpp | 566 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 D | aams_server_test.cpp | 137 eventInfo.SetEventType(EventType::TYPE_WINDOW_UPDATE);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_touch_guider.cpp | 125 eventInfo.SetEventType(eventType); in SendAccessibilityEventToAA() 231 eventInfo.SetEventType(EventType::TYPE_GESTURE_EVENT); in OnCompleted()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 78 scanResult.SetEventType(tempResult.GetEventType()); in OnScanCallback() 633 void BleScanResult::SetEventType(uint16_t eventType) in SetEventType() function in OHOS::Bluetooth::BleScanResult
|