Home
last modified time | relevance | path

Searched refs:ReleaseAbility (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_adapter.h55 …int32_t ReleaseAbility(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName &element);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_call_test.cpp365 int32_t result = DistributedSchedAdapter::GetInstance().ReleaseAbility(callbackWrapper,
371 result = DistributedSchedAdapter::GetInstance().ReleaseAbility(mockCallbackWrapper,
377 result = DistributedSchedAdapter::GetInstance().ReleaseAbility(callbackWrapper,
383 result = DistributedSchedAdapter::GetInstance().ReleaseAbility(callbackWrapper,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_adapter.cpp226 int32_t DistributedSchedAdapter::ReleaseAbility(const sptr<IRemoteObject>& connect, in ReleaseAbility() function in OHOS::DistributedSchedule::DistributedSchedAdapter
H A Ddistributed_sched_service.cpp1443 … int32_t result = DistributedSchedAdapter::GetInstance().ReleaseAbility(callbackWrapper, element); in ProcessCallerDied()
1864 … int32_t result = DistributedSchedAdapter::GetInstance().ReleaseAbility(callbackWrapper, element); in ReleaseAbilityFromRemote()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/mock/include/
H A Dmock_ability_mgr_host.h408 …virtual int ReleaseAbility(const sptr<IAbilityConnection> &connect, const AppExecFwk::ElementName … in ReleaseAbility() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_ability_mgr_host.h69 virtual int ReleaseAbility( in ReleaseAbility() function