Home
last modified time | relevance | path

Searched refs:COPY (Results 1 – 25 of 103) sorted by relevance

12345

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DNodeTools.js40 COPY: 1, property in NodeType
119 (node.nodeType_ === NodeType.COPY ||
274 if (pn.nodeType_ === NodeType.COPY && pn.raw_.errMsg_ === null) {
289 if (pn.nodeType_ === NodeType.COPY) {
296 if (pn.nodeType_ === NodeType.COPY) {
303 if (pn.nodeType_ === NodeType.COPY) {
313 if (pn.nodeType_ === NodeType.COPY) {
319 } else if (pn.nodeType_ === NodeType.COPY) {
320 if (ref.nodeType_ === NodeType.COPY) {
354 } else if (ref.nodeType_ === NodeType.COPY) {
[all …]
H A DModifyNode.js52 case NodeType.COPY:
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp181 case OHOS::Ace::DragCursorStyleCore::COPY: in TranslateDragCursorStyle()
182 return Msdp::DeviceStatus::DragCursorStyle::COPY; in TranslateDragCursorStyle()
278 case OHOS::Ace::DragBehavior::COPY: in TranslateDragBehavior()
279 return Msdp::DeviceStatus::DragBehavior::COPY; in TranslateDragBehavior()
289 case Msdp::DeviceStatus::DragBehavior::COPY: in TranslateDragBehavior()
290 return OHOS::Ace::DragBehavior::COPY; in TranslateDragBehavior()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/window/
H A Dwindow.h77 compositeMode(COPY), in WindowConfig()
83 COPY, enumerator
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Ddrag_data.h115 COPY = 0, enumerator
212 COPY, enumerator
219 COPY = 1 enumerator
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp720 { DragCursorStyle::COPY, "copy" }, in GetDragCursorStyle()
1227 if (DRAG_DATA_MGR.GetDragStyle() == DragCursorStyle::COPY) { in DragKeyEventCallback()
1231 CtrlKeyStyleChangedNotify(DragCursorStyle::COPY, DragAction::COPY); in DragKeyEventCallback()
1232 HandleCtrlKeyEvent(DragCursorStyle::COPY, DragAction::COPY); in DragKeyEventCallback()
1233 dragAction_.store(DragAction::COPY); in DragKeyEventCallback()
1286 case DragCursorStyle::COPY : { in GetDragStyleName()
1301 return DragCursorStyle::COPY; in GetRealDragStyle()
1315 dragBehavior = DragBehavior::COPY; in GetDragBehavior()
1318 if (dragAction_.load()== DragAction::COPY) { in GetDragBehavior()
1319 dragBehavior = DragBehavior::COPY; in GetDragBehavior()
[all …]
H A Ddrag_hisysevent.cpp38 { DragCursorStyle::COPY, "COPY" },
/ohos5.0/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddrag_data_manager_test.cpp136 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::COPY);
137 EXPECT_TRUE(DRAG_DATA_MGR.GetDragStyle() == DragCursorStyle::COPY);
157 DRAG_DATA_MGR.SetDragStyle(DragCursorStyle::COPY);
158 EXPECT_FALSE(DRAG_DATA_MGR.GetDragStyle() != DragCursorStyle::COPY);
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp197 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
239 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
284 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
326 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
373 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
406 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
439 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
471 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
503 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
535 ret = InteractionManager::GetInstance()->UpdateDragStyle(DragCursorStyle::COPY);
H A Dinteraction_manager_test.cpp230 { DragCursorStyle::COPY, "copy"}, in PrintStyleMessage()
599 case DragAction::COPY:{ in PrintDragAction()
1265 DragCursorStyle style = DragCursorStyle::COPY;
2205 EXPECT_EQ(dragAction, DragAction::COPY);
2305 EXPECT_EQ(dragAction, DragAction::COPY);
2309 EXPECT_EQ(dragAction, DragAction::COPY);
2314 EXPECT_EQ(dragAction, DragAction::COPY);
2362 EXPECT_EQ(recvStyle, DragCursorStyle::COPY);
2369 EXPECT_EQ(recvStyle, DragCursorStyle::COPY);
2373 EXPECT_EQ(recvStyle, DragCursorStyle::COPY);
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DAttrEditor.js54 case NodeType.COPY:
127 case NodeType.COPY:
188 this.node_.nodeType_ === NodeType.COPY ||
357 case NodeType.COPY:
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DCMakeLists.txt86 …file(COPY ${ffmpeg_shared_libraries} DESTINATION ${CMAKE_BINARY_DIR}/_deps/media_foundation-build/…
87 …file(COPY ${sdl_shared_libraries} DESTINATION ${CMAKE_BINARY_DIR}/_deps/media_foundation-build/tes…
/ohos5.0/foundation/window/window_manager_lite/interfaces/innerkits/
H A Dlite_wm_type.h25 COPY, enumerator
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_type_const.h44 COPY, enumerator
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_smartalbum_map_operations_test/src/
H A Dmedialibrary_file_opertions_test.cpp44 MediaLibraryCommand cmd3(OperationObject::FILESYSTEM_ASSET, OperationType::COPY);
112 MediaLibraryCommand cmd(OperationObject::FILESYSTEM_ASSET, OperationType::COPY);
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.h74 return config_.compositeMode == LiteWinConfig::COPY; in IsCoverMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_data.h27 COPY, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h68 COPY, enumerator
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/
H A DCMakeLists.txt79 …file(COPY ${sdl_shared_libraries} DESTINATION ${CMAKE_BINARY_DIR}/_deps/media_foundation-build/tes…
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dcommon_basics.h187 COPY, enumerator
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedialibrary_operation.h117 COPY, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp105 case OptionMenuActionId::COPY: in OnMenuItemAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_event.h72 COPY = 0, enumerator
/ohos5.0/build/lite/ndk/build/toolchain/
H A Dclang.gni112 description = "COPY {{source}} {{output}}"
H A Dgcc.gni122 description = "COPY {{source}} {{output}}"

12345