Searched refs:ProcessCallerDied (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_adapter.h | 58 void ProcessCallerDied(const sptr<IRemoteObject>& connect, int32_t deviceType);
|
H A D | distributed_sched_service.h | 191 void ProcessCallerDied(const sptr<IRemoteObject>& connect, int32_t deviceType);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_adapter_test.cpp | 308 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 D | distributed_sched_connect_test.cpp | 1414 * @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 D | distributed_sched_adapter.cpp | 207 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 D | distributed_sched_service.cpp | 1681 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 D | distributedschedstub_fuzzer.cpp | 715 DistributedSchedService::GetInstance().ProcessCallerDied(connect, int32Data); in DisconnectAbilityFromRemoteInnerFuzzTest()
|
Completed in 14 milliseconds