Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 750) sorted by relevance

12345678910>>...30

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
Ddata_value.h33 Blob &operator=(Blob &&) noexcept; variable
34 Blob &operator=(const Blob &) = delete; variable
54 DataValue &operator=(const DataValue &dataValue); variable
57 DataValue &operator=(DataValue &&dataValue) noexcept; variable
58 DataValue &operator=(int64_t intVal); variable
59 DataValue &operator=(double doubleVal); variable
60 DataValue &operator=(const Blob &blob); variable
61 DataValue &operator=(const std::string &string); variable
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
Dmemcg.h39 SwapInfo& operator=(const SwapInfo&) = delete; variable
41 SwapInfo& operator=(SwapInfo&&) = delete; variable
55 MemInfo& operator=(const MemInfo&) = delete; variable
57 MemInfo& operator=(MemInfo&&) = delete; variable
74 ReclaimRatios& operator=(const ReclaimRatios&) = delete; variable
76 ReclaimRatios& operator=(ReclaimRatios&&) = delete; variable
89 Memcg& operator=(const Memcg&) = delete; variable
91 Memcg& operator=(Memcg&&) = delete; variable
115 UserMemcg& operator=(const UserMemcg&) = delete; variable
117 UserMemcg& operator=(UserMemcg&&) = delete; variable
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
Dblob.h46 API_EXPORT Blob &operator=(const Blob &blob); variable
56 API_EXPORT Blob &operator=(Blob &&blob); variable
66 API_EXPORT Blob &operator=(const std::string &str); variable
81 API_EXPORT Blob &operator=(const char *str); variable
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
Di_stream_player.h31 IStreamPlayerListener &operator=(const IStreamPlayerListener &) = delete; variable
33 IStreamPlayerListener &operator=(IStreamPlayerListener &&) = delete; variable
57 IStreamPlayer &operator=(const IStreamPlayer &) = delete; variable
59 IStreamPlayer &operator=(IStreamPlayer &&) = delete; variable
Di_cast_session.h33 ICastSessionListener &operator = (const ICastSessionListener &) = delete; variable
35 ICastSessionListener &operator = (ICastSessionListener &&) = delete; variable
47 ICastSession &operator = (const ICastSession &) = delete; variable
49 ICastSession &operator = (ICastSession &&) = delete; variable
Di_cast_session_manager_listener.h31 ICastSessionManagerListener &operator=(const ICastSessionManagerListener &) = delete; variable
33 ICastSessionManagerListener &operator=(ICastSessionManagerListener &&) = delete; variable
/foundation/communication/netmanager_base/utils/common_utils/include/
Dreject_movable.h27 NonCopyable &operator=(NonCopyable &&) = default; variable
31 void operator=(const NonCopyable &) = delete; variable
40 RejectMovable &operator=(const RejectMovable &) = default; variable
44 void operator=(RejectMovable &&) = delete; variable
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
Drefbase.h33 RefCounter &operator=(const RefCounter &counter); variable
109 RefBase &operator=(const RefBase &other); variable
113 RefBase &operator=(RefBase &&other) noexcept; variable
173 sptr<T> &operator=(sptr<T> &&other); variable
208 sptr<T> &operator=(T *other); variable
210 sptr<T> &operator=(const sptr<T> &other); variable
212 sptr<T> &operator=(const wptr<T> &other); variable
214 template<typename O> sptr<T> &operator=(const sptr<O> &other); variable
397 wptr<T> &operator=(T *other); variable
399 template<typename O> wptr<T> &operator=(O *other); variable
[all …]
/foundation/ability/idl_tool/util/
Dstring.h101 String& operator=(const char* string); variable
103 String& operator=(const String& other); variable
105 String& operator=(String&& other); variable
130 int operator()(const String& key) const in operator() function
137 bool operator()(const String& lhs, const String& rhs) const in operator() function
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Drefbase.h90 RefCounter &operator=(const RefCounter &counter); variable
404 RefBase &operator=(const RefBase &); variable
418 RefBase &operator=(RefBase &&other) noexcept; variable
648 sptr<T> &operator=(sptr<T> &&other); variable
745 sptr<T> &operator=(T *other); variable
755 sptr<T> &operator=(const sptr<T> &other); variable
766 sptr<T> &operator=(const wptr<T> &other); variable
778 sptr<T> &operator=(const sptr<O> &other); variable
1091 wptr<T> &operator=(T *other); variable
1103 wptr<T> &operator=(O *other); variable
[all …]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
Dstrategy.h30 Strategy &operator=(const Strategy &) = delete; variable
31 Strategy &operator=(const Strategy &&) = delete; variable
35 virtual bool operator()(std::shared_ptr<Context> context) in operator() function
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
Dgraphic_locker.h40 GraphicLocker& operator=(const GraphicLocker&) = delete; variable
69 GraphicMutex& operator=(const GraphicMutex&) = delete; variable
70 GraphicMutex& operator=(const GraphicMutex&&) = delete; variable
116 GraphicLockGuard& operator=(const GraphicLockGuard&) = delete; variable
117 GraphicLockGuard& operator=(const GraphicLockGuard&&) = delete; variable
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
Diremote_broker.h30 sptr<IRemoteBroker> operator () (const sptr<IRemoteObject> &object) in operator() function
80 BrokerRegistration &operator = (const BrokerRegistration &) = delete; variable
81 BrokerRegistration &operator = (BrokerRegistration &&) = delete; variable
96 BrokerDelegator &operator = (const BrokerDelegator &) = delete; variable
97 BrokerDelegator &operator = (BrokerDelegator &&) = delete; variable
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/threading/
Dintf_thread_pool.h47 void operator()(ITask* ptr) const in CORE_BEGIN_NAMESPACE() function
66 void operator()(IResult* ptr) const in CORE_BEGIN_NAMESPACE() function
132 void operator()(IDispatcherTaskQueue* ptr) const in operator() function
153 void operator()(IParallelTaskQueue* ptr) const in operator() function
173 void operator()(ISequentialTaskQueue* ptr) const in operator() function
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
Diremote_broker.h30 sptr<IRemoteBroker> operator () (const sptr<IRemoteObject> &object) in operator() function
116 BrokerRegistration &operator = (const BrokerRegistration &) = delete; variable
117 BrokerRegistration &operator = (BrokerRegistration &&) = delete; variable
132 BrokerDelegator &operator = (const BrokerDelegator &) = delete; variable
133 BrokerDelegator &operator = (BrokerDelegator &&) = delete; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
Dvalue_proxy.h62 Asset &operator=(const Asset &proxy); variable
63 Asset &operator=(Asset &&proxy) noexcept; variable
100 Assets &operator=(const Assets &proxy); variable
101 Assets &operator=(Assets &&proxy) noexcept; variable
120 Value &operator=(Value &&value) noexcept; variable
147 Values &operator=(Values &&values) noexcept; variable
171 Bucket &operator=(Bucket &&bucket) noexcept; variable
196 Buckets &operator=(Buckets &&buckets) noexcept; variable
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
Dintf_pipeline_descriptor_set_binder.h122 void operator()(IDescriptorSetBinder* ptr) const in RENDER_BEGIN_NAMESPACE() function
140 IPipelineDescriptorSetBinder& operator=(const IPipelineDescriptorSetBinder&) = delete; variable
241 void operator()(IPipelineDescriptorSetBinder* ptr) const in operator() function
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
Dsync_fence.h51 SyncTimeline& operator=(const SyncTimeline& rhs) = delete; variable
53 SyncTimeline& operator=(SyncTimeline&& rhs) = delete; variable
71 SyncFence& operator=(const SyncFence& rhs) = delete; variable
73 SyncFence& operator=(SyncFence&& rhs) = delete; variable
/foundation/graphic/graphic_2d/utils/sync_fence/export/
Dsync_fence.h51 SyncTimeline& operator=(const SyncTimeline& rhs) = delete; variable
53 SyncTimeline& operator=(SyncTimeline&& rhs) = delete; variable
71 SyncFence& operator=(const SyncFence& rhs) = delete; variable
73 SyncFence& operator=(SyncFence&& rhs) = delete; variable
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
Dintf_render_data_store_manager.h37 IRenderDataStoreManager& operator=(const IRenderDataStoreManager&) = delete; variable
72 IRenderNodeRenderDataStoreManager& operator=(const IRenderNodeRenderDataStoreManager&) = delete; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/command/
Dcommand.h30 Command &operator=(const Command &command) = delete; variable
31 Command &operator=(Command &&command) = delete; variable
Ddelete_command_v10.h30 DeleteCommandV10 &operator=(const DeleteCommandV10 &listCommand) = delete; variable
31 DeleteCommandV10 &operator=(DeleteCommandV10 &&listCommand) = delete; variable
Dlist_command_v10.h28 ListCommandV10 &operator=(const ListCommandV10 &listCommand) = delete; variable
29 ListCommandV10 &operator=(ListCommandV10 &&listCommand) = delete; variable
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
Dhdi_device_impl.h98 HdiDeviceImpl& operator=(const HdiDeviceImpl& rhs) = delete; variable
100 HdiDeviceImpl& operator=(HdiDeviceImpl&& rhs) = delete; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
Dref_count.h29 RefCount &operator=(const RefCount &other); variable
30 RefCount &operator=(RefCount &&other) noexcept; variable

12345678910>>...30