/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/ |
H A D | bundle_active_event.cpp | 36 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 D | bundle_active_form_record.cpp | 43 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 D | bundle_active_package_stats.cpp | 37 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 D | bundle_active_event_stats.cpp | 33 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 D | internal_message.cpp | 210 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 D | state_machine.cpp | 143 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 D | mock_state_machine.cpp | 100 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 D | mock_state_machine.h | 42 InternalMessagePtr CreateMessage(const InternalMessagePtr orig);
|
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_handler.cpp | 35 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 D | bundle_active_event.h | 74 * 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 D | bundle_active_event_stats.h | 43 * parameters: orig 45 BundleActiveEventStats(const BundleActiveEventStats& orig);
|
H A D | bundle_active_form_record.h | 39 * parameters: orig 41 BundleActiveFormRecord(const BundleActiveFormRecord& orig);
|
H A D | bundle_active_package_stats.h | 55 * parameters: orig 57 BundleActivePackageStats(const BundleActivePackageStats& orig);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_paint.cpp | 222 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 D | skia_paint.h | 49 static const Rect& ComputeFastBounds(const Brush& brush, const Rect& orig, Rect* storage);
|
H A D | skia_static_factory.cpp | 161 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 D | skia_static_factory.h | 74 static const Rect& ComputeFastBounds(const Brush& brush, const Rect& orig, Rect* storage);
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netsys_client.c | 334 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 D | brush.cpp | 153 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 D | bundle_active_group_handler.h | 36 BundleActiveGroupHandlerObject(const BundleActiveGroupHandlerObject& orig);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
H A D | static_factory.cpp | 268 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 D | static_factory.h | 74 static const Rect& ComputeFastBounds(const Brush& brush, const Rect& orig, Rect* storage);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | brush.h | 239 * 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 D | internal_message.h | 298 * @param orig - Original messages.[in] 301 InternalMessagePtr CreateMessage(const InternalMessagePtr orig);
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_core.cpp | 49 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()
|