Home
last modified time | relevance | path

Searched refs:DisconnectAbilityFromRemote (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_connect_test.cpp431 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 Dmock_distributed_sched.cpp88 int32_t MockDistributedSched::DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect, in DisconnectAbilityFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h50 int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect,
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_distributed_sched.h98 int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject> &connect, in DisconnectAbilityFromRemote() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_proxy.h56 int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect,
H A Ddistributed_sched_interface.h98 virtual int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect,
H A Ddistributed_sched_service.h143 int32_t DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp365 int32_t DistributedSchedProxy::DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect, in DisconnectAbilityFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
H A Ddistributed_sched_service.cpp2194 …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 Ddistributed_sched_stub.cpp838 int32_t result = DisconnectAbilityFromRemote(connect, uid, sourceDeviceId); in DisconnectAbilityFromRemoteInner()