Home
last modified time | relevance | path

Searched defs:other (Results 276 - 300 of 2088) sorted by relevance

1...<<11121314151617181920>>...84

/foundation/ability/ability_base/test/unittest/want/
H A Dextra_params_test.cpp121 ExtraParams other; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcubic_curve.cpp68 auto other = DynamicCast<CubicCurve>(curve); in IsEqual() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.h58 GridProperty(const GridProperty& other) in GridProperty() argument
65 GridProperty(const GridProperty&& other) = delete; member in OHOS::Ace::NG::GridProperty
67 GridProperty& operator=(const GridProperty&& other) = delete; member in OHOS::Ace::NG::GridProperty
69 GridProperty& operator=(const GridProperty& other) in operator =() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Draw_address.h53 RawAddress(const RawAddress &other) = default; member in OHOS::bluetooth::RawAddress
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h47 CustomPropertyPodContainer(const CustomPropertyPodContainer& other) = delete; member in final
49 CustomPropertyPodContainer& operator=(const CustomPropertyPodContainer& other) = delete; member in final
145 CustomPropertyBindingContainer(const CustomPropertyBindingContainer& other) = delete; member in final
147 CustomPropertyBindingContainer& operator=(const CustomPropertyBindingContainer& other) = delete; member in final
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_hierarchy_observer.h117 Subscription& operator=(Subscription&& other) = default; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dregion_test.cpp120 Region other; in HWTEST_F() local
136 Region other; in HWTEST_F() local
151 Region other; in HWTEST_F() local
168 Region other; in HWTEST_F() local
186 Region other; HWTEST_F() local
204 Region other; HWTEST_F() local
222 Region other; HWTEST_F() local
240 Region other; HWTEST_F() local
258 Region other; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h40 void Clone(const Region& other) in Clone() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_metric_collector.h56 RSTransactionMetricCollector(const RSTransactionMetricCollector &other) = delete; member in OHOS::Rosen::RSTransactionMetricCollector
71 const RSTransactionMetricCollector &operator=(const RSTransactionMetricCollector &other) = delete; member in OHOS::Rosen::RSTransactionMetricCollector
/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/task/
H A Drender_task_itf.h31 virtual bool operator < (const RenderTaskItf &other) in operator <() argument
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h54 HiPlayerImpl(const HiPlayerImpl& other) = delete; member in OHOS::Media::HiPlayerImpl
55 HiPlayerImpl& operator=(const HiPlayerImpl& other) = delete; member in OHOS::Media::HiPlayerImpl
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/
H A Dwatch_dog.h39 Watchdog(const Watchdog& other) = delete; member in OHOS::CameraStandard::DeferredProcessing::Watchdog
41 Watchdog& operator=(const Watchdog& other) = delete; member in OHOS::CameraStandard::DeferredProcessing::Watchdog
/foundation/multimodalinput/input/service/monitor/src/
H A Dgesture_monitor_handler.cpp21 GestureMonitorHandler::GestureMonitorHandler(const GestureMonitorHandler &other) in GestureMonitorHandler() argument
25 GestureMonitorHandler& GestureMonitorHandler::operator=(const GestureMonitorHandler &other) in operator =() argument
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h61 Session& operator=(const Session &other) = delete; member
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Derror.rs51 pub fn other<T: Into<Box<dyn Error + Send + Sync>>>(cause: Option<T>) -> Self { in other() functions
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() argument
[all...]
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h38 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() argument
[all...]
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h43 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() argument
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_import_auth_code.cpp100 PeerTargetId other; in HWTEST_F() local
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeRectTest.cpp60 OH_Drawing_Rect *other = OH_Drawing_RectCreate(300, 400, 700, 800); in HWTEST_F() local
95 OH_Drawing_Rect *other = OH_Drawing_RectCreate(300, 400, 700, 800); HWTEST_F() local
121 OH_Drawing_Rect *other = OH_Drawing_RectCreate(100, 100, 300, 300); HWTEST_F() local
155 OH_Drawing_Rect *other = OH_Drawing_RectCreate(100, 100, 300, 300); HWTEST_F() local
[all...]
/third_party/gn/src/base/memory/
H A Dweak_ptr.cc28 WeakReference::WeakReference(WeakReference&& other) = default; member in base::internal::WeakReference
30 WeakReference::WeakReference(const WeakReference& other) = default; member in base::internal::WeakReference
/third_party/gn/src/base/win/
H A Dscoped_process_information.cc71 DuplicateFrom( const ScopedProcessInformation& other) DuplicateFrom() argument
/third_party/gn/src/gn/
H A Dbundle_file_rule.cc42 BundleFileRule::BundleFileRule(const BundleFileRule& other) = default; member in BundleFileRule
H A Dtarget_public_pair.h121 void AppendInherited(const C& other, bool is_public) { in AppendInherited() argument
H A Dvalue.cc54 Value::Value(const Value& other) : type_(other.type_), origin_(other.origin_) { in Value() argument
101 operator =(const Value& other) operator =() argument
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...84