Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_distributed_sched.cpp169 int32_t MockDistributedSched::StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, in StartAbilityByCallFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h73 …int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& con…
H A Ddistributed_sched_service_first_test.cpp1423 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 Ddistributed_sched_call_test.cpp207 int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(mockWant,
532 int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(want,
H A Ddistributed_sched_continuation_test.cpp1764 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 Dmock_distributed_sched.h188 …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 Ddistributed_sched_proxy.h83 …int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& con…
H A Ddistributed_sched_interface.h148 …virtual int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObje…
H A Ddistributed_sched_service.h178 …int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& con…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp806 int32_t DistributedSchedProxy::StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, in StartAbilityByCallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
H A Ddistributed_sched_service.cpp1554 …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 Ddistributed_sched_stub.cpp1321 int32_t result = StartAbilityByCallFromRemote(*want, connect, callerInfo, accountInfo); in StartAbilityByCallFromRemoteInner()