Home
last modified time | relevance | path

Searched refs:GetRef (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_misc_drawable_test.cpp152 property->GetRef() = drawCmdList;
156 property->GetRef() = std::make_shared<Drawing::DrawCmdList>(1, 1);
261 property->GetRef() = drawCmdList;
304 property->GetRef() = drawCmdList;
353 property->GetRef() = drawCmdList;
H A Drs_property_drawable_background_test.cpp392 property->GetRef() = drawCmdList;
400 property2->GetRef() = drawCmdList;
405 property3->GetRef() = drawCmdList;
410 property4->GetRef() = drawCmdList;
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Devent_manager.h55 napi_ref GetRef() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_drawing_render_node_test.cpp107 property->GetRef() = drawCmdList;
173 property->GetRef() = drawCmdList;
226 property->GetRef() = drawCmdList;
459 property1->GetRef() = drawCmdList;
H A Drs_canvas_render_node_test.cpp342 propertyTwo->GetRef() = drawCmdList;
H A Drs_render_node_test.cpp2157 frameModifier->property_->GetRef() = std::make_shared<Drawing::DrawCmdList>(10, 10);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp163 auto& cmds = property_->GetRef(); in Apply()
453 …context.properties_.Set##MODIFIER_NAME(renderProperty->GetRef()); …
459 …renderProperty->Set(property->GetRef()); …
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp472 if (context && context->GetManager() && !context->GetManager()->GetRef()) { in Register()
487 if (context->GetManager()->GetRef()) { in Unregister()
488 NapiUtils::DeleteReference(theEnv, context->GetManager()->GetRef()); in Unregister()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dsystempasteboard_napi.h55 napi_ref GetRef() in GetRef() function
88 napi_ref GetRef() in GetRef() function
H A Dpastedata_record_napi.h50 napi_ref GetRef() in GetRef() function
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Devent_manager.cpp131 napi_ref EventManager::GetRef() const in GetRef() function in OHOS::NetManagerStandard::EventManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp186 if (const auto& drawCmdList = property->GetRef()) { in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h203 T& GetRef() in GetRef() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp72 auto ref = pasteboardDataWorker->observer->GetRef(); in UvQueueWorkOnPasteboardChanged()
157 auto ref = pasteboardDelayWorker->delayGetter->GetRef(); in UvQueueWorkGetDelayPasteData()
H A Dnapi_pastedata_record.cpp569 auto ref = entryGetterWork->entryGetter->GetRef(); in UvWorkGetRecordByEntryGetter()