Home
last modified time | relevance | path

Searched refs:ProcessCallResult (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dability_connection_wrapper_stub.cpp89 DistributedSchedAdapter::GetInstance().ProcessCallResult(remoteObject, distributedConnection_); in OnAbilityConnectDone()
H A Ddistributed_sched_adapter.cpp187 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 Ddistributed_sched_service.cpp1785 void DistributedSchedService::ProcessCallResult(const sptr<IRemoteObject>& calleeConnect, in ProcessCallResult() function in OHOS::DistributedSchedule::DistributedSchedService
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_adapter.h61 void ProcessCallResult(const sptr<IRemoteObject>& calleeConnect, const sptr<IRemoteObject>& callerConnect);
H A Ddistributed_sched_service.h193 void ProcessCallResult(const sptr<IRemoteObject>& calleeConnect, const sptr<IRemoteObject>& callerConnect);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_adapter_test.cpp428 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 Ddistributed_sched_service_second_test.cpp335 * @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 Ddistributedschedstub_fuzzer.cpp438 DistributedSchedService::GetInstance().ProcessCallResult(obj, obj); in StartRemoteFreeInstallInnerFuzzTest()

Completed in 15 milliseconds