Home
last modified time | relevance | path

Searched refs:sharedNativeRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h179 std::shared_ptr<NativeReference>&& sharedNativeRef);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1450 std::shared_ptr<NativeReference>&& sharedNativeRef) in FreeNativeReference() argument
1452 if (uniqueNativeRef == nullptr && sharedNativeRef == nullptr) { in FreeNativeReference()
1479 if (sharedNativeRef != nullptr) { in FreeNativeReference()
1480 cb->sharedNativeRef_ = std::move(sharedNativeRef); in FreeNativeReference()