Home
last modified time | relevance | path

Searched defs:other (Results 101 - 125 of 263) sorted by relevance

1234567891011

/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
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.h35 DataPacker(const DataPacker& other) = delete; member in OHOS::Media::DataPacker
37 DataPacker& operator=(const DataPacker& other) = delete; member in OHOS::Media::DataPacker
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_meta.h128 Meta& operator=(const Meta& other) in operator =() argument
137 Meta(const Meta& other) in Meta() argument
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dvirtual_input_device_test.cpp82 bool VirtualInputDeviceTest::CmpInputDevice(std::shared_ptr<InputDevice> one, std::shared_ptr<InputDevice> other) in CmpInputDevice() argument
[all...]
/foundation/multimodalinput/input/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...]
/foundation/multimodalinput/input/service/monitor/include/
H A Devent_monitor_handler.h97 SessionHandler(const SessionHandler& other) in SessionHandler() argument
114 void operator()(const GestureMonitorHandler& other) in operator ()() argument
[all...]
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_feature.c114 static BOOL IsTopicEqual(const Topic *current, const Topic *other) in IsTopicEqual() argument
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_cardEmulation.cpp66 napi_value other = nullptr; in CreateEnumCardType() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Dkv_store_observer_impl.cpp61 KvStoreObserverImpl::KvStoreObserverImpl(const KvStoreObserverImpl &other) in KvStoreObserverImpl() argument
74 operator =(const KvStoreObserverImpl &other) operator =() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhievent.h38 HiEvent(const HiEvent& other) in HiEvent() argument
42 HiEvent& operator=(const HiEvent& other) in operator =() argument
47 HiEvent(HiEvent&& other) {} in HiEvent() argument
48 HiEvent& operator=(HiEvent&& other) in operator =() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dvalue_object.cpp21 ValueObject::ValueObject(const ValueObject &other) in ValueObject() argument
28 ValueObject& ValueObject::operator=(const ValueObject &other) in operator =() argument
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h44 ConcurrentMap(const ConcurrentMap &other) in ConcurrentMap() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/
H A Dav_sender_engine.h51 AVSenderEngine(const AVSenderEngine &other) = delete; member in OHOS::DistributedHardware::AVSenderEngine
52 AVSenderEngine& operator=(const AVSenderEngine &other) = delete; member in OHOS::DistributedHardware::AVSenderEngine
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/
H A Dav_receiver_engine.h52 AVReceiverEngine(const AVReceiverEngine &other) = delete; member in OHOS::DistributedHardware::AVReceiverEngine
53 AVReceiverEngine& operator=(const AVReceiverEngine &other) = delete; member in OHOS::DistributedHardware::AVReceiverEngine

Completed in 20 milliseconds

1234567891011