/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A 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
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/ |
H A 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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | initial_transform_component.h | 66 InitialTransformComponent& operator=(const InitialTransformComponent& other) noexcept; variable 67 InitialTransformComponent& operator=(InitialTransformComponent&& other) noexcept; variable 69 InitialTransformComponent& operator=(float value) noexcept; variable 70 InitialTransformComponent& operator=(BASE_NS::Math::Vec2 value) noexcept; variable 71 InitialTransformComponent& operator=(BASE_NS::Math::Vec3 value) noexcept; variable 72 InitialTransformComponent& operator=(BASE_NS::Math::Vec4 value) noexcept; variable 73 InitialTransformComponent& operator=(BASE_NS::Math::Quat value) noexcept; variable 74 InitialTransformComponent& operator=(BASE_NS::array_view<const float> value) noexcept; variable
|
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A 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
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A 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
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/ |
H A 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 397 wptr<T> &operator=(T *other); variable 399 template<typename O> wptr<T> &operator=(O *other); variable 401 wptr<T> &operator=(const wptr<T> &other); variable [all …]
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A 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
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | refbase.h | 394 RefBase &operator=(const RefBase &); variable 673 sptr<T> &operator=(sptr<T> &&other); variable 773 sptr<T> &operator=(T *other); variable 783 sptr<T> &operator=(const sptr<T> &other); variable 794 sptr<T> &operator=(const wptr<T> &other); variable 806 sptr<T> &operator=(const sptr<O> &other); variable 1135 wptr<T> &operator=(T *other); variable 1147 wptr<T> &operator=(O *other); variable 1159 wptr<T> &operator=(const wptr<T> &other); variable 1171 wptr<T> &operator=(const sptr<T> &other); variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | refbase.h | 416 RefBase &operator=(const RefBase &); variable 664 sptr<T> &operator=(sptr<T> &&other); variable 761 sptr<T> &operator=(T *other); variable 771 sptr<T> &operator=(const sptr<T> &other); variable 782 sptr<T> &operator=(const wptr<T> &other); variable 794 sptr<T> &operator=(const sptr<O> &other); variable 1107 wptr<T> &operator=(T *other); variable 1119 wptr<T> &operator=(O *other); variable 1130 wptr<T> &operator=(const wptr<T> &other); variable 1142 wptr<T> &operator=(const sptr<T> &other); variable [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A 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
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/ |
H A D | brightness_service.h | 59 DimmingCallbackImpl& operator=(const DimmingCallbackImpl&) = delete; variable 61 DimmingCallbackImpl& operator=(DimmingCallbackImpl&&) = delete; variable 80 FoldStatusLisener& operator=(const FoldStatusLisener&) = delete; variable 82 FoldStatusLisener& operator=(FoldStatusLisener&&) = delete; variable 97 BrightnessService& operator=(const BrightnessService&) = delete; variable 99 BrightnessService& operator=(BrightnessService&&) = delete; variable
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A 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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | shared_ptr_internals.h | 92 ptr_base& operator=(const ptr_base&) = default; in BASE_BEGIN_NAMESPACE() local 93 ptr_base& operator=(ptr_base&&) = default; in BASE_BEGIN_NAMESPACE() local 116 PtrCountedBase& operator=(const PtrCountedBase&) = default; in BASE_BEGIN_NAMESPACE() local 118 PtrCountedBase& operator=(PtrCountedBase&&) = default; in BASE_BEGIN_NAMESPACE() local
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_text_input_client_engine.h | 73 napi_status operator()(napi_env env, napi_value *result) override in operator() function 94 napi_status operator()(napi_env env, napi_value *result) override in operator() function 116 napi_status operator()(napi_env env, napi_value *result) override in operator() function 138 napi_status operator()(napi_env env, napi_value *result) override in operator() function 160 napi_status operator()(napi_env env, napi_value *result) override in operator() function 182 napi_status operator()(napi_env env, napi_value *result) override in operator() function 204 napi_status operator()(napi_env env, napi_value *result) override in operator() function 218 napi_status operator()(napi_env env, napi_value *result) override in operator() function 240 napi_status operator()(napi_env env, napi_value *result) override in operator() function 262 napi_status operator()(napi_env env, napi_value *result) override in operator() function [all …]
|
H A D | js_keyboard_controller_engine.h | 28 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator() function 33 napi_status operator()(napi_env env, napi_value *result) override in operator() function 48 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator() function 53 napi_status operator()(napi_env env, napi_value *result) override in operator() function 67 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator() function 72 napi_status operator()(napi_env env, napi_value *result) override in operator() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | base_manager.h | 97 BaseManager& operator=(const BaseManager&) = delete; variable 98 BaseManager& operator=(BaseManager&&) = delete; variable 116 BaseComponentHandle& operator=(const BaseComponentHandle& other) = delete; variable 117 BaseComponentHandle& operator=(BaseComponentHandle&& other) noexcept; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/threading/ |
H A D | intf_thread_pool.h | 55 void operator()(ITask* ptr) const in CORE_BEGIN_NAMESPACE() function 75 void operator()(IResult* ptr) const in CORE_BEGIN_NAMESPACE() function 150 void operator()(IDispatcherTaskQueue* ptr) const in operator() function 171 void operator()(IParallelTaskQueue* ptr) const in operator() function 191 void operator()(ISequentialTaskQueue* ptr) const in operator() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A 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
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/ |
H A D | video_processing_native.h | 56 VideoProcessingNative& operator=(const VideoProcessingNative&) = delete; variable 58 VideoProcessingNative& operator=(VideoProcessingNative&&) = delete; variable 89 ConsumerListener& operator=(const ConsumerListener&) = delete; variable 91 ConsumerListener& operator=(ConsumerListener&&) = delete; variable
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A 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
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
H A D | value_proxy.h | 62 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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_pipeline_descriptor_set_binder.h | 151 void operator()(IDescriptorSetBinder* ptr) const in RENDER_BEGIN_NAMESPACE() function 169 IPipelineDescriptorSetBinder& operator=(const IPipelineDescriptorSetBinder&) = delete; variable 302 void operator()(IPipelineDescriptorSetBinder* ptr) const in operator() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unique_ptr.h | 33 void operator()(T* ptr) const in operator() function 40 void operator()(U* ptr) const in operator() function
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_information.h | 114 GsmCellInformation &operator=(const GsmCellInformation &gsmCell); variable 152 LteCellInformation &operator=(const LteCellInformation <eCell); variable 191 WcdmaCellInformation &operator=(const WcdmaCellInformation &wcdmaCell); variable 230 TdscdmaCellInformation &operator=(const TdscdmaCellInformation &wcdmaCell); variable 269 CdmaCellInformation &operator=(const CdmaCellInformation &cdmaCell); variable 324 NrCellInformation &operator=(const NrCellInformation &nrCell); variable
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | systempasteboard_napi.h | 123 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator() function 128 napi_status operator()(napi_env env, napi_value *result) override in operator() function 142 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator() function 147 napi_status operator()(napi_env env, napi_value *result) override in operator() function 163 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator() function 168 napi_status operator()(napi_env env, napi_value *result) override in operator() function 182 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator() function 187 napi_status operator()(napi_env env, napi_value *result) override in operator() function 206 napi_status operator()(napi_env env, napi_value *result) override in operator() function 225 napi_status operator()(napi_env env, napi_value *result) override in operator() function [all …]
|