/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> &connect,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 148 virtual int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect,
|
H A D | distributed_sched_proxy.h | 83 int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect,
|
H A D | distributed_sched_service.h | 180 int32_t StartAbilityByCallFromRemote(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect,
|
/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>& connect,
|
H A D | distributed_sched_call_test.cpp | 187 * @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 D | distributed_sched_service_first_test.cpp | 1411 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 D | distributed_sched_continuation_test.cpp | 1723 * @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 D | distributed_sched_proxy.cpp | 810 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 D | distributed_sched_stub.cpp | 1368 int32_t result = StartAbilityByCallFromRemote(*want, connect, callerInfo, accountInfo); in StartAbilityByCallFromRemoteInner()
|
H A D | distributed_sched_service.cpp | 1825 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()
|