Home
last modified time | relevance | path

Searched refs:CreateServerSessionObject (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h58 std::shared_ptr<DBinderSessionObject> CreateServerSessionObject(binder_uintptr_t binder,
H A Ddbinder_base_invoker_define.h82 …virtual std::shared_ptr<T> CreateServerSessionObject(binder_uintptr_t binder, std::shared_ptr<T> s…
H A Ddbinder_base_invoker_object.h26 std::shared_ptr<T> sessionOfPeer = CreateServerSessionObject(binderObject->cookie, session); in TranslateBinderType()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp485 …std::shared_ptr<DBinderSessionObject> ret = testInvoker.CreateServerSessionObject(binder, sessionO…
500 …std::shared_ptr<DBinderSessionObject> ret = testInvoker.CreateServerSessionObject(binder, sessionO…
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp889 std::shared_ptr<DBinderSessionObject> DBinderDatabusInvoker::CreateServerSessionObject(binder_uintp… in CreateServerSessionObject() function in OHOS::DBinderDatabusInvoker