/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_call_test.cpp | 279 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 D | mock_distributed_sched.cpp | 175 int32_t MockDistributedSched::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 75 …int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName…
|
H A D | distributed_sched_service_first_test.cpp | 1561 …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 D | distributed_sched_continuation_test.cpp | 1820 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 D | mock_distributed_sched.h | 193 …int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject> &connect, const AppExecFwk::ElementName… in ReleaseAbilityFromRemote() function
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_proxy.h | 85 …int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName…
|
H A D | distributed_sched_interface.h | 150 …virtual int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::Ele…
|
H A D | distributed_sched_service.h | 180 …int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName…
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 851 int32_t DistributedSchedProxy::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
|
H A D | distributed_sched_service.cpp | 1764 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 D | distributed_sched_stub.cpp | 1347 int32_t result = ReleaseAbilityFromRemote(connect, *element, callerInfo); in ReleaseAbilityFromRemoteInner()
|