Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dcaller_callback.h46 onRelease_ = onRelease; in SetOnRelease()
61 if (onRelease_) { in InvokeOnRelease()
62 onRelease_(key); in InvokeOnRelease()
88 OnReleaseClosure onRelease_ = {}; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dcaller_call_back_ut_test.cpp72 EXPECT_TRUE(callerCallBack.onRelease_ == nullptr);
77 EXPECT_TRUE(callerCallBack.onRelease_ != nullptr);