Home
last modified time | relevance | path

Searched refs:ProcessCallerDied (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_adapter.h58 void ProcessCallerDied(const sptr<IRemoteObject>& connect, int32_t deviceType);
H A Ddistributed_sched_service.h191 void ProcessCallerDied(const sptr<IRemoteObject>& connect, int32_t deviceType);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_adapter_test.cpp308 distributedSchedAdapter_->ProcessCallerDied(connect, deviceType); in HWTEST_F()
325 distributedSchedAdapter_->ProcessCallerDied(connect, deviceType); in HWTEST_F()
342 distributedSchedAdapter_->ProcessCallerDied(connect, deviceType); in HWTEST_F()
H A Ddistributed_sched_connect_test.cpp1414 * @tc.desc: call ProcessCallerDied
1421 DistributedSchedService::GetInstance().ProcessCallerDied(nullptr, deviceType); in HWTEST_F()
1427 * @tc.desc: call ProcessCallerDied
1435 DistributedSchedService::GetInstance().ProcessCallerDied(connect, deviceType); in HWTEST_F()
1441 * @tc.desc: call ProcessCallerDied
1453 DistributedSchedService::GetInstance().ProcessCallerDied(connect, deviceType); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_adapter.cpp207 void DistributedSchedAdapter::ProcessCallerDied(const sptr<IRemoteObject>& connect, int32_t deviceType) in ProcessCallerDied() function in OHOS::DistributedSchedule::DistributedSchedAdapter
210 HILOGE("ProcessCallerDied dmsAdapterHandler is null"); in ProcessCallerDied()
214 HILOGE("ProcessCallerDied connect is null"); in ProcessCallerDied()
219 DistributedSchedService::GetInstance().ProcessCallerDied(connect, deviceType); in ProcessCallerDied()
222 HILOGE("ProcessCallerDied PostTask failed"); in ProcessCallerDied()
H A Ddistributed_sched_service.cpp1681 void DistributedSchedService::ProcessCallerDied(const sptr<IRemoteObject>& connect, int32_t deviceType) in ProcessCallerDied() function in OHOS::DistributedSchedule::DistributedSchedService
1684 HILOGE("ProcessCallerDied connect is null"); in ProcessCallerDied()
1710 HILOGW("ProcessCallerDied connect not found"); in ProcessCallerDied()
1716 HILOGW("ProcessCallerDied failed, error: %{public}d", result); in ProcessCallerDied()
3111 DistributedSchedAdapter::GetInstance().ProcessCallerDied(remote.promote(), deviceType_); in OnRemoteDied()
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp715 DistributedSchedService::GetInstance().ProcessCallerDied(connect, int32Data); in DisconnectAbilityFromRemoteInnerFuzzTest()

Completed in 16 milliseconds