Home
last modified time | relevance | path

Searched refs:scoped (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty_handle_util.h34 if (auto scoped = ScopedHandle<T>(&handle); scoped) { in CORE_BEGIN_NAMESPACE() local
35 scoped.data_ = reinterpret_cast<decltype(scoped.data_)>( in CORE_BEGIN_NAMESPACE()
36 reinterpret_cast<uintptr_t>(scoped.data_) + metaData.offset); in CORE_BEGIN_NAMESPACE()
37 return scoped; in CORE_BEGIN_NAMESPACE()
59 if (auto scoped = MakeScopedHandle<BaseT>(handle, propertyName, propertyType); scoped) { in SetPropertyValue() local
60 *scoped = BASE_NS::forward<T>(propertyValue); in SetPropertyValue()
78 if (auto scoped = MakeScopedHandle<const BaseT>(handle, propertyName, propertyType); scoped) { in GetPropertyValue() local
79 return *scoped; in GetPropertyValue()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_stack_processor_test_ng.cpp162 auto scoped = std::make_shared<ScopedViewStackProcessor>(); variable
163 EXPECT_NE(scoped->instance_, nullptr);
164 scoped = nullptr;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp450 AceScopedPerformanceCheck scoped(functionName); in ExecuteDisappear() local
497 AceScopedPerformanceCheck scoped(functionName); in ExecuteAboutToBeDeleted() local
571 AceScopedPerformanceCheck scoped(functionName); in ExecuteFunction() local
587 AceScopedPerformanceCheck scoped(functionName); in ExecuteFunctionWithReturn() local