Home
last modified time | relevance | path

Searched refs:CopyFrom (Results 1 – 12 of 12) sorted by relevance

/foundation/multimedia/utils/lite/src/
Dsource.cpp36 format_.CopyFrom(formats); in Source()
Dformat.cpp315 bool Format::CopyFrom(const Format &format) in CopyFrom() function in OHOS::Media::Format
/foundation/multimedia/utils/lite/interfaces/kits/
Dformat.h359 bool CopyFrom(const Format &format);
/foundation/ace/ace_engine_lite/frameworks/src/core/stylemgr/
Dapp_style_item.h175 static AppStyleItem *CopyFrom(const AppStyleItem *from);
Dapp_style_item.cpp152 AppStyleItem *AppStyleItem::CopyFrom(const AppStyleItem *from) in CopyFrom() function in OHOS::ACELite::AppStyleItem
Dapp_style.cpp339 dest.AddStyleItem(AppStyleItem::CopyFrom(currentStyleItemInSource)); in CombineStyles()
/foundation/windowmanager/utils/include/
Dwindow_property.h36 void CopyFrom(const sptr<WindowProperty>& property);
/foundation/windowmanager/utils/src/
Dwindow_property.cpp24 CopyFrom(property); in WindowProperty()
375 void WindowProperty::CopyFrom(const sptr<WindowProperty>& property) in CopyFrom() function in OHOS::Rosen::WindowProperty
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/common/include/
Dschema_object.h152 void CopyFrom(const FlatBufferSchema &other);
/foundation/windowmanager/wmserver/src/
Dwindow_controller.cpp69 node->GetWindowProperty()->CopyFrom(property); in AddWindowNode()
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/common/src/
Dflatbuffer_schema.cpp40 void SchemaObject::FlatBufferSchema::CopyFrom(const FlatBufferSchema &other) in CopyFrom() function in DistributedDB::SchemaObject::FlatBufferSchema
Dschema_object.cpp104 flatbufferSchema_.CopyFrom(other.flatbufferSchema_); in operator =()