Home
last modified time | relevance | path

Searched refs:ReleaseAbilityFromRemote (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_call_test.cpp279 int32_t result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
286 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
315 int32_t result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
322 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
329 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
336 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
343 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
650 …int32_t result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(mockCallbackWrapp…
H A Dmock_distributed_sched.cpp175 int32_t MockDistributedSched::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h75 …int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName…
H A Ddistributed_sched_service_first_test.cpp1561 …int32_t result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(connect, element,…
1570 …result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(connect, element, callerI…
1581 …result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(connect, element, callerI…
1608 …int32_t result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(connect, element,…
H A Ddistributed_sched_continuation_test.cpp1820 int32_t ret = proxy->ReleaseAbilityFromRemote(nullptr, element, callerInfo);
1846 int32_t ret = proxy->ReleaseAbilityFromRemote(GetDSchedService(), element, callerInfo);
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_distributed_sched.h193 …int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject> &connect, const AppExecFwk::ElementName… in ReleaseAbilityFromRemote() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_proxy.h85 …int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName…
H A Ddistributed_sched_interface.h150 …virtual int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::Ele…
H A Ddistributed_sched_service.h180 …int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp851 int32_t DistributedSchedProxy::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
H A Ddistributed_sched_service.cpp1764 int32_t result = remoteDms->ReleaseAbilityFromRemote(connect, element, callerInfo); in ReleaseRemoteAbility()
1830 int32_t DistributedSchedService::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
H A Ddistributed_sched_stub.cpp1347 int32_t result = ReleaseAbilityFromRemote(connect, *element, callerInfo); in ReleaseAbilityFromRemoteInner()