Home
last modified time | relevance | path

Searched refs:this (Results 276 - 300 of 724) sorted by relevance

1...<<11121314151617181920>>...29

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_blur_para.h4 * 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 Dsvc_death_recipient_lite.h4 * 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 Dsvc_death_recipient.h4 * 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 Dsvc_death_recipient.h4 * 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 Dsvc_death_recipient.h4 * 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 Dbase_impl.h4 * 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 Dmouse_event.h4 * 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 Dunique_ptr.h4 * 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 Dgraphic_math.h4 * 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 Didl_common.h4 * 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 Didl_common.h4 * 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 Dcircular_buffer.h4 * you may not use this file except in compliance with the License.
161 if (this == &copy) { in operator =()
162 return *this; in operator =()
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Doffset_t.h4 * 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 Doffset.h4 * 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 Dsilent_install_callback.h4 * 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 Dtype_info_base.h4 * 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 Dsafe_area_insets.h4 * 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 Droot_view.h4 * 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 Dsilent_install_callback.h4 * 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 Darray_element_bind.h4 * 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 Dnative_buffer_utils.h4 * 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 Dscoped_handle.h5 * 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 Dtext_blob.h4 * 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 DAnimationJS.h4 * 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 Dquaternion.h4 * you may not use this file except in compliance with the License.
95 return *this; in operator /=()
114 return !(*this == rhs); in operator !=()

Completed in 11 milliseconds

1...<<11121314151617181920>>...29