/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/model/ |
H A D | container_data_model.h | 4 * you may not use this file except in compliance with the License. 42 return *this; in Record() 49 return *this; in Remove() 56 return *this; in Insert()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | font_arguments.h | 4 * you may not use this file except in compliance with the License. 64 return *this; in SetCollectionIndex() 76 return *this; in SetVariationDesignPosition() 94 return *this; in SetPalette()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/ |
H A D | png_ninepatch_res.h | 4 * you may not use this file except in compliance with the License. 34 return reinterpret_cast<int32_t *>(reinterpret_cast<uintptr_t>(this) + xDivsOffset); in GetXDivs() 38 return reinterpret_cast<int32_t *>(reinterpret_cast<uintptr_t>(this) + yDivsOffset); in GetYDivs() 42 return reinterpret_cast<uint32_t *>(reinterpret_cast<uintptr_t>(this) + colorsOffset); in GetColors() 54 // The offset (from the start of this structure) to the colors array
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query.h | 4 * you may not use this file except in compliance with the License. 46 return *this; in EqualTo() 55 return *this; in NotEqualTo() 64 return *this; in GreaterThan() 73 return *this; in LessThan() 82 return *this; in GreaterThanOrEqualTo() 91 return *this; in LessThanOrEqualTo() 116 return *this; in In() 131 return *this; in NotIn()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unordered_map.h | 4 * you may not use this file except in compliance with the License. 44 using forward_iterator_tag = std::forward_iterator_tag; // yeah. we need this for std compatibility. 98 it_ = owner_->advance(*this); 99 return *this; 170 it_ = owner_->advance(*this); 171 return *this; 315 if (pos.owner_ != this || !pos.it_) { in erase() 322 // link prev to next or set bucket start to next if this was the first node. in erase() 323 // if this was the last prev-next will be null or bucket will be empty. in erase() 334 // link next to prev or if this wa in erase() [all...] |
H A D | generic_iterator.h | 4 * you may not use this file except in compliance with the License. 30 // Returns the container where this iterator points to. 80 return *this; in operator =() 85 return *this; 99 return !(*this == other); in operator !=() 106 return *this; in operator ++()
|
H A D | refcnt_ptr.h | 4 * you may not use this file except in compliance with the License. 88 return *this; 94 return *this; 101 return *this; 108 return *this; 116 return *this;
|
H A D | string.h | 4 * you may not use this file except in compliance with the License. 207 if (&a != this) { in operator =() 210 return *this; in operator =() 215 if (&a != this) { 226 return *this; 235 return *this; in operator =() 243 return *this; in operator =() 255 return *this; in operator =() 281 return *this; in assign() 300 return *this; in assign() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_options.h | 4 * you may not use this file except in compliance with the License. 37 return !(*this == other); in operator !=() 54 return !(*this == other); in operator !=() 84 return !(*this == other); in operator !=() 100 return !(*this == other); in operator !=()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | distributed_ui_manager.h | 4 * you may not use this file except in compliance with the License. 36 auto task = [this, &ret]() { ret = distributedUI_->DumpUITree(); }; in DumpUITree() 53 auto task = [this, &event]() { distributedUI_->ProcessSerializeableInputEvent(event); }; in ProcessSerializeableInputEvent() 59 auto task = [this, &uiTree]() { distributedUI_->RestoreUITree(uiTree); }; in RestoreUITree() 65 auto task = [this, &update]() { distributedUI_->UpdateUITree(update); }; in UpdateUITree()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | interface_macros.h | 4 * you may not use this file except in compliance with the License. 28 return META_NS::ConstProperty<type> { this->Property##name() }; \ 34 return META_NS::Property<type> { this->Property##name() }; \ 63 return META_NS::ConstArrayProperty<type> { this->Property##name() }; \ 69 return META_NS::ArrayProperty<type> { this->Property##name() }; \
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object_factory.h | 4 * you may not use this file except in compliance with the License. 42 return this; 45 return this; 48 return this; 54 return const_cast<ObjectFactory*>(this)->GetInterface(uid);
|
/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_caps.h | 4 * you may not use this file except in compliance with the License. 69 return *this; in AppendFixedKey() 94 return *this; in AppendIntervalKey() 109 return *this; in AppendDiscreteKeys() 113 * @brief set mime of this capability 121 return *this; in SetMime()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store_config.h | 4 * you may not use this file except in compliance with the License. 304 * @brief Obtains the journal mode in this {@code StoreConfig} object. 309 * @brief Obtains the synchronization mode in this {@code StoreConfig} object. 324 * @brief Obtains the database file type in this {@code StoreConfig} object. 329 * @brief Obtains the database security level in this {@code StoreConfig} object. 394 * @brief Obtains the bundle name in this {@code StoreConfig} object. 404 * @brief Obtains the distributed type in this {@code StoreConfig} object. 414 * @brief Obtains the module name in this {@code StoreConfig} object. 429 * @brief Obtains the area in this {@code StoreConfig} object. 434 * @brief Obtains the journal mode value in this { [all...] |
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | size.h | 4 * you may not use this file except in compliance with the License. 99 return *this; in AddHeight() 105 return *this; in AddWidth() 111 return *this; in MinusHeight() 117 return *this; in MinusWidth() 162 return *this; in operator +=() 169 return *this; in operator -=()
|
H A D | calc_dimension.h | 4 * you may not use this file except in compliance with the License. 48 Dimension& dimension = *this; in operator =() 50 return *this; in operator =() 58 return *this; in operator =()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | meta_object.h | 4 * you may not use this file except in compliance with the License. 117 META_NS::ConstructPropertiesFromMetadata(this, this->GetStaticObjectMetadata(), meta); 118 META_NS::ConstructEventsFromMetadata(this, this->GetStaticObjectMetadata(), meta); 119 META_NS::ConstructFunctionsFromMetadata(this, this->GetStaticObjectMetadata(), meta);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/ |
H A D | medialibrarymediaphotoassetproxy_fuzzer.h | 4 * you may not use this file except in compliance with the License. 133 return this->photoFormat_; 144 return this->photoQuality_; 169 return this->burstKey_; 174 return this->isCoverPhoto_; 179 this->isCoverPhoto_ = isCoverPhoto; in SetIsCoverPhoto() 184 this->burstKey_ = burstKey; in SetBurstKey()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | motion_path_evaluator.h | 4 * you may not use this file except in compliance with the License. 52 return AceType::MakeRefPtr<DoubleEvaluator>(AceType::Claim(this), true); in CreateXEvaluator() 57 return AceType::MakeRefPtr<DoubleEvaluator>(AceType::Claim(this), false); in CreateYEvaluator() 62 return AceType::MakeRefPtr<DimensionOffsetEvaluator>(AceType::Claim(this)); in CreateDimensionOffsetEvaluator() 67 return AceType::MakeRefPtr<RotateEvaluator>(AceType::Claim(this)); in CreateRotateEvaluator() 72 return AceType::MakeRefPtr<TransformOperationsEvaluator>(AceType::Claim(this)); in CreateTransformOperationsEvaluator()
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/ |
H A D | sa_profiles.h | 4 * you may not use this file except in compliance with the License. 88 return this->eventId == event.eventId && this->name == event.name && this->value == event.value; in operator ==() 93 return this->name + "_" + this->value; in ToString()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_vector2.h | 4 * you may not use this file except in compliance with the License. 96 Vector2<T> rNormalize(*this); in Normalized() 131 Vector2<T> rSub(*this); in operator -() 142 Vector2<T> rAdd(*this); in operator +() 150 return *this; in operator /() 153 return (*this) * invScale; in operator /() 159 Vector2<T> rMult(*this); in operator *() 170 Vector2<T> rMult(*this); in operator *() 180 return *this; in operator *=() 188 return *this; in operator +=() [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/container/ |
H A D | object_hierarchy_observer.h | 4 * you may not use this file except in compliance with the License. 40 return *this; in Target() 45 return *this; in Target() 75 return *this; in OnHierarchyChanged()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | epoll_io_waiter.h | 4 * you may not use this file except in compliance with the License. 66 uv_loop_t loop_ = {.data = this}; 67 uv_signal_t signal_ = {.data = this}; 68 uv_timer_t timer_ = {.data = this};
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | load_predictor.h | 4 * you may not use this file except in compliance with the License. 30 return static_cast<const T*>(this)->GetPredictLoadImpl(); in GetPredictLoad() 35 static_cast<T*>(this)->UpdateLoadImpl(load); in UpdateLoad() 40 static_cast<T*>(this)->ClearImpl(); in Clear()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/ |
H A D | enabled_comps_dump.h | 4 * you may not use this file except in compliance with the License. 38 return (((this->networkId_ == other.networkId_) && (this->dhId_ < other.dhId_)) || in operator <() 39 (this->networkId_ < other.networkId_)); in operator <()
|