Home
last modified time | relevance | path

Searched defs:other (Results 351 - 375 of 2088) sorted by relevance

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrGenericVector.hpp75 inline GenericVec4 (const GenericVec4& other) in GenericVec4() argument
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_timer.cpp48 ReminderRequestTimer::ReminderRequestTimer(const ReminderRequestTimer &other) : ReminderRequest(other) in ReminderRequestTimer() argument
/base/msdp/device_status/intention/common/channel/include/
H A Dchannel.h51 Sender(const Sender &other) in Sender() argument
55 Sender(Sender &&other) in Sender() argument
61 Sender& operator=(const Sender &other) in operator =() argument
67 Sender& operator=(Sender &&other) in operator =() argument
97 Receiver(const Receiver &other) Receiver() argument
101 Receiver(Receiver &&other) Receiver() argument
107 operator =(const Receiver &other) operator =() argument
113 operator =(Receiver &&other) operator =() argument
[all...]
/base/security/code_signature/interfaces/innerkits/common/include/
H A Dbyte_buffer.h41 ByteBuffer(const ByteBuffer &other): data(nullptr), size(0) in ByteBuffer() argument
/base/sensors/sensor/utils/ipc/src/
H A Dstream_buffer.cpp25 StreamBuffer &StreamBuffer::operator=(const StreamBuffer &other) in operator =() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/open_link/
H A Dopen_link_options.cpp20 OpenLinkOptions::OpenLinkOptions(const OpenLinkOptions &other) in OpenLinkOptions() argument
26 OpenLinkOptions &OpenLinkOptions::operator=(const OpenLinkOptions &other) in operator =() argument
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dautoptr.h81 AutoPtr(T *other) AutoPtr() argument
89 AutoPtr(const AutoPtr<T> &other) AutoPtr() argument
97 AutoPtr(AutoPtr<T> &&other) AutoPtr() argument
111 operator =(T *other) operator =() argument
127 operator =(const AutoPtr<T> &other) operator =() argument
143 operator =(AutoPtr<T> &&other) operator =() argument
154 MoveTo(T **other) MoveTo() argument
[all...]
/foundation/ability/idl_tool/util/
H A Dautoptr.h83 AutoPtr(T* other) AutoPtr() argument
92 AutoPtr(const AutoPtr<T>& other) AutoPtr() argument
101 AutoPtr(AutoPtr<T>&& other) AutoPtr() argument
116 operator =(T* other) operator =() argument
131 operator =(const AutoPtr<T>& other) operator =() argument
146 operator =(AutoPtr<T>&& other) operator =() argument
157 MoveTo(T** other) MoveTo() argument
[all...]
/foundation/ability/ability_base/test/unittest/want/
H A Duri_test.cpp344 auto other = uri_->Unmarshalling(parcel); in HWTEST_F() local
359 auto other = uri_->Unmarshalling(parcel); in HWTEST_F() local
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Duser_object_wrapper.cpp30 bool UserObject::Equals(IObject &other) in Equals() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params_wrapper.cpp50 bool WantParamWrapper::Equals(IObject &other) in Equals() argument
/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/
H A Dwantparamsfirst_fuzzer.cpp44 UnsupportedData other; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_start_setting.cpp35 AbilityStartSetting::AbilityStartSetting(const AbilityStartSetting &other) in AbilityStartSetting() argument
45 AbilityStartSetting &AbilityStartSetting::operator=(const AbilityStartSetting &other) in operator =() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_curve.h61 auto other = DynamicCast<SpringCurve>(curve); variable
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dupdate_config_manager.h84 bool IsConfigsEqual(const ViewportConfig& other) in IsConfigsEqual() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dprogress_mask_property.h79 ProgressMaskProperty& operator=(const ProgressMaskProperty& other) in operator =() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontainer_observer.cpp37 ContainerChangeListener::ContainerChangeListener(ContainerChangeListener&& other) = default; member in ContainerChangeListener
39 ContainerChangeListener& ContainerChangeListener::operator=(ContainerChangeListener&& other) in operator =() argument
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfAnyTest.cpp148 Any<uint32_t> other; in HWTEST_F() local
397 ArrayAny<uint32_t> other; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_graphic.cpp77 MemoryGraphic& MemoryGraphic::operator+=(const MemoryGraphic& other) in operator +=() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_light_up_effect_filter.cpp98 bool RSLightUpEffectFilter::IsNearEqual(const std::shared_ptr<RSFilter>& other, float threshold) const in IsNearEqual() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_drawing_filter_test.cpp142 std::shared_ptr<RSDrawingFilter> other = nullptr; in HWTEST_F() local
165 std::shared_ptr<RSShaderFilter> other = nullptr; in HWTEST_F() local
188 std::shared_ptr<Drawing::ImageFilter> other = nullptr; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_mode_info.cpp25 RSScreenModeInfo::RSScreenModeInfo(const RSScreenModeInfo& other) : width_(other.width_), in RSScreenModeInfo() argument
30 RSScreenModeInfo& RSScreenModeInfo::operator=(const RSScreenModeInfo& other) in operator =() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp25 Region::Region(const Region& other) : Region() in Region() argument
30 Region& Region::operator=(const Region& other) in operator =() argument
H A Dmatrix44.cpp50 Matrix44 Matrix44::operator*(const Matrix44& other) in operator *() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_uiextension_data.h56 RSUIExtensionData(RSUIExtensionData&& other) : secData_(std::move(other.secData_)) {} in RSUIExtensionData() argument

Completed in 11 milliseconds

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