Searched refs:ProcessCallResult (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | ability_connection_wrapper_stub.cpp | 89 DistributedSchedAdapter::GetInstance().ProcessCallResult(remoteObject, distributedConnection_);
in OnAbilityConnectDone()
|
H A D | distributed_sched_adapter.cpp | 187 void DistributedSchedAdapter::ProcessCallResult(const sptr<IRemoteObject>& calleeConnect, in ProcessCallResult() function in OHOS::DistributedSchedule::DistributedSchedAdapter 191 HILOGE("ProcessCallResult dmsAdapterHandler is null"); in ProcessCallResult() 195 HILOGE("ProcessCallResult connect is null"); in ProcessCallResult() 200 DistributedSchedService::GetInstance().ProcessCallResult(calleeConnect, callerConnect); in ProcessCallResult()
|
H A D | distributed_sched_service.cpp | 1785 void DistributedSchedService::ProcessCallResult(const sptr<IRemoteObject>& calleeConnect, in ProcessCallResult() function in OHOS::DistributedSchedule::DistributedSchedService
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_adapter.h | 61 void ProcessCallResult(const sptr<IRemoteObject>& calleeConnect, const sptr<IRemoteObject>& callerConnect);
|
H A D | distributed_sched_service.h | 193 void ProcessCallResult(const sptr<IRemoteObject>& calleeConnect, const sptr<IRemoteObject>& callerConnect);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_adapter_test.cpp | 428 distributedSchedAdapter_->ProcessCallResult(nullptr, connect); in HWTEST_F() 446 distributedSchedAdapter_->ProcessCallResult(connect, connect); in HWTEST_F() 463 distributedSchedAdapter_->ProcessCallResult(nullptr, nullptr); in HWTEST_F()
|
H A D | distributed_sched_service_second_test.cpp | 335 * @tc.steps: step2. call ProcessCallResult. in HWTEST_F() 338 DistributedSchedService::GetInstance().ProcessCallResult(connect, connect); in HWTEST_F()
|
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/ |
H A D | distributedschedstub_fuzzer.cpp | 438 DistributedSchedService::GetInstance().ProcessCallResult(obj, obj); in StartRemoteFreeInstallInnerFuzzTest()
|
Completed in 15 milliseconds