Home
last modified time | relevance | path

Searched refs:ConvertCallbackImpl (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dag_convert_callback_impl.h30 * @class ConvertCallbackImpl the implementation of the IConvertCallback
32 class ConvertCallbackImpl : public OHOS::AppDomainVerify::ConvertCallbackStub { class
34 explicit ConvertCallbackImpl(ConvertCallbackTask&& task) : task_(task) {} in ConvertCallbackImpl() function in OHOS::AAFwk::ConvertCallbackImpl
35 virtual ~ConvertCallbackImpl() = default;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dag_convert_callback_impl.cpp22 void ConvertCallbackImpl::OnConvert(int resultCode, AAFwk::Want& want) in OnConvert()
32 void ConvertCallbackImpl::Cancel() in Cancel()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwant_utils.cpp56 sptr<ConvertCallbackImpl> callbackTask = new ConvertCallbackImpl(std::move(task)); in ConvertToExplicitWant()
/foundation/ability/ability_runtime/test/unittest/ag_convert_callback_impl_test/
H A Dag_convert_callback_impl_test.cpp48 auto callbackImpl = std::make_shared<ConvertCallbackImpl>(std::move(task)); in HWTEST_F()

Completed in 2 milliseconds