Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dcaller_callback.h34 using OnReleaseClosure = std::function<void(const std::string &)>; variable
44 void SetOnRelease(OnReleaseClosure onRelease) in SetOnRelease()
88 OnReleaseClosure onRelease_ = {};
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension_context.cpp577 CallerCallBack::OnReleaseClosure GetReleaseListen() in GetReleaseListen()