Home
last modified time | relevance | path

Searched refs:orig (Results 1 - 25 of 28) sorted by relevance

12

/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_event.cpp36 BundleActiveEvent::BundleActiveEvent (const BundleActiveEvent& orig) in BundleActiveEvent() argument
38 bundleName_ = orig.bundleName_; in BundleActiveEvent()
39 continuousTaskAbilityName_ = orig.continuousTaskAbilityName_; in BundleActiveEvent()
40 abilityName_ = orig.abilityName_; in BundleActiveEvent()
41 abilityId_ = orig.abilityId_; in BundleActiveEvent()
42 moduleName_ = orig.moduleName_; in BundleActiveEvent()
43 formName_ = orig.formName_; in BundleActiveEvent()
44 formId_ = orig.formId_; in BundleActiveEvent()
45 formDimension_ = orig.formDimension_; in BundleActiveEvent()
46 timeStamp_ = orig in BundleActiveEvent()
130 operator =(const BundleActiveEvent& orig) operator =() argument
[all...]
H A Dbundle_active_form_record.cpp43 BundleActiveFormRecord::BundleActiveFormRecord(const BundleActiveFormRecord& orig) in BundleActiveFormRecord() argument
45 formName_ = orig.formName_; in BundleActiveFormRecord()
46 formDimension_ = orig.formDimension_; in BundleActiveFormRecord()
47 formId_ = orig.formId_; in BundleActiveFormRecord()
48 formLastUsedTime_ = orig.formLastUsedTime_; in BundleActiveFormRecord()
49 count_ = orig.count_; in BundleActiveFormRecord()
50 userId_ = orig.userId_; in BundleActiveFormRecord()
51 uid_ = orig.uid_; in BundleActiveFormRecord()
H A Dbundle_active_package_stats.cpp37 BundleActivePackageStats::BundleActivePackageStats (const BundleActivePackageStats& orig) in BundleActivePackageStats() argument
39 bundleName_ = orig.bundleName_; in BundleActivePackageStats()
40 beginTimeStamp_ = orig.beginTimeStamp_; in BundleActivePackageStats()
41 endTimeStamp_ = orig.endTimeStamp_; in BundleActivePackageStats()
42 lastTimeUsed_ = orig.lastTimeUsed_; in BundleActivePackageStats()
43 lastContiniousTaskUsed_ = orig.lastContiniousTaskUsed_; in BundleActivePackageStats()
44 totalContiniousTaskUsedTime_ = orig.totalContiniousTaskUsedTime_; in BundleActivePackageStats()
45 totalInFrontTime_ = orig.totalInFrontTime_; in BundleActivePackageStats()
46 startCount_ = orig.startCount_; in BundleActivePackageStats()
47 bundleStartedCount_ = orig in BundleActivePackageStats()
[all...]
H A Dbundle_active_event_stats.cpp33 BundleActiveEventStats::BundleActiveEventStats(const BundleActiveEventStats& orig) in BundleActiveEventStats() argument
35 eventId_ = orig.eventId_; in BundleActiveEventStats()
36 beginTimeStamp_ = orig.beginTimeStamp_; in BundleActiveEventStats()
37 endTimeStamp_ = orig.endTimeStamp_; in BundleActiveEventStats()
38 lastEventTime_ = orig.lastEventTime_; in BundleActiveEventStats()
39 totalTime_ = orig.totalTime_; in BundleActiveEventStats()
40 count_ = orig.count_; in BundleActiveEventStats()
41 name_ = orig.name_; in BundleActiveEventStats()
42 uid_ = orig.uid_; in BundleActiveEventStats()
/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dinternal_message.cpp210 InternalMessagePtr MessageManage::CreateMessage(const InternalMessagePtr orig) in CreateMessage() argument
217 m->SetMessageName(orig->GetMessageName()); in CreateMessage()
218 m->SetParam1(orig->GetParam1()); in CreateMessage()
219 m->SetParam2(orig->GetParam2()); in CreateMessage()
220 m->SetMessageObj(orig->GetMessageObj()); in CreateMessage()
221 m->CopyMessageBody(orig->GetMessageBody()); in CreateMessage()
H A Dstate_machine.cpp143 InternalMessagePtr StateMachine::CreateMessage(const InternalMessagePtr orig) in CreateMessage() argument
145 if (orig == nullptr) { in CreateMessage()
148 return MessageManage::GetInstance().CreateMessage(orig); in CreateMessage()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_state_machine.cpp100 InternalMessagePtr StateMachine::CreateMessage(const InternalMessagePtr orig) in CreateMessage() argument
106 m->SetMessageName(orig->GetMessageName()); in CreateMessage()
107 m->SetParam1(orig->GetParam1()); in CreateMessage()
108 m->SetParam2(orig->GetParam2()); in CreateMessage()
109 m->SetMessageObj(orig->GetMessageObj()); in CreateMessage()
110 m->CopyMessageBody(orig->GetMessageBody()); in CreateMessage()
H A Dmock_state_machine.h42 InternalMessagePtr CreateMessage(const InternalMessagePtr orig);
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp35 BundleActiveGroupHandlerObject::BundleActiveGroupHandlerObject(const BundleActiveGroupHandlerObject& orig) in BundleActiveGroupHandlerObject() argument
37 bundleName_ = orig.bundleName_; in BundleActiveGroupHandlerObject()
38 userId_ = orig.userId_; in BundleActiveGroupHandlerObject()
39 uid_ = orig.uid_; in BundleActiveGroupHandlerObject()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h74 * parameters: orig
76 BundleActiveEvent(const BundleActiveEvent& orig);
109 * parameters: orig
110 * return: a BundleActiveEvent object same as orig.
112 BundleActiveEvent& operator=(const BundleActiveEvent& orig);
H A Dbundle_active_event_stats.h43 * parameters: orig
45 BundleActiveEventStats(const BundleActiveEventStats& orig);
H A Dbundle_active_form_record.h39 * parameters: orig
41 BundleActiveFormRecord(const BundleActiveFormRecord& orig);
H A Dbundle_active_package_stats.h55 * parameters: orig
57 BundleActivePackageStats(const BundleActivePackageStats& orig);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_paint.cpp222 const Rect& SkiaPaint::ComputeFastBounds(const Brush& brush, const Rect& orig, Rect* storage) in ComputeFastBounds() argument
225 return orig; in ComputeFastBounds()
230 SkiaConvertUtils::DrawingRectCastToSkRect(orig, skOrig); in ComputeFastBounds()
235 return orig; in ComputeFastBounds()
H A Dskia_paint.h49 static const Rect& ComputeFastBounds(const Brush& brush, const Rect& orig, Rect* storage);
H A Dskia_static_factory.cpp161 const Rect& SkiaStaticFactory::ComputeFastBounds(const Brush& brush, const Rect& orig, Rect* storage) in ComputeFastBounds() argument
163 return SkiaPaint::ComputeFastBounds(brush, orig, storage); in ComputeFastBounds()
H A Dskia_static_factory.h74 static const Rect& ComputeFastBounds(const Brush& brush, const Rect& orig, Rect* storage);
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_client.c334 static int32_t FillQueryParam(struct queryparam *orig, struct QueryParam *dest) in FillQueryParam() argument
336 dest->type = orig->qp_type; in FillQueryParam()
337 dest->netId = orig->qp_netid; in FillQueryParam()
338 dest->mark = orig->qp_mark; in FillQueryParam()
339 dest->flags = orig->qp_flag; in FillQueryParam()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dbrush.cpp153 const Rect& Brush::ComputeFastBounds(const Rect& orig, Rect* storage) in ComputeFastBounds() argument
155 return StaticFactory::ComputeFastBounds(*this, orig, storage); in ComputeFastBounds()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_handler.h36 BundleActiveGroupHandlerObject(const BundleActiveGroupHandlerObject& orig);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dstatic_factory.cpp268 const Rect& StaticFactory::ComputeFastBounds(const Brush& brush, const Rect& orig, Rect* storage) in ComputeFastBounds() argument
272 return DDGRStaticFactory::ComputeFastBounds(brush, orig, storage); in ComputeFastBounds()
275 return EngineStaticFactory::ComputeFastBounds(brush, orig, storage); in ComputeFastBounds()
H A Dstatic_factory.h74 static const Rect& ComputeFastBounds(const Brush& brush, const Rect& orig, Rect* storage);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dbrush.h239 * The returned Rect will either be orig or storage, thus the caller
241 * use the returned value. It is legal for orig and storage to be the same Rect.
242 * @param orig geometry modified by Brush when drawn
246 const Rect& ComputeFastBounds(const Rect& orig, Rect* storage);
/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dinternal_message.h298 * @param orig - Original messages.[in]
301 InternalMessagePtr CreateMessage(const InternalMessagePtr orig);
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp49 BundleActiveReportHandlerObject::BundleActiveReportHandlerObject(const BundleActiveReportHandlerObject& orig) in BundleActiveReportHandlerObject() argument
51 event_ = orig.event_; in BundleActiveReportHandlerObject()
52 userId_ = orig.userId_; in BundleActiveReportHandlerObject()
53 bundleName_ = orig.bundleName_; in BundleActiveReportHandlerObject()
54 uid_ = orig.uid_; in BundleActiveReportHandlerObject()
55 appIndex_ = orig.appIndex_; in BundleActiveReportHandlerObject()

Completed in 12 milliseconds

12