/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_distributed_sched.cpp | 169 int32_t MockDistributedSched::StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, in StartAbilityByCallFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 73 …int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& con…
|
H A D | distributed_sched_service_first_test.cpp | 1423 int ret = mockDms->StartAbilityByCallFromRemote(want, connect, callerInfo, accountInfo); 1450 int ret = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(want, connect, 1484 int ret = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(want, connect, 1515 int ret = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(want, connect,
|
H A D | distributed_sched_call_test.cpp | 207 int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(mockWant, 532 int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(want,
|
H A D | distributed_sched_continuation_test.cpp | 1764 int32_t ret = proxy->StartAbilityByCallFromRemote(*spWant, nullptr, callerInfo, accountInfo); 1796 …int32_t ret = proxy->StartAbilityByCallFromRemote(*spWant, GetDSchedService(), callerInfo, account…
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_distributed_sched.h | 188 …int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want &want, const sptr<IRemoteObject> &con… in StartAbilityByCallFromRemote() function
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_proxy.h | 83 …int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& con…
|
H A D | distributed_sched_interface.h | 148 …virtual int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObje…
|
H A D | distributed_sched_service.h | 178 …int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& con…
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 806 int32_t DistributedSchedProxy::StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, in StartAbilityByCallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
|
H A D | distributed_sched_service.cpp | 1554 …int32_t result = remoteDms->StartAbilityByCallFromRemote(remoteWant, connect, callerInfo, accountI… in TryStartRemoteAbilityByCall() 1773 int32_t DistributedSchedService::StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, in StartAbilityByCallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
|
H A D | distributed_sched_stub.cpp | 1321 int32_t result = StartAbilityByCallFromRemote(*want, connect, callerInfo, accountInfo); in StartAbilityByCallFromRemoteInner()
|