/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_call_test.cpp | 260 * @tc.desc: Call ReleaseAbilityFromRemote with illegal parameter
279 int32_t result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
in HWTEST_F() 286 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
in HWTEST_F() 295 * @tc.desc: Call ReleaseAbilityFromRemote with illegal callerInfo
315 int32_t result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
in HWTEST_F() 322 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
in HWTEST_F() 329 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
in HWTEST_F() 336 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
in HWTEST_F() 343 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(callback,
in HWTEST_F() 631 * @tc.desc: Call ReleaseAbilityFromRemote wit [all...] |
H A D | mock_distributed_sched.cpp | 175 int32_t MockDistributedSched::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 75 int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName &element,
|
H A D | distributed_sched_service_first_test.cpp | 1534 * @tc.desc: call ReleaseAbilityFromRemote 1546 * @tc.steps: step1. call ReleaseAbilityFromRemote when callerInfo.sourceDeviceId is empty. in HWTEST_F() 1547 * @tc.expected: step1. ReleaseAbilityFromRemote return INVALID_REMOTE_PARAMETERS_ERR in HWTEST_F() 1549 int32_t result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(connect, element, callerInfo); in HWTEST_F() 1552 * @tc.steps: step2. call ReleaseAbilityFromRemote when localDeviceId == callerInfo.sourceDeviceId. in HWTEST_F() 1553 * @tc.expected: step2. ReleaseAbilityFromRemote return INVALID_REMOTE_PARAMETERS_ERR in HWTEST_F() 1558 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(connect, element, callerInfo); in HWTEST_F() 1561 * @tc.steps: step3. call ReleaseAbilityFromRemote when itConnect == calleeMap_.end(). in HWTEST_F() 1562 * @tc.expected: step3. ReleaseAbilityFromRemote return INVALID_REMOTE_PARAMETERS_ERR in HWTEST_F() 1569 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemote(connec in HWTEST_F() [all...] |
H A D | distributed_sched_continuation_test.cpp | 1783 * @tc.desc: call dms proxy ReleaseAbilityFromRemote
1800 int32_t ret = proxy->ReleaseAbilityFromRemote(nullptr, element, callerInfo);
in HWTEST_F() 1807 * @tc.desc: call dms proxy ReleaseAbilityFromRemote
1824 int32_t ret = proxy->ReleaseAbilityFromRemote(GetDSchedService(), element, callerInfo);
in HWTEST_F()
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_distributed_sched.h | 193 int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject> &connect, const AppExecFwk::ElementName &element,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 150 virtual int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName &element,
|
H A D | distributed_sched_proxy.h | 85 int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName &element,
|
H A D | distributed_sched_service.h | 182 int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName &element,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 855 int32_t DistributedSchedProxy::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy 859 HILOGE("ReleaseAbilityFromRemote connect is null"); in ReleaseAbilityFromRemote() 865 HILOGE("ReleaseAbilityFromRemote remote is null"); in ReleaseAbilityFromRemote() 874 HILOGE("ReleaseAbilityFromRemote write element error."); in ReleaseAbilityFromRemote()
|
H A D | distributed_sched_stub.cpp | 1394 int32_t result = ReleaseAbilityFromRemote(connect, *element, callerInfo); in ReleaseAbilityFromRemoteInner()
|
H A D | distributed_sched_service.cpp | 2035 int32_t result = remoteDms->ReleaseAbilityFromRemote(connect, element, callerInfo); in ReleaseRemoteAbility() 2101 int32_t DistributedSchedService::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService 2105 HILOGE("ReleaseAbilityFromRemote connect is null"); in ReleaseAbilityFromRemote() 2112 HILOGD("[PerformanceTest] ReleaseAbilityFromRemote begin"); in ReleaseAbilityFromRemote() 2116 HILOGE("ReleaseAbilityFromRemote check deviceId failed"); in ReleaseAbilityFromRemote() 2125 HILOGE("ReleaseAbilityFromRemote callee not found"); in ReleaseAbilityFromRemote() 2136 HILOGD("[PerformanceTest] ReleaseAbilityFromRemote end"); in ReleaseAbilityFromRemote() 2138 HILOGE("ReleaseAbilityFromRemote failed, error: %{public}d", result); in ReleaseAbilityFromRemote()
|