/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | input_event_hub.h | 4 * you may not use this file except in compliance with the License. 41 mouseEventActuator_ = MakeRefPtr<InputEventActuator>(WeakClaim(this)); in SetMouseEvent() 48 mouseEventActuator_ = MakeRefPtr<InputEventActuator>(WeakClaim(this)); in SetJSFrameNodeOnMouseEvent() 56 mouseEventActuator_ = MakeRefPtr<InputEventActuator>(WeakClaim(this)); in AddOnMouseEvent() 80 hoverEffectActuator_ = MakeRefPtr<InputEventActuator>(WeakClaim(this)); in SetHoverEffectAuto() 94 hoverEventActuator_ = MakeRefPtr<InputEventActuator>(WeakClaim(this)); in SetHoverEvent() 102 accessibilityHoverEventActuator_ = MakeRefPtr<InputEventActuator>(WeakClaim(this)); in SetAccessibilityHoverEvent() 110 hoverEventActuator_ = MakeRefPtr<InputEventActuator>(WeakClaim(this)); in SetJSFrameNodeOnHoverEvent() 118 hoverEventActuator_ = MakeRefPtr<InputEventActuator>(WeakClaim(this)); in AddOnHoverEvent() 134 axisEventActuator_ = MakeRefPtr<InputEventActuator>(WeakClaim(this)); in AddOnAxisEvent() [all...] |
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
H A D | photos_clone.h | 4 * you may not use this file except in compliance with the License.
35 this->mediaLibraryTargetRdb_ = mediaLibraryTargetRdb;
in OnStart() 36 this->mediaLibraryOriginalRdb_ = mediaLibraryOriginalRdb;
in OnStart() 37 this->photosDaoPtr_ = std::make_shared<PhotosDao>(mediaLibraryTargetRdb);
in OnStart() 38 this->photosBasicInfo_ = this->photosDaoPtr_->GetBasicInfo();
in OnStart() 39 this->photoAlbumDaoPtr_ = std::make_shared<PhotoAlbumDao>(mediaLibraryTargetRdb);
in OnStart() 46 this->FixDuplicateBurstKeyInDifferentAlbum(totalNumber);
in OnStop() 53 int32_t maxFileId = this->photosBasicInfo_.maxFileId;
in FindSameFile() 54 return this in FindSameFile() [all...] |
H A D | photos_restore.h | 4 * you may not use this file except in compliance with the License.
36 this->mediaLibraryRdb_ = mediaLibraryRdb;
in OnStart() 37 this->galleryRdb_ = galleryRdb;
in OnStart() 38 this->photosDaoPtr_ = std::make_shared<PhotosDao>(mediaLibraryRdb);
in OnStart() 39 this->photoAlbumDaoPtr_ = std::make_shared<PhotoAlbumDao>(mediaLibraryRdb);
in OnStart() 40 this->photosBasicInfo_ = this->photosDaoPtr_->GetBasicInfo();
in OnStart() 45 int32_t maxFileId = this->photosBasicInfo_.maxFileId;
in FindSameFile() 46 return this->photosDaoPtr_->FindSameFile(fileInfo, maxFileId);
in FindSameFile()
|
H A D | photo_album_restore.h | 4 * you may not use this file except in compliance with the License.
41 this->mediaLibraryRdb_ = mediaLibraryRdb;
in OnStart() 42 this->galleryRdb_ = galleryRdb;
in OnStart() 43 this->photoAlbumDaoPtr_ = std::make_shared<PhotoAlbumDao>(this->mediaLibraryRdb_);
in OnStart() 88 std::vector<GalleryAlbumRowData> galleryAlbumInfos = this->GetGalleryAlbums();
in Restore() 91 std::vector<PhotoAlbumDao::PhotoAlbumRowData> albumInfos = this->photoAlbumDaoPtr_->GetPhotoAlbums();
in Restore() 95 this->GetAlbumsToRestore(albumInfos, galleryAlbumInfos);
in Restore() 98 return this->photoAlbumDaoPtr_->RestoreAlbums(albumInfosToRestore);
in Restore()
|
H A D | photo_album_clone.h | 4 * you may not use this file except in compliance with the License.
32 this->mediaLibraryOriginalRdb_ = mediaLibraryOriginalRdb;
in OnStart() 33 this->mediaLibraryTargetRdb_ = mediaLibraryTargetRdb;
in OnStart() 34 this->photoAlbumDaoPtr_ = std::make_shared<PhotoAlbumDao>(mediaLibraryTargetRdb);
in OnStart() 42 if (this->photoAlbumDaoPtr_ == nullptr) {
in HasSameAlbum() 45 PhotoAlbumDao::PhotoAlbumRowData albumInfo = this->photoAlbumDaoPtr_->GetPhotoAlbum(lPath);
in HasSameAlbum()
|
/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_animation.h | 4 * you may not use this file except in compliance with the License. 35 this->duration_ = 0.0f; in ClearPictures() 48 if (NearZero(this->duration_)) { in AutoScale() 56 if (NearEqual(this->duration_, NORMALIZED_DURATION_MAX)) { in AutoScale() 61 picture->UpdateDurationWithScale(this->duration_); in AutoScale() 64 this->duration_ = NORMALIZED_DURATION_MAX; in AutoScale()
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_range.h | 4 * you may not use this file except in compliance with the License. 29 return this->start == other.start && this->end == other.end; in operator ==() 34 return this->start != other.start || this->end != other.end; in operator !=()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_request.h | 4 * you may not use this file except in compliance with the License. 38 return *this; in SetMethod() 46 return *this; in SetCSeq() 54 return *this; in SetUrl() 62 return *this; in SetAuthorization() 70 return *this; in SetUserAgent() 78 return *this; in SetSession() 84 return *this; in SetTimeout() 92 return *this; in AddCustomHeader() 129 return *this; in SetRequire() [all...] |
H A D | rtsp_response.h | 4 * you may not use this file except in compliance with the License. 35 return *this; in AddCustomHeader() 41 return *this; in SetSession() 47 return *this; in SetTimeout() 95 return *this; in SetPublicItems() 112 return *this; in AddBodyItem() 118 return *this; in SetUrl() 133 return *this; in SetDestination() 139 return *this; in SetSource() 149 return *this; in SetClientPort() [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_arg.h | 4 * you may not use this file except in compliance with the License. 94 this->format = format; in WebGLImageOption() 95 this->type = type; in WebGLImageOption() 96 this->width = width; in WebGLImageOption() 97 this->height = height; in WebGLImageOption() 98 this->depth = 1; in WebGLImageOption() 102 this->format = format; in WebGLImageOption() 103 this->type = type; in WebGLImageOption() 104 this->width = width; in WebGLImageOption() 105 this in WebGLImageOption() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/configuration/include/ |
H A D | config.h | 4 * you may not use this file except in compliance with the License. 39 this->status = status; in ConfigEventMsg() 40 this->toMgr = toMudule; in ConfigEventMsg() 41 this->fromMgr = ModuleType::MODULE_CONFIGURE; in ConfigEventMsg() 42 this->data = nullptr; in ConfigEventMsg() 47 this->status = ConfigStatus::CONFIG_STATUS_READY; in ConfigEventMsg() 48 this->data = data; in ConfigEventMsg() 49 this->fromMgr = ModuleType::MODULE_CONFIGURE; in ConfigEventMsg() 50 this->toMgr = toMudule; in ConfigEventMsg()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | task_queue.h | 4 * you may not use this file except in compliance with the License. 67 SetExtend(this->template GetSelf<ITaskQueueExtend>().get()); 76 return this->template GetBaseAs<ITaskQueue>()->AddTask(BASE_NS::move(p)); 80 return this->template GetBaseAs<ITaskQueue>()->AddTask(BASE_NS::move(p), delay); 84 return this->template GetBaseAs<ITaskQueue>()->AddWaitableTask(BASE_NS::move(p)); 88 this->template GetBaseAs<ITaskQueue>()->CancelTask(t); 94 this->template GetBaseAs<ITaskQueueExtend>()->SetExtend(extend); 98 return this->template GetBaseAs<ITaskQueueExtend>()->InvokeTask(task); 102 this->template GetBaseAs<ITaskQueueExtend>()->Shutdown();
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_particle_noise_field.h | 4 * you may not use this file except in compliance with the License. 53 bool equal = (this->fieldStrength_ == rhs.fieldStrength_) && (this->fieldShape_ == rhs.fieldShape_) && in operator ==() 54 (this->fieldSize_ == rhs.fieldSize_) && (this->fieldCenter_ == rhs.fieldCenter_) && in operator ==() 55 (this->fieldFeather_ == rhs.fieldFeather_) && (this->noiseScale_ == rhs.noiseScale_) && in operator ==() 56 (this->noiseFrequency_ == rhs.noiseFrequency_) && (this->noiseAmplitude_ == rhs.noiseAmplitude_); in operator ==()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_ref.h | 4 * you may not use this file except in compliance with the License. 76 *this = rhs.Lock(); in JsiRef() 121 return *this; in operator =() 129 return *this; in operator =() 175 value_.SetWeakCallback(this, Reset); in JsiWeak() 180 value_.SetWeakCallback(this, Reset); in JsiWeak() 186 value_.SetWeakCallback(this, Reset); in JsiWeak() 193 value_.SetWeakCallback(this, Reset); in operator =() 194 return *this; in operator =() 200 value_.SetWeakCallback(this, Rese in operator =() [all...] |
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | rdb_store_config.h | 4 * you may not use this file except in compliance with the License. 209 if (this->customScalarFunctions.size() != config.customScalarFunctions.size()) { in operator ==() 213 auto iter1 = this->customScalarFunctions.begin(); in operator ==() 215 for (; iter1 != this->customScalarFunctions.end(); ++iter1, ++iter2) { in operator ==() 221 return this->path_ == config.path_ && this->storageMode_ == config.storageMode_ && in operator ==() 222 this->journalMode_ == config.journalMode_ && this->syncMode_ == config.syncMode_ && in operator ==() 223 this->databaseFileType == config.databaseFileType && IsEncrypt() == config.IsEncrypt() && in operator ==() 224 this in operator ==() [all...] |
/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | audio_timer.h | 4 * you may not use this file except in compliance with the License. 36 timerLoop = std::thread([this] { this->TimerLoopFunc(); }); in AudioTimer() 96 [this] { return CheckTimerStopped(); })) { in TimerLoopFunc() 102 timerCtrl.wait(lck, [this] { return CheckTimerStarted(); }); in TimerLoopFunc() 110 return this->isTimerStarted; in CheckTimerStarted() 115 return !this->isTimerStarted; in CheckTimerStopped()
|
/foundation/filemanagement/dfs_service/utils/inner_api/ |
H A D | fdsan.h | 4 * you may not use this file except in compliance with the License. 32 *this = std::move(move); in fdsan_fd() 43 if (this == &move) { in operator =() 44 return *this; in operator =() 53 return *this; in operator =() 80 return reinterpret_cast<uint64_t>(this); in tag()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 4 * you may not use this file except in compliance with the License. 82 this->minVal = min; in Range() 83 this->maxVal = max; in Range() 85 this->minVal = 0; in Range() 86 this->maxVal = 0; in Range() 97 int32_t minCmp = this->minVal > min ? this->minVal : min; in Intersect() 98 int32_t maxCmp = this->maxVal < max ? this->maxVal : max; in Intersect() 99 return this in Intersect() [all...] |
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.h | 4 * you may not use this file except in compliance with the License. 303 [this](const AVControlCommand& cmd) { HandleOnPlay(cmd); }}, 305 [this](const AVControlCommand& cmd) { HandleOnPause(cmd); }}, 307 [this](const AVControlCommand& cmd) { HandleOnStop(cmd); }}, 309 [this](const AVControlCommand& cmd) { HandleOnPlayNext(cmd); }}, 311 [this](const AVControlCommand& cmd) { HandleOnPlayPrevious(cmd); }}, 313 [this](const AVControlCommand& cmd) { HandleOnFastForward(cmd); }}, 315 [this](const AVControlCommand& cmd) { HandleOnRewind(cmd); }}, 317 [this](const AVControlCommand& cmd) { HandleOnSeek(cmd); }}, 319 [this](cons [all...] |
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
H A D | future.h | 4 * you may not use this file except in compliance with the License. 38 std::unique_lock lk(this->m_mtx); 46 return m_cv.wait_for(lk, waitTime, [this] { return get_derived().has_value(); }) ? future_status::ready : 54 return m_cv.wait_until(lk, tp, [this] { return get_derived().has_value(); }) ? future_status::ready : 61 m_cv.wait(lk, [this] { return get_derived().has_value(); }); 70 return *static_cast<const Derived*>(this); in get_derived() 79 std::unique_lock<mutex> lk(this->m_mtx); 82 this->m_cv.notify_all(); 88 std::unique_lock<mutex> lk(this->m_mtx); 91 this [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/ |
H A D | element.h | 4 * you may not use this file except in compliance with the License. 32 if (this->bundleName == other.bundleName && this->moduleName == other.moduleName in operator ==() 33 && this->abilityName == other.abilityName && this->extensionName == other.extensionName) { in operator ==()
|
/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dcamera_index.h | 4 * you may not use this file except in compliance with the License. 30 return this->devId_ == index.devId_ && this->dhId_ == index.dhId_; in operator ==() 35 return (this->devId_ + this->dhId_) < (index.devId_ + index.dhId_); in operator <()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 4 * you may not use this file except in compliance with the License. 108 return interface_cast<InterfaceType>(this->ObjectRef()); \ 119 return interface_pointer_cast<ConvertibleType>(this->ObjectRef()); \ 123 return interface_pointer_cast<ConvertibleType>(this->ObjectRef()); \ 127 return interface_pointer_cast<ConvertibleType>(this->ObjectRef()); \ 131 return interface_pointer_cast<ConvertibleType>(this->ObjectRef()); \ 165 * @brief Initializes this object with a given IObject::Ptr. 170 * what this object expects), false otherwise. 188 * @brief Resets the underlying IObject::Ptr, effectively returning this object to its 234 return *this; [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_utils_bridge.h | 4 * you may not use this file except in compliance with the License. 86 value_.SetWeakCallback(this, Reset, nullptr); in JsWeak() 91 value_.SetWeakCallback(this, Reset, nullptr); in JsWeak() 97 value_.SetWeakCallback(this, Reset, nullptr); in JsWeak() 104 value_.SetWeakCallback(this, Reset, nullptr); in operator =() 105 return *this; in operator =() 111 value_.SetWeakCallback(this, Reset, nullptr); in operator =() 112 return *this; in operator =() 119 value_.SetWeakCallback(this, Reset, nullptr); in operator =() 122 return *this; in operator =() [all...] |
/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_my_flag.h | 4 * you may not use this file except in compliance with the License. 41 this->tokenId = tokenId; in TokenInfo() 42 this->tokenType = tokenType; in TokenInfo() 43 this->processName = processName; in TokenInfo() 44 this->bundleName = bundleName; in TokenInfo()
|