Home
last modified time | relevance | path

Searched refs:OnInstallFinishedInner (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_free_install_callback_stub.cpp30 &DmsFreeInstallCallbackStub::OnInstallFinishedInner; in DmsFreeInstallCallbackStub()
33 int32_t DmsFreeInstallCallbackStub::OnInstallFinishedInner(MessageParcel& data, MessageParcel& reply) in OnInstallFinishedInner() function in OHOS::DistributedSchedule::DmsFreeInstallCallbackStub
/foundation/ability/form_fwk/services/src/
H A Dfree_install_status_callback_stub.cpp26 int32_t FreeInstallStatusCallBackStub::OnInstallFinishedInner(MessageParcel &data, MessageParcel &reply) in OnInstallFinishedInner() function in OHOS::AppExecFwk::FreeInstallStatusCallBackStub
53 return OnInstallFinishedInner(data, reply); in OnRemoteRequest()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dfree_install_observer_stub.cpp30 int FreeInstallObserverStub::OnInstallFinishedInner(MessageParcel &data, MessageParcel &reply) in OnInstallFinishedInner() function in OHOS::AbilityRuntime::FreeInstallObserverStub
63 return OnInstallFinishedInner(data, reply); in OnRemoteRequest()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Datomic_service_status_callback_stub.cpp25 int AtomicServiceStatusCallbackStub::OnInstallFinishedInner(MessageParcel &data, MessageParcel &reply) in OnInstallFinishedInner() function in OHOS::AAFwk::AtomicServiceStatusCallbackStub
67 return OnInstallFinishedInner(data, reply); in OnRemoteRequest()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dfree_install_observer_stub.h61 * OnInstallFinishedInner, inner processing method for OnInstallFinished.
67 int OnInstallFinishedInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/form_fwk/services/include/
H A Dfree_install_status_callback_stub.h41 int32_t OnInstallFinishedInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Datomic_service_status_callback_stub.h41 int OnInstallFinishedInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddms_free_install_callback_stub.h41 int32_t OnInstallFinishedInner(MessageParcel& data, MessageParcel& reply);
/foundation/ability/form_fwk/test/fuzztest/formutil_fuzzer/
H A Dformutil_fuzzer.cpp82 freeInstallStatusCallBackStubFuzzTest.OnInstallFinishedInner(datas, reply); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp794 EXPECT_EQ(ERR_INVALID_VALUE, mockFreeInstallStatusCallBackStub.OnInstallFinishedInner(data, reply)); in HWTEST_F()

Completed in 5 milliseconds