Home
last modified time | relevance | path

Searched refs:distributedConnection_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dability_connection_wrapper_stub.cpp32 distributedConnection_ = connection; in AbilityConnectionWrapperStub()
38 distributedConnection_ = connection; in AbilityConnectionWrapperStub()
85 auto proxy = std::make_unique<AbilityConnectionWrapperProxy>(distributedConnection_); in OnAbilityConnectDone()
89 … DistributedSchedAdapter::GetInstance().ProcessCallResult(remoteObject, distributedConnection_); in OnAbilityConnectDone()
101 DistributedSchedAdapter::GetInstance().ProcessCalleeDied(distributedConnection_); in OnAbilityDisconnectDone()
104 auto proxy = std::make_unique<AbilityConnectionWrapperProxy>(distributedConnection_); in OnAbilityDisconnectDone()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dability_connection_wrapper_stub.h42 sptr<IRemoteObject> distributedConnection_; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_connect_test.cpp66 …ilityConnectionWrapperStubTest(sptr<IRemoteObject> connection) : distributedConnection_(connection… in AbilityConnectionWrapperStubTest()
75 sptr<IRemoteObject> distributedConnection_; member in OHOS::DistributedSchedule::AbilityConnectionWrapperStubTest