/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_layout_property.h | 5 * You may obtain a copy of the License at 39 auto copy = MakeRefPtr<TitleBarLayoutProperty>(); variable 40 copy->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this)); 41 copy->propTitleMode_ = CloneTitleMode(); 42 copy->propHideBackButton_ = CloneHideBackButton(); 43 copy->propTitleBarParentType_ = CloneTitleBarParentType(); 44 copy->propTitleHeight_ = CloneTitleHeight(); 45 copy->propNoPixMap_ = CloneNoPixMap(); 46 copy->propImageSource_ = CloneImageSource(); 47 copy [all...] |
H A D | navigation_layout_property.h | 5 * You may obtain a copy of the License at 42 auto copy = MakeRefPtr<NavigationLayoutProperty>(); variable 43 copy->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this)); 44 copy->propNavigationMode_ = CloneNavigationMode(); 45 copy->propUsrNavigationMode_ = CloneUsrNavigationMode(); 46 copy->propNavBarWidth_ = CloneNavBarWidth(); 47 copy->propMinNavBarWidth_ = CloneMinNavBarWidth(); 48 copy->propMaxNavBarWidth_ = CloneMaxNavBarWidth(); 49 copy->propMinContentWidth_ = CloneMinContentWidth(); 50 copy [all...] |
H A D | navdestination_layout_property_base.h | 5 * You may obtain a copy of the License at 38 auto copy = MakeRefPtr<NavDestinationLayoutPropertyBase>(); variable 39 copy->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this)); 40 copy->propHideTitleBar_ = CloneHideTitleBar(); 41 copy->propIsAnimatedTitleBar_ = CloneIsAnimatedTitleBar(); 42 copy->propHideToolBar_ = CloneHideToolBar(); 43 copy->propIsAnimatedToolBar_ = CloneIsAnimatedToolBar(); 44 return copy;
|
H A D | nav_bar_layout_property.h | 5 * You may obtain a copy of the License at 40 auto copy = MakeRefPtr<NavBarLayoutProperty>(); variable 41 copy->NavDestinationLayoutPropertyBase::UpdateBaseLayoutProperty( 43 copy->propTitleMode_ = CloneTitleMode(); 44 copy->propHideBackButton_ = CloneHideBackButton(); 45 return copy;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_layout_property.h | 5 * You may obtain a copy of the License at 35 auto copy = MakeRefPtr<LinearIndicatorLayoutProperty>(); variable 36 copy->LinearLayoutProperty::UpdateLayoutProperty(DynamicCast<LinearLayoutProperty>(this)); 37 copy->propStrokeWidth_ = CloneStrokeWidth(); 38 copy->propStrokeRadius_ = CloneStrokeRadius(); 39 copy->propTrackBackgroundColor_ = CloneTrackBackgroundColor(); 40 copy->propTrackColor_ = CloneTrackColor(); 41 copy->propLoop_ = CloneLoop(); 42 copy->propProgressCount_ = CloneProgressCount(); 43 return copy; [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_layout_property.h | 5 * You may obtain a copy of the License at 39 auto copy = MakeRefPtr<NavDestinationLayoutProperty>(); variable 40 copy->NavDestinationLayoutPropertyBase::UpdateBaseLayoutProperty( 42 copy->propNoPixMap_ = CloneNoPixMap(); 43 copy->propImageSource_ = CloneImageSource(); 44 copy->propPixelMap_ = ClonePixelMap(); 45 return copy;
|
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | circular_buffer.h | 5 * You may obtain a copy of the License at 42 explicit circular_buffer(circular_buffer& copy) in circular_buffer() argument 44 capacity_ = copy.capacity(); in circular_buffer() 45 T *temp = copy.begin(); in circular_buffer() 46 while (temp != copy.end()) { in circular_buffer() 159 circular_buffer &operator=(circular_buffer ©) in operator =() argument 161 if (this == ©) { in operator =() 166 capacity_ = copy.capacity(); in operator =() 167 T *temp = copy.begin(); in operator =() 168 while (temp != copy in operator =() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/ |
H A D | blank_layout_property.h | 5 * You may obtain a copy of the License at 38 auto copy = MakeRefPtr<BlankLayoutProperty>(); variable 39 copy->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this)); 40 copy->propMinSize_ = CloneMinSize(); 41 copy->propHeight_ = CloneHeight(); 42 return copy;
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_type_tmp_file.cpp | 5 * You may obtain a copy of the License at 27 MtpFsTypeTmpFile::MtpFsTypeTmpFile(const MtpFsTypeTmpFile ©) in MtpFsTypeTmpFile() argument 28 : pathDevice_(copy.pathDevice_), in MtpFsTypeTmpFile() 29 pathTmp_(copy.pathTmp_), in MtpFsTypeTmpFile() 30 fileDescriptors_(copy.fileDescriptors_), in MtpFsTypeTmpFile() 31 modified_(copy.modified_) in MtpFsTypeTmpFile()
|
H A D | mtpfs_type_file.cpp | 5 * You may obtain a copy of the License at 31 MtpFsTypeFile::MtpFsTypeFile(const MtpFsTypeFile ©) in MtpFsTypeFile() argument 32 : MtpFsTypeBasic(copy), size_(copy.size_), modifyDate_(copy.modifyDate_) in MtpFsTypeFile()
|
H A D | mtpfs_type_dir.cpp | 5 * You may obtain a copy of the License at 38 MtpFsTypeDir::MtpFsTypeDir(const MtpFsTypeDir ©) in MtpFsTypeDir() argument 39 : MtpFsTypeBasic(copy), in MtpFsTypeDir() 40 dirs_(copy.dirs_), in MtpFsTypeDir() 41 files_(copy.files_), in MtpFsTypeDir() 43 fetched_(copy.fetched_), in MtpFsTypeDir() 44 modifyDate_(copy.modifyDate_) in MtpFsTypeDir()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/ |
H A D | mtpfs_type_basic.h | 5 * You may obtain a copy of the License at 30 MtpFsTypeBasic(const MtpFsTypeBasic ©) in MtpFsTypeBasic() argument 31 : id_(copy.id_), parentId_(copy.parentId_), storageId_(copy.storageId_), name_(copy.name_) in MtpFsTypeBasic()
|
/foundation/graphic/graphic_utils_lite/test/ |
H A D | vector_unit_test.cpp | 5 * You may obtain a copy of the License at 250 Vector<uint16_t> copy; in HWTEST_F() local 251 copy = (*vector_); in HWTEST_F() 254 copy.Swap(*vector_); in HWTEST_F() 256 EXPECT_EQ(copy.Size(), SECOND_VALUE); in HWTEST_F() 257 EXPECT_EQ(copy[0], FIRST_VALUE); in HWTEST_F() 258 EXPECT_EQ(copy[1], SECOND_VALUE); in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | group_negotiation_state.cpp | 5 * You may obtain a copy of the License at 101 WifiP2pGroupInfo copy = groupManager.GetCurrentGroup(); in ProcessGroupStartedEvt() local 102 copy.SetNetworkId(groupManager.GetGroupNetworkId(owner, groupManager.GetCurrentGroup().GetGroupName())); in ProcessGroupStartedEvt() 103 groupManager.SetCurrentGroup(WifiMacAddrInfoType::P2P_CURRENT_GROUP_MACADDR_INFO, copy); in ProcessGroupStartedEvt() 107 WifiP2pGroupInfo copy = groupManager.GetCurrentGroup(); in ProcessGroupStartedEvt() local 108 copy.SetNetworkId(TEMPORARY_NET_ID); in ProcessGroupStartedEvt() 109 groupManager.SetCurrentGroup(WifiMacAddrInfoType::P2P_CURRENT_GROUP_MACADDR_INFO, copy); in ProcessGroupStartedEvt() 138 WifiP2pGroupInfo copy = groupManager.GetCurrentGroup(); in ProcessGroupStartedEvt() local 139 copy.SetOwner(device); in ProcessGroupStartedEvt() 140 groupManager.SetCurrentGroup(WifiMacAddrInfoType::P2P_CURRENT_GROUP_MACADDR_INFO, copy); in ProcessGroupStartedEvt() [all...] |
/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_syncer_impl.cpp | 5 * You may obtain a copy of the License at 98 std::copy(parcelData, parcelData + data.GetDataSize(), dataVector.begin()); in PutAVMetaData() 112 std::copy(dataVector.begin(), dataVector.end(), allocateData); in GetAVMetaData() 131 std::copy(parcelData, parcelData + data.GetDataSize(), dataVector.begin()); in PutAVPlaybackState() 147 std::copy(dataVector.begin(), dataVector.end(), allocateData); in GetAVPlaybackState() 166 std::copy(parcelData, parcelData + data.GetDataSize(), dataVector.begin()); in PutControlCommand() 182 std::copy(dataVector.begin(), dataVector.end(), allocateData); in GetControlCommand() 204 std::copy(parcelData, parcelData + data.GetDataSize(), dataVector.begin()); in PutCommonCommand() 220 std::copy(dataVector.begin(), dataVector.end(), allocateData); in GetCommonCommand() 250 std::copy(parcelDat in PutSessionEvent() [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/ |
H A D | histreamer_ability_querier_core.rs | 5 * You may obtain a copy of the License at 33 unsafe { std::ptr::copy(addr, out, AUDIO_ABILITY.len()) }; in Query() 39 unsafe { std::ptr::copy(addr, out, VIDEO_ABILITY.len()) }; in Query()
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | ts_list.h | 5 * You may obtain a copy of the License at 50 std::list<T> copy = list_; in claim() local 52 return copy; in claim()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store_transfer_data.cpp | 5 * You may obtain a copy of the License at 41 std::copy(oriValue.begin() + i * sizeByte, oriValue.begin() + sizeByte * (i + 1), tempValue.begin()); in SegmentAndTransferValueToHash() 45 std::copy(oriValue.begin() + partNum * sizeByte, oriValue.end(), tailValue.begin()); in SegmentAndTransferValueToHash()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_node_showing_command_test.cpp | 5 * You may obtain a copy of the License at 54 auto copy = RSNodeGetShowingPropertyAndCancelAnimation::Unmarshalling(parcel); in HWTEST_F() local 55 EXPECT_TRUE(copy != nullptr); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/utils/inner_api/ |
H A D | fdsan.h | 5 * You may obtain a copy of the License at 29 fdsan_fd(const fdsan_fd& copy) = delete; member 40 fdsan_fd& operator=(const fdsan_fd& copy) = delete; member
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/ |
H A D | SharedPtrTest.cpp | 5 * You may obtain a copy of the License at 118 auto copy = BASE_NS::shared_ptr<int>(ptr); in HWTEST_F() local 121 EXPECT_EQ(*copy, initialValue); in HWTEST_F() 144 auto copy = p; in HWTEST_F() local 145 p = BASE_NS::move(copy); in HWTEST_F()
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAny.cpp | 5 * You may obtain a copy of the License at 34 ft1->move == ft2->move && ft1->copy == ft2->copy && ft1->getConstPtr == ft2->getConstPtr; in CompareFunctionTable() 37 ft1->move == ft2->move && ft1->copy == ft2->copy && ft1->getConstPtr == ft2->getConstPtr; in CompareFunctionTable() 52 .copy = U<T>::Copy, in UseStorage()
|
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_utils.cpp | 5 * You may obtain a copy of the License at 30 return std::char_traits<char>::copy(res, origin.c_str(), len); in MallocCString()
|
/foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
H A D | preferences_utils.cpp | 5 * You may obtain a copy of the License at 30 return std::char_traits<char>::copy(res, origin.c_str(), len); in MallocCString()
|
/foundation/graphic/graphic_2d/interfaces/kits/cj/color_manager/ |
H A D | cj_color_mgr_utils.cpp | 5 * You may obtain a copy of the License at 28 return std::char_traits<char>::copy(res, origin.c_str(), len); in MallocCString()
|