/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_connect_test.cpp | 431 DistributedSchedService::GetInstance().DisconnectAbilityFromRemote(connect, 953 … int32_t ret = DistributedSchedService::GetInstance().DisconnectAbilityFromRemote(nullptr, 0, ""); 968 … int32_t ret = DistributedSchedService::GetInstance().DisconnectAbilityFromRemote(connect, 0, ""); 985 …int32_t ret = DistributedSchedService::GetInstance().DisconnectAbilityFromRemote(connect, 0, devic… 1016 int32_t ret = DistributedSchedService::GetInstance().DisconnectAbilityFromRemote( 1355 int32_t ret = proxy->DisconnectAbilityFromRemote(connect, 0, ""); 1388 int32_t ret = proxy->DisconnectAbilityFromRemote(nullptr, 0, "");
|
H A D | mock_distributed_sched.cpp | 88 int32_t MockDistributedSched::DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect, in DisconnectAbilityFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 50 int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect,
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_distributed_sched.h | 98 int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject> &connect, in DisconnectAbilityFromRemote() function
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_proxy.h | 56 int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect,
|
H A D | distributed_sched_interface.h | 98 virtual int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect,
|
H A D | distributed_sched_service.h | 143 int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 365 int32_t DistributedSchedProxy::DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect, in DisconnectAbilityFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
|
H A D | distributed_sched_service.cpp | 2194 …int32_t result = remoteDms->DisconnectAbilityFromRemote(connect, IPCSkeleton::GetCallingUid(), loc… in DisconnectEachRemoteAbilityLocked() 2240 int32_t DistributedSchedService::DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect, in DisconnectAbilityFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
|
H A D | distributed_sched_stub.cpp | 838 int32_t result = DisconnectAbilityFromRemote(connect, uid, sourceDeviceId); in DisconnectAbilityFromRemoteInner()
|