Home
last modified time | relevance | path

Searched refs:resource_ (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h41 bool isExternalResource) : env_(env), resource_(env->GetEcmaVm(), resourceObject) in NativeAsyncHookContext()
47 resource_.SetWeak(); in NativeAsyncHookContext()
48 resource_.SetWeakCallback(reinterpret_cast<void*>(this), FreeGlobalCallBack, NativeFinalizeCallBack); in NativeAsyncHookContext()
60 resource_.FreeGlobalHandleAddr(); in ~NativeAsyncHookContext()
68 that->resource_.FreeGlobalHandleAddr(); in FreeGlobalCallBack()
87 auto callbackScope = callbackScopeManager->Open(env_, resource_.ToLocal(), GetAsyncIdInfo()); in OpenCallbackScope()
98 resource_ = resource; in EnsureReference()
129 panda::Global<panda::ObjectRef> resource_; member in NativeAsyncHookContext
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_source_napi.h100 ImageResource resource_; member in OHOS::Media::ImageSourceNapi
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp2776 resource_.type = resource.type; in SetImageResource()
2777 resource_.fd = resource.fd; in SetImageResource()
2778 resource_.path = resource.path; in SetImageResource()
2779 resource_.buffer = resource.buffer; in SetImageResource()
2780 resource_.bufferSize = resource.bufferSize; in SetImageResource()
2785 return resource_; in GetImageResource()

Completed in 6 milliseconds