Home
last modified time | relevance | path

Searched refs:NotifyProcessDiedFromRemote (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/form_fwk/test/mock/include/
H A Dmock_distributed_sched.h103 int32_t NotifyProcessDiedFromRemote(const CallerInfo &callerInfo) override
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h100 virtual int32_t NotifyProcessDiedFromRemote(const CallerInfo& callerInfo) = 0;
H A Ddistributed_sched_proxy.h58 int32_t NotifyProcessDiedFromRemote(const CallerInfo& callerInfo) override;
H A Ddistributed_sched_service.h147 int32_t NotifyProcessDiedFromRemote(const CallerInfo& callerInfo) override;
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_distributed_sched.cpp94 int32_t MockDistributedSched::NotifyProcessDiedFromRemote(const CallerInfo& callerInfo) in NotifyProcessDiedFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h52 int32_t NotifyProcessDiedFromRemote(const CallerInfo& callerInfo) override;
H A Ddistributed_sched_service_first_test.cpp1314 * @tc.desc: call NotifyProcessDiedFromRemote when sourceDeviceId == sourceDeviceId.
1351 * @tc.steps: step1. call NotifyProcessDiedFromRemote when sourceDeviceId == sourceDeviceId. in HWTEST_F()
1368 int32_t result = DistributedSchedService::GetInstance().NotifyProcessDiedFromRemote(callerInfo); in HWTEST_F()
1371 * @tc.steps: step2. call NotifyProcessDiedFromRemote when sourceDeviceId != sourceDeviceId. in HWTEST_F()
1374 result = DistributedSchedService::GetInstance().NotifyProcessDiedFromRemote(callerInfo); in HWTEST_F()
H A Ddistributed_sched_continuation_test.cpp1629 * @tc.desc: call dms proxy NotifyProcessDiedFromRemote
1642 int32_t ret = proxy->NotifyProcessDiedFromRemote(callerInfo); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp391 int32_t DistributedSchedProxy::NotifyProcessDiedFromRemote(const CallerInfo& callerInfo) in NotifyProcessDiedFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
393 HILOGD("DistributedSchedProxy::NotifyProcessDiedFromRemote called"); in NotifyProcessDiedFromRemote()
396 HILOGE("NotifyProcessDiedFromRemote remote is null"); in NotifyProcessDiedFromRemote()
H A Ddistributed_sched_stub.cpp900 int32_t result = NotifyProcessDiedFromRemote(callerInfo); in NotifyProcessDiedFromRemoteInner()
H A Ddistributed_sched_service.cpp2554 int32_t DistributedSchedService::NotifyProcessDiedFromRemote(const CallerInfo& callerInfo) in NotifyProcessDiedFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
2556 HILOGI("NotifyProcessDiedFromRemote called"); in NotifyProcessDiedFromRemote()
2566 HILOGI("NotifyProcessDiedFromRemote erase connection success"); in NotifyProcessDiedFromRemote()
2766 int32_t result = remoteDms->NotifyProcessDiedFromRemote(callerInfo); in NotifyProcessDied()

Completed in 21 milliseconds