Searched refs:thisStub (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | adapter_stub.cpp | 157 void AdapterStub::ConnectAdapterStub(AdapterStub *thisStub, AdapterStub *thatStub) in ConnectAdapterStub() argument 159 LOGI("[UT][Stub][ConnectAdapter] thisStub=%s, thatStub=%s.", thisStub->GetLocalTarget().c_str(), in ConnectAdapterStub() 161 thisStub->Connect(thatStub); in ConnectAdapterStub() 162 thatStub->Connect(thisStub); in ConnectAdapterStub() 165 void AdapterStub::DisconnectAdapterStub(AdapterStub *thisStub, AdapterStub *thatStub) in DisconnectAdapterStub() argument 167 …LOGI("[UT][Stub][DisconnectAdapter] thisStub=%s, thatStub=%s.", thisStub->GetLocalTarget().c_str(), in DisconnectAdapterStub() 169 thisStub->Disconnect(thatStub); in DisconnectAdapterStub() 170 thatStub->Disconnect(thisStub); in DisconnectAdapterStub()
|
H A D | adapter_stub.h | 60 static void ConnectAdapterStub(AdapterStub *thisStub, AdapterStub *thatStub); 61 static void DisconnectAdapterStub(AdapterStub *thisStub, AdapterStub *thatStub);
|