/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_misc_drawable_test.cpp | 152 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 D | rs_property_drawable_background_test.cpp | 392 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 D | event_manager.h | 55 napi_ref GetRef() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_drawing_render_node_test.cpp | 107 property->GetRef() = drawCmdList; 173 property->GetRef() = drawCmdList; 226 property->GetRef() = drawCmdList; 459 property1->GetRef() = drawCmdList;
|
H A D | rs_canvas_render_node_test.cpp | 342 propertyTwo->GetRef() = drawCmdList;
|
H A D | rs_render_node_test.cpp | 2157 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 D | rs_render_modifier.cpp | 163 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 D | connection_module.cpp | 472 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 D | systempasteboard_napi.h | 55 napi_ref GetRef() in GetRef() function 88 napi_ref GetRef() in GetRef() function
|
H A D | pastedata_record_napi.h | 50 napi_ref GetRef() in GetRef() function
|
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | event_manager.cpp | 131 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 D | rs_misc_drawable.cpp | 186 if (const auto& drawCmdList = property->GetRef()) { in OnUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_property.h | 203 T& GetRef() in GetRef() function
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_systempasteboard.cpp | 72 auto ref = pasteboardDataWorker->observer->GetRef(); in UvQueueWorkOnPasteboardChanged() 157 auto ref = pasteboardDelayWorker->delayGetter->GetRef(); in UvQueueWorkGetDelayPasteData()
|
H A D | napi_pastedata_record.cpp | 569 auto ref = entryGetterWork->entryGetter->GetRef(); in UvWorkGetRecordByEntryGetter()
|