Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_call_test.cpp260 * @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 Dmock_distributed_sched.cpp175 int32_t MockDistributedSched::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h75 int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName &element,
H A Ddistributed_sched_service_first_test.cpp1534 * @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 Ddistributed_sched_continuation_test.cpp1783 * @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 Dmock_distributed_sched.h193 int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject> &connect, const AppExecFwk::ElementName &element,
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h150 virtual int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName &element,
H A Ddistributed_sched_proxy.h85 int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName &element,
H A Ddistributed_sched_service.h182 int32_t ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, const AppExecFwk::ElementName &element,
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp855 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 Ddistributed_sched_stub.cpp1394 int32_t result = ReleaseAbilityFromRemote(connect, *element, callerInfo); in ReleaseAbilityFromRemoteInner()
H A Ddistributed_sched_service.cpp2035 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()

Completed in 23 milliseconds