Home
last modified time | relevance | path

Searched refs:ProcessCalleeDied (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dability_connection_wrapper_stub.cpp101 DistributedSchedAdapter::GetInstance().ProcessCalleeDied(distributedConnection_); in OnAbilityDisconnectDone()
H A Ddistributed_sched_adapter.cpp168 void DistributedSchedAdapter::ProcessCalleeDied(const sptr<IRemoteObject>& connect) in ProcessCalleeDied() function in OHOS::DistributedSchedule::DistributedSchedAdapter
171 HILOGE("ProcessCalleeDied dmsAdapterHandler is null"); in ProcessCalleeDied()
175 HILOGE("ProcessCalleeDied connect is null"); in ProcessCalleeDied()
180 DistributedSchedService::GetInstance().ProcessCalleeDied(connect); in ProcessCalleeDied()
183 HILOGE("ProcessCalleeDied PostTask failed"); in ProcessCalleeDied()
203 HILOGE("ProcessCalleeDied PostTask failed"); in ProcessCallResult()
H A Ddistributed_sched_service.cpp1752 void DistributedSchedService::ProcessCalleeDied(const sptr<IRemoteObject>& connect) in ProcessCalleeDied() function in OHOS::DistributedSchedule::DistributedSchedService
1755 HILOGE("ProcessCalleeDied connect is null"); in ProcessCalleeDied()
1773 HILOGW("ProcessCalleeDied connect not found"); in ProcessCalleeDied()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_adapter.h59 void ProcessCalleeDied(const sptr<IRemoteObject>& connect);
H A Ddistributed_sched_service.h192 void ProcessCalleeDied(const sptr<IRemoteObject>& connect);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_adapter_test.cpp258 distributedSchedAdapter_->ProcessCalleeDied(connect); in HWTEST_F()
274 distributedSchedAdapter_->ProcessCalleeDied(connect); in HWTEST_F()
290 distributedSchedAdapter_->ProcessCalleeDied(connect); in HWTEST_F()
H A Ddistributed_sched_connect_test.cpp1072 * @tc.steps: step1. call ProcessCalleeDied in HWTEST_F()
1079 DistributedSchedService::GetInstance().ProcessCalleeDied(connect); in HWTEST_F()
1098 * @tc.steps: step1. call ProcessCalleeDied in HWTEST_F()
1101 DistributedSchedService::GetInstance().ProcessCalleeDied(nullptr); in HWTEST_F()
H A Ddistributed_sched_service_second_test.cpp257 * @tc.desc: call ProcessCalleeDied
267 DistributedSchedService::GetInstance().ProcessCalleeDied(connect); in HWTEST_F()
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp716 DistributedSchedService::GetInstance().ProcessCalleeDied(connect); in DisconnectAbilityFromRemoteInnerFuzzTest()

Completed in 17 milliseconds