| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
| D | data_value.h | 33 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/ |
| D | memcg.h | 39 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/communication/netmanager_base/utils/common_utils/include/ |
| D | reject_movable.h | 27 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/kv_store/interfaces/innerkits/distributeddata/include/ |
| D | blob.h | 46 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/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/ |
| D | refbase.h | 33 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 394 wptr<T> &operator=(T *other); variable 396 template<typename O> wptr<T> &operator=(O *other); variable [all …]
|
| /foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
| D | refbase.h | 33 RefCounter &operator=(const RefCounter &counter); variable 109 RefBase &operator=(const RefBase &other); variable 113 RefBase &operator=(RefBase &&other) noexcept; variable 174 sptr<T> &operator=(sptr<T> &&other); variable 210 sptr<T> &operator=(T *other); variable 212 sptr<T> &operator=(const sptr<T> &other); variable 214 sptr<T> &operator=(const wptr<T> &other); variable 217 sptr<T> &operator=(const sptr<O> &other); variable 420 wptr<T> &operator=(T *other); variable 423 wptr<T> &operator=(O *other); variable [all …]
|
| /foundation/ability/idl_tool/util/ |
| D | string.h | 101 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/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
| D | strategy.h | 30 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_2d/rosen/modules/platform/utils/ |
| D | refbase.h | 90 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/graphic/graphic_utils_lite/interfaces/innerkits/ |
| D | graphic_locker.h | 40 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/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| D | value_proxy.h | 59 Asset &operator=(const Asset &proxy); variable 60 Asset &operator=(Asset &&proxy) noexcept; variable 85 Assets &operator=(const Assets &proxy); variable 86 Assets &operator=(Assets &&proxy) noexcept; variable 103 Value &operator=(Value &&value) noexcept; variable 129 Values &operator=(Values &&values) noexcept; variable 153 Bucket &operator=(Bucket &&bucket) noexcept; variable 177 Buckets &operator=(Buckets &&buckets) noexcept; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
| D | iremote_broker.h | 30 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/communication/ipc/interfaces/innerkits/ipc_core/include/ |
| D | iremote_broker.h | 30 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/graphic/graphic_2d/utils/sync_fence/export/ |
| D | sync_fence.h | 51 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/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/command/ |
| D | recv_command_v10.h | 28 RecvCommandV10 &operator=(const RecvCommandV10 &recvCommand) = delete; variable 29 RecvCommandV10 &operator=(RecvCommandV10 &&recvCommand) = delete; variable
|
| D | send_command_v10.h | 28 SendCommandV10 &operator=(const SendCommandV10 &sendCommand) = delete; variable 29 SendCommandV10 &operator=(SendCommandV10 &&sendCommand) = delete; variable
|
| D | command.h | 30 Command &operator=(const Command &command) = delete; variable 31 Command &operator=(Command &&command) = delete; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
| D | rs_application_agent_impl.h | 40 RSApplicationAgentImpl& operator=(const RSApplicationAgentImpl&) = delete; variable 41 RSApplicationAgentImpl& operator=(const RSApplicationAgentImpl&&) = delete; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
| D | rs_irender_service_connection_ipc_interface_code_access_verifier.h | 47 RSIRenderServiceConnectionInterfaceCodeAccessVerifier& operator=( variable 51 RSIRenderServiceConnectionInterfaceCodeAccessVerifier& operator=( variable
|
| D | rs_irender_service_ipc_interface_code_access_verifier.h | 47 RSIRenderServiceInterfaceCodeAccessVerifier& operator=( variable 51 RSIRenderServiceInterfaceCodeAccessVerifier& operator=( variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/ipc_callbacks/ |
| D | buffer_available_callback_ipc_interface_code_access_verifier.h | 47 RSIBufferAvailableCallbackInterfaceCodeAccessVerifier& operator=( variable 51 RSIBufferAvailableCallbackInterfaceCodeAccessVerifier& operator=( variable
|
| D | rs_isync_transaction_controller_ipc_interface_code_access_verifier.h | 47 RSISyncTransactionControllerInterfaceCodeAccessVerifier& operator=( variable 51 RSISyncTransactionControllerInterfaceCodeAccessVerifier& operator=( variable
|
| D | buffer_clear_callback_ipc_interface_code_access_verifier.h | 47 RSIBufferClearCallbackInterfaceCodeAccessVerifier& operator=( variable 51 RSIBufferClearCallbackInterfaceCodeAccessVerifier& operator=( variable
|
| D | rs_iocclusion_change_callback_ipc_interface_code_access_verifier.h | 47 RSIOcclusionChangeCallbackInterfaceCodeAccessVerifier& operator=( variable 51 RSIOcclusionChangeCallbackInterfaceCodeAccessVerifier& operator=( variable
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
| D | hdi_device.h | 100 HdiDevice& operator=(const HdiDevice& rhs) = delete; variable 102 HdiDevice& operator=(HdiDevice&& rhs) = delete; variable
|