Home
last modified time | relevance | path

Searched defs:other (Results 126 - 150 of 263) sorted by relevance

1234567891011

/foundation/ability/form_fwk/services/include/
H A Dform_observer_record.h66 bool operator==(const FormObserverRecordInner &other) in operator ==() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params_wrapper.cpp35 bool DistributedWantParamWrapper::Equals(IObject& other) in Equals() argument
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Dzchar_wrapper.cpp30 bool Char::Equals(IObject &other) in Equals() argument
H A Dbase_object.cpp145 bool Object::Equals(IObject &other) in Equals() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_options.cpp24 StartOptions::StartOptions(const StartOptions &other) in StartOptions() argument
42 operator =(const StartOptions &other) operator =() argument
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dconfiguration.h63 Configuration(const Configuration &other) in Configuration() argument
69 Configuration& operator=(const Configuration &other) in operator =() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dextra_params.cpp31 ExtraParams::ExtraParams(const ExtraParams &other) in ExtraParams() argument
42 ExtraParams &ExtraParams::operator=(const ExtraParams &other) in operator =() argument
[all...]
/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dreferenced.h139 ACE_REMOVE(explicit) RefPtr(const RefPtr& other) : RefPtr(other.rawPtr_) {} in RefPtr() argument
140 ACE_REMOVE(explicit) RefPtr(RefPtr&& other) : rawPtr_(other.rawPtr_) in RefPtr() argument
146 ACE_REMOVE(explicit) RefPtr(const RefPtr<O>& other) : RefPtr(other.rawPtr_) {} in RefPtr() argument
148 ACE_REMOVE(explicit) RefPtr(RefPtr<O>&& other) : rawPtr_(other argument
162 Swap(RefPtr& other) Swap() argument
166 Swap(RefPtr&& other) Swap() argument
197 operator =(const RefPtr& other) operator =() argument
204 operator =(RefPtr&& other) operator =() argument
219 operator =(const RefPtr<O>& other) operator =() argument
225 operator =(RefPtr<O>&& other) operator =() argument
318 WeakPtr(const WeakPtr& other) WeakPtr() argument
319 WeakPtr(WeakPtr&& other) WeakPtr() argument
326 WeakPtr(const WeakPtr<O>& other) WeakPtr() argument
328 WeakPtr(WeakPtr<O>&& other) WeakPtr() argument
336 WeakPtr(const RefPtr<O>& other) WeakPtr() argument
337 WeakPtr(const RefPtr<T>& other) WeakPtr() argument
349 Swap(WeakPtr& other) Swap() argument
354 Swap(WeakPtr&& other) Swap() argument
374 operator =(const WeakPtr& other) operator =() argument
381 operator =(WeakPtr&& other) operator =() argument
396 operator =(const WeakPtr<O>& other) operator =() argument
402 operator =(WeakPtr<O>&& other) operator =() argument
408 operator =(const RefPtr<O>& other) operator =() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_transform_operation.h53 void SetCurrentValue(const TransformOperation& other) in SetCurrentValue() argument
69 AnimatableTransformOperations(const AnimatableTransformOperations& other) = default; member in OHOS::Ace::final
94 AnimatableTransformOperations& operator=(const AnimatableTransformOperations& other) in operator =() argument
141 SetTransformOperations(const std::vector<TransformOperation>& other) SetTransformOperations() argument
148 PlayTransformAnimation( const AnimationOption& option, const std::vector<TransformOperation>& other, bool alwaysRotate = false) PlayTransformAnimation() argument
[all...]
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_rect.h72 bool Join(const TestingRect& other) in Join() argument
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_input_event.cpp30 InputEvent::InputEvent(const InputEvent& other) in InputEvent() argument
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h142 void Swap(Vector<T>& other) in Swap() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_material_filter_test.cpp129 std::shared_ptr<RSDrawingFilterOriginal> other = nullptr; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/
H A Dmatrix_fuzzer.cpp104 Matrix other = Matrix(matrix); in MatrixFuzzTest001() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_rect_test.cpp195 OH_Drawing_Rect *other = OH_Drawing_RectCreate(20, 20, 100, 100); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector3.h176 operator *=(const Vector3<T>& other) operator *=() argument
215 operator +=(const Vector3<T>& other) operator +=() argument
224 operator =(const Vector3<T>& other) operator =() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_frame_rate_range.h93 bool Merge(const FrameRateRange& other) in Merge() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_hgm_config_data.h37 RSHgmConfigData(RSHgmConfigData&& other) : configData_(std::move(other.configData_)) {} in RSHgmConfigData() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Diterator.h269 operator =(const reverse_iterator<U>& other) operator =() argument
379 move_iterator(const move_iterator<U>& other) move_iterator() argument
384 operator =(const move_iterator<U>& other) operator =() argument
[all...]
/foundation/multimedia/media_foundation/test/unittest/
H A DTestAny.cpp68 NonTrivialCopyable& operator=(const NonTrivialCopyable& other) in operator =() argument
86 NonTrivialNonThrowMove& operator=(const NonTrivialNonThrowMove& other) in operator =() argument
97 NonTrivialNonThrowMove& operator=(NonTrivialNonThrowMove&& other) in operator =() argument
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmeta.h433 Meta &operator=(const Meta &other) in operator =() argument
439 Meta &operator=(Meta &&other) in operator =() argument
448 Meta(const Meta &other) in Meta() argument
453 Meta(Meta &&other) in Meta() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dpicture_data_operations.h54 PicturePair(const PicturePair& other) in PicturePair() argument
63 PicturePair& operator=(const PicturePair& other) in operator =() argument
[all...]
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector3.h175 operator *=(const Vector3<T>& other) operator *=() argument
214 operator +=(const Vector3<T>& other) operator +=() argument
223 operator =(const Vector3<T>& other) operator =() argument
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dkey_event_input_subscribe_manager.cpp82 KeyEventInputSubscribeManager::SubscribeKeyEventInfo::SubscribeKeyEventInfo(const SubscribeKeyEventInfo &other) in SubscribeKeyEventInfo() argument
86 operator =( const KeyEventInputSubscribeManager::SubscribeKeyEventInfo &other) operator =() argument
[all...]
/foundation/multimodalinput/input/util/network/src/
H A Dstream_buffer.cpp29 StreamBuffer &StreamBuffer::operator=(const StreamBuffer &other) in operator =() argument

Completed in 12 milliseconds

1234567891011