/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/ |
H A D | filter_blur_para.h | 4 * you may not use this file except in compliance with the License. 26 this->type_ = FilterPara::ParaType::BLUR; in FilterBlurPara()
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/include/ |
H A D | svc_death_recipient_lite.h | 4 * you may not use this file except in compliance with the License.
31 object->RemoveDeathRecipient(this);
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_daemon_kit_inner/ |
H A D | svc_death_recipient.h | 4 * you may not use this file except in compliance with the License. 32 object->RemoveDeathRecipient(this);
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/ |
H A D | svc_death_recipient.h | 4 * you may not use this file except in compliance with the License. 32 object->RemoveDeathRecipient(this);
|
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/ |
H A D | svc_death_recipient.h | 4 * you may not use this file except in compliance with the License. 29 object->RemoveDeathRecipient(this);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | base_impl.h | 4 * you may not use this file except in compliance with the License. 43 return (IsInstanceOf<T>()) ? reinterpret_cast<T*>(this) : nullptr; in DowncastingTo()
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | mouse_event.h | 4 * you may not use this file except in compliance with the License. 306 return *this; in SetGlobalLocation() 311 return *this; in SetLocalLocation() 317 return *this; in SetScreenLocation() 377 return *this; in SetGlobalLocation() 382 return *this; in SetLocalLocation() 388 return *this; in SetScreenLocation()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unique_ptr.h | 4 * you may not use this file except in compliance with the License. 109 // if E is a reference type, this deleter is copy constructed from u's deleter 114 // if E is a non-reference type, this D is move constructed from u's D 159 return *this; 166 return *this; 174 return *this; 254 // if E is a reference type, this deleter is copy constructed from u's deleter 259 // if E is a non-reference type, this D is move constructed from u's D 311 return *this; 318 return *this; [all...] |
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 4 * you may not use this file except in compliance with the License. 188 return *this; in operator =() 195 return *this; in operator +=() 202 return *this; in operator -=() 449 return *this; in operator =() 533 T det = this->Determinant(); in Inverse() 535 return Matrix3<T>(*this); in Inverse() 539 const T* data = this->data_; in Inverse() 718 return *this; in operator =() 827 T det = this in Inverse() [all...] |
/foundation/ability/idl_tool/test/ts/common/ |
H A D | idl_common.h | 4 * you may not use this file except in compliance with the License. 101 this->tsCodeGen_ = std::make_shared<TsCodeEmitter>(metadata.get()); in Ready() 102 this->tsCodeGen_->SetDirectory(options.GetGenerationDirectory()); in Ready()
|
/foundation/ability/idl_tool/test/rust/common/ |
H A D | idl_common.h | 4 * you may not use this file except in compliance with the License. 101 this->rustCodeGen_ = std::make_shared<RustCodeEmitter>(metadata.get()); in Ready() 102 this->rustCodeGen_->SetDirectory(options.GetGenerationDirectory()); in Ready()
|
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | circular_buffer.h | 4 * you may not use this file except in compliance with the License. 161 if (this == ©) { in operator =() 162 return *this; in operator =()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | offset_t.h | 4 * you may not use this file except in compliance with the License. 126 return *this; in operator +=() 133 return *this; in operator -=()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | offset.h | 4 * you may not use this file except in compliance with the License. 135 return *this; in operator +=() 142 return *this; in operator -=()
|
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/ |
H A D | silent_install_callback.h | 4 * you may not use this file except in compliance with the License.
86 return (this->*handleOnActionEventFunc_)();
92 return (this->*handleOnErrorFunc_)();
|
/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | type_info_base.h | 4 * you may not use this file except in compliance with the License. 56 return id == TypeId() ? reinterpret_cast<uintptr_t>(this) : TrySafeCastById<__VA_ARGS__>(id); \ 70 // Define the base class, inherit this class to support partial 'RTTI' feature. 82 return id == TypeId() ? reinterpret_cast<uintptr_t>(this) : 0; in SafeCastById()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | safe_area_insets.h | 4 * you may not use this file except in compliance with the License. 99 return !(*this == other); in operator !=() 143 return !(*this == other); in operator !=()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | root_view.h | 4 * you may not use this file except in compliance with the License. 153 onKeyActListener_->OnKeyAct(*this, event); in OnKeyEvent() 194 * @return Returns <b>true</b> if this view is normally displayed upon an input event triggered by a 212 onVirtualEventListener_->OnVirtualDeviceEvent(*this, event); in OnVirtualDeviceEvent()
|
/foundation/arkui/advanced_ui_component/navpushpathhelper/include/ |
H A D | silent_install_callback.h | 4 * you may not use this file except in compliance with the License. 86 return (this->*handleOnActionEventFunc_)(); 92 return (this->*handleOnErrorFunc_)();
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | array_element_bind.h | 4 * you may not use this file except in compliance with the License. 44 (uintptr_t)this); in ArrayElementBind() 49 p->OnChanged()->RemoveHandler((uintptr_t)this); in ~ArrayElementBind()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.h | 4 * you may not use this file except in compliance with the License. 60 return this; in Ref() 66 delete this; in UnRef()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | scoped_handle.h | 5 * you may not use this file except in compliance with the License. 67 if (&other != this) { 78 return *this;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | text_blob.h | 4 * you may not use this file except in compliance with the License. 80 return this->isEmoji; in IsEmoji() 84 this->isEmoji = emoji; in SetEmoji()
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | AnimationJS.h | 4 * you may not use this file except in compliance with the License. 51 status = napi_create_threadsafe_function(env, nullptr, nullptr, name, 1, 1, this, &ThreadSafeCallback::Final, in ThreadSafeCallback() 52 this, &ThreadSafeCallback::Call, &termfun); in ThreadSafeCallback()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | quaternion.h | 4 * you may not use this file except in compliance with the License. 95 return *this; in operator /=() 114 return !(*this == rhs); in operator !=()
|