Home
last modified time | relevance | path

Searched refs:OnDeviceCancel (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Dapp_device_callback_stub.cpp63 int32_t result = OnDeviceCancel(); in OnRemoteRequest()
87 int32_t AppDeviceCallbackStub::OnDeviceCancel() in OnDeviceCancel() function in OHOS::DistributedSchedule::AppDeviceCallbackStub
90 return DistributedAbilityManagerService::GetInstance().OnDeviceCancel(); in OnDeviceCancel()
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/continuation_manager/
H A Dapp_device_callback_interface.h36 virtual int32_t OnDeviceCancel() = 0;
H A Dapp_device_callback_stub.h44 int32_t OnDeviceCancel() override;
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/
H A Ddistributed_ability_manager_service.h56 int32_t OnDeviceCancel();
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_service.cpp479 int32_t DistributedAbilityManagerService::OnDeviceCancel() in OnDeviceCancel() function in OHOS::DistributedSchedule::DistributedAbilityManagerService
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/
H A Ddistributed_ability_manager_service_test.cpp865 * @tc.desc: test OnDeviceCancel
872 int32_t ret = dtbabilitymgrService_->OnDeviceCancel(); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
H A Dcontinuation_manager_test.cpp1839 * @tc.desc: test OnDeviceConnect, OnDeviceDisconnect and OnDeviceCancel.
1858 * @tc.steps: step3. test OnDeviceCancel in HWTEST_F()
1860 ret = appDeviceCallbackStub.OnDeviceCancel(); in HWTEST_F()

Completed in 8 milliseconds