Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/mock/include/
H A Dmock_distributed_sched.h188 int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want &want, const sptr<IRemoteObject> &connect,
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h148 virtual int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect,
H A Ddistributed_sched_proxy.h83 int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect,
H A Ddistributed_sched_service.h180 int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect,
/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>& connect,
H A Ddistributed_sched_call_test.cpp187 * @tc.desc: Call StartAbilityByCallFromRemote with illegal parameter
207 int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(mockWant, in HWTEST_F()
506 * @tc.desc: Call StartAbilityByCallFromRemote with illegal callback
532 int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(want, in HWTEST_F()
H A Ddistributed_sched_service_first_test.cpp1411 int ret = mockDms->StartAbilityByCallFromRemote(want, connect, callerInfo, accountInfo); in HWTEST_F()
1438 int ret = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(want, connect, in HWTEST_F()
1446 * @tc.desc: call StartAbilityByCallFromRemote
1472 int ret = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(want, connect, in HWTEST_F()
1480 * @tc.desc: call StartAbilityByCallFromRemote
1503 int ret = DistributedSchedService::GetInstance().StartAbilityByCallFromRemote(want, connect, in HWTEST_F()
H A Ddistributed_sched_continuation_test.cpp1723 * @tc.desc: call dms proxy StartAbilityByCallFromRemote
1746 int32_t ret = proxy->StartAbilityByCallFromRemote(*spWant, nullptr, callerInfo, accountInfo); in HWTEST_F()
1753 * @tc.desc: call dms proxy StartAbilityByCallFromRemote
1776 int32_t ret = proxy->StartAbilityByCallFromRemote(*spWant, GetDSchedService(), callerInfo, accountInfo); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp810 int32_t DistributedSchedProxy::StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, in StartAbilityByCallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
814 HILOGE("StartAbilityByCallFromRemote connect is null"); in StartAbilityByCallFromRemote()
820 HILOGE("StartAbilityByCallFromRemote remote is null"); in StartAbilityByCallFromRemote()
H A Ddistributed_sched_stub.cpp1368 int32_t result = StartAbilityByCallFromRemote(*want, connect, callerInfo, accountInfo); in StartAbilityByCallFromRemoteInner()
H A Ddistributed_sched_service.cpp1825 int32_t result = remoteDms->StartAbilityByCallFromRemote(remoteWant, connect, callerInfo, accountInfo); in TryStartRemoteAbilityByCall()
2044 int32_t DistributedSchedService::StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, in StartAbilityByCallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
2047 HILOGD("[PerformanceTest] DistributedSchedService StartAbilityByCallFromRemote begin"); in StartAbilityByCallFromRemote()
2049 HILOGE("StartAbilityByCallFromRemote connect is null"); in StartAbilityByCallFromRemote()
2061 HILOGE("StartAbilityByCallFromRemote check deviceId failed"); in StartAbilityByCallFromRemote()
2081 HILOGD("[PerformanceTest] StartAbilityByCallFromRemote end"); in StartAbilityByCallFromRemote()

Completed in 23 milliseconds