/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avplayback_state.cpp | 281 void AVPlaybackState::CloneState(const AVPlaybackState& from, AVPlaybackState& to) in CloneState() argument 286 void AVPlaybackState::CloneSpeed(const AVPlaybackState& from, AVPlaybackState& to) in CloneSpeed() argument 291 void AVPlaybackState::ClonePosition(const AVPlaybackState& from, AVPlaybackState& to) in ClonePosition() argument 296 void AVPlaybackState::CloneBufferedTime(const AVPlaybackState& from, AVPlaybackState& to) in CloneBufferedTime() argument 301 void AVPlaybackState::CloneLoopMode(const AVPlaybackState& from, AVPlaybackState& to) in CloneLoopMode() argument 306 CloneIsFavorite(const AVPlaybackState& from, AVPlaybackState& to) CloneIsFavorite() argument 311 CloneActiveItemId(const AVPlaybackState& from, AVPlaybackState& to) CloneActiveItemId() argument 316 CloneVolume(const AVPlaybackState& from, AVPlaybackState& to) CloneVolume() argument 321 CloneMaxVolume(const AVPlaybackState& from, AVPlaybackState& to) CloneMaxVolume() argument 326 CloneMuted(const AVPlaybackState& from, AVPlaybackState& to) CloneMuted() argument 331 CloneDuration(const AVPlaybackState& from, AVPlaybackState& to) CloneDuration() argument 336 CloneVideoWidth(const AVPlaybackState& from, AVPlaybackState& to) CloneVideoWidth() argument 341 CloneVideoHeight(const AVPlaybackState& from, AVPlaybackState& to) CloneVideoHeight() argument 346 CloneExtras(const AVPlaybackState& from, AVPlaybackState& to) CloneExtras() argument [all...] |
/foundation/communication/netstack/utils/common_utils/src/ |
H A D | netstack_common_utils.cpp | 241 std::string InsertCharBefore(const std::string &input, const char from, const char preChar, const char nextChar) in InsertCharBefore() argument
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test2.cpp | 1807 DisplayId from = 0; in HWTEST_F() local
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_stub_impl.h | 111 WMError NotifyWindowTransition(sptr<WindowTransitionInfo>& from, sptr<WindowTransitionInfo>& to, in NotifyWindowTransition() argument
|
H A D | window_manager_service_test.cpp | 517 sptr<AAFwk::AbilityTransitionInfo> from = new AAFwk::AbilityTransitionInfo(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_element.cpp | 399 void ListElement::PreBuildListItems(int32_t index, const std::list<RefPtr<Component>>& newComponent, int32_t from) in PreBuildListItems() argument 417 void ListElement::ReleaseRecycledListItem(int32_t from, int32_t to) in ReleaseRecycledListItem() argument 507 void ListElement::RecycleByRange(int32_t& from, int32_t& to) in RecycleByRange() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.cpp | 648 void RenderRating::CreateColorAnimation(const Color& from, const Color& to, int32_t starIndex, bool isHoverExists) in CreateColorAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | render_slider.cpp | 729 void RenderSlider::StartMoveAnimation(double from, double to, bool isClick) in StartMoveAnimation() argument 770 void RenderSlider::ResetMoveAnimation(double from, double to) in ResetMoveAnimation() argument 798 double from = DEFAULT_NORMAL_RADIUS_SCALE; in UpdateAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.h | 245 void SetFrom(const std::string& from) in SetFrom() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_pattern_testtwo_ng.cpp | 219 auto from = AceType::MakeRefPtr<NavDestinationContext>(); in HWTEST_F() local 767 auto from = AceType::MakeRefPtr<NavDestinationContext>(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.cpp | 222 void LazyForEachBuilder::OnDataMoveToNewPlace(size_t from, size_t to) in OnDataMoveToNewPlace() argument 253 bool LazyForEachBuilder::OnDataMoved(size_t from, size_t to) in OnDataMoved() argument 802 UpdateMoveFromTo(int32_t from, int32_t to) UpdateMoveFromTo() argument [all...] |
H A D | lazy_for_each_node.cpp | 248 void LazyForEachNode::OnDataMoveToNewPlace(size_t from, size_t to) in OnDataMoveToNewPlace() argument 262 void LazyForEachNode::OnDataMoved(size_t from, size_t to) in OnDataMoved() argument 366 void LazyForEachNode::RecycleItems(int32_t from, int32_t to) in RecycleItems() argument 483 MoveData(int32_t from, int32_t to) MoveData() argument 495 FireOnMove(int32_t from, int32_t to) FireOnMove() argument [all...] |
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/ |
H A D | io_util.cpp | 398 auto from = PathUtil::ResolvePath(fromUri, n); in CopyAndRenameFiles() local
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | material_impl.cpp | 995 void CopyTextureInfoProperties(SCENE_NS::ITextureInfo::Ptr from, SCENE_NS::ITextureInfo::Ptr to) in CopyTextureInfoProperties() argument [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | file_utils.cpp | 513 bool MoveDataShell(const std::string &from, const std::string &to) in MoveDataShell() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | typography.cpp | 179 void Typography::UpdateFontSize(size_t from, size_t to, float fontSize) in UpdateFontSize() argument 457 void Typography::UpdateColor(size_t from, size_t to, const Drawing::Color& color) in UpdateColor() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_impl.cpp | 148 void ParagraphImpl::UpdateFontSize(size_t from, size_t to, float fontSize) in UpdateFontSize() argument 397 void ParagraphImpl::UpdateColor(size_t from, size_t to, const RSColor& color) in UpdateColor() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/ |
H A D | http_curl_client.cpp | 53 std::string InsertCharBefore(std::string input, char from, char preChar, char nextChar) in InsertCharBefore() argument
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 77 const std::string SetTetherctrlForward1(const std::string &from, const std::string &to) in SetTetherctrlForward1() argument 84 const std::string SetTetherctrlForward2(const std::string &from, const std::string &to) in SetTetherctrlForward2() argument 89 const std::string SetTetherctrlForward3(const std::string &from, const std::string &to) in SetTetherctrlForward3() argument 94 const std::string SetTetherctrlCounters1(const std::string &from, const std::string &to) in SetTetherctrlCounters1() argument 99 const std::string SetTetherctrlCounters2(const std::string &from, const std::string &to) in SetTetherctrlCounters2() argument [all...] |
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_request_context.cpp | 474 CMultiFormData from = multi.data[i]; in ParseMultiFormData() local [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_backup.cpp | 40 void KeyBackup::CreateBackup(const std::string &from, const std::string &to, bool removeOld) in CreateBackup() argument 426 std::string from; in CopyMixFilesToTempDir() local 440 CheckAndFixFiles(const std::string &from, const std::string &to) CheckAndFixFiles() argument 540 CheckAndCopyFiles(const std::string &from, const std::string &to) CheckAndCopyFiles() argument 590 HandleCopyDir(const std::string &from, const std::string &to) HandleCopyDir() argument 605 CheckAndCopyOneFile(const std::string &from, const std::string &to) CheckAndCopyOneFile() argument 731 CopyRegfileData(const std::string &from, const std::string &to) CopyRegfileData() argument [all...] |
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_proxy.cpp | 1033 void SessionStageProxy::NotifyDisplayMove(DisplayId from, DisplayId to) in NotifyDisplayMove() argument
|
H A D | session_stage_stub.cpp | 488 DisplayId from = static_cast<DisplayId>(data.ReadUint64()); in HandleNotifyDisplayMove() local
|
/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | window_manager_proxy.cpp | 729 WMError WindowManagerProxy::NotifyWindowTransition(sptr<WindowTransitionInfo>& from, sptr<WindowTransitionInfo>& to, in NotifyWindowTransition() argument
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test.cpp | 1382 DisplayId from = 0; in HWTEST_F() local
|