Home
last modified time | relevance | path

Searched refs:ReleaseObject (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DCameraJS.h35 void ReleaseObject(const META_NS::IObject::Ptr&);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_caller_complex.cpp68 static bool ReleaseObject(JsCallerComplex* data) in ReleaseObject() function in OHOS::AbilityRuntime::__anonfbe20f340110::JsCallerComplex
87 ReleaseObject(pdata); in ReleaseObject()
114 ReleaseObject(ptr); in Finalizer()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DCameraJS.cpp66 ReleaseObject(interface_pointer_cast<META_NS::IObject>(ptr)); in DisposeNative()
499 void CameraJS::ReleaseObject(const META_NS::IObject::Ptr& obj) in ReleaseObject() function in CameraJS
H A DPostProcJS.cpp91 cam->ReleaseObject(META_NS::interface_pointer_cast<META_NS::IObject>(post)); in DisposeNative()