/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | NodeTools.js | 40 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 D | ModifyNode.js | 52 case NodeType.COPY:
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 181 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 D | window.h | 77 compositeMode(COPY), in WindowConfig() 83 COPY, enumerator
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/interaction/include/ |
H A D | drag_data.h | 115 COPY = 0, enumerator 212 COPY, enumerator 219 COPY = 1 enumerator
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_manager.cpp | 720 { 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 D | drag_hisysevent.cpp | 38 { DragCursorStyle::COPY, "COPY" },
|
/ohos5.0/base/msdp/device_status/test/unittest/services/unittest/src/ |
H A D | drag_data_manager_test.cpp | 136 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 D | interaction_drag_drawing_test.cpp | 197 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 D | interaction_manager_test.cpp | 230 { 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 D | AttrEditor.js | 54 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 D | CMakeLists.txt | 86 …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 D | lite_wm_type.h | 25 COPY, enumerator
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_type_const.h | 44 COPY, enumerator
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_smartalbum_map_operations_test/src/ |
H A D | medialibrary_file_opertions_test.cpp | 44 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 D | lite_win.h | 74 return config_.compositeMode == LiteWinConfig::COPY; in IsCoverMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/interaction/ |
H A D | interaction_data.h | 27 COPY, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_client.h | 68 COPY, enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/ |
H A D | CMakeLists.txt | 79 …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 D | common_basics.h | 187 COPY, enumerator
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | medialibrary_operation.h | 117 COPY, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 105 case OptionMenuActionId::COPY: in OnMenuItemAction()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | drag_event.h | 72 COPY = 0, enumerator
|
/ohos5.0/build/lite/ndk/build/toolchain/ |
H A D | clang.gni | 112 description = "COPY {{source}} {{output}}"
|
H A D | gcc.gni | 122 description = "COPY {{source}} {{output}}"
|