Searched refs:CreateServerSessionObject (Results 1 – 5 of 5) sorted by relevance
58 std::shared_ptr<DBinderSessionObject> CreateServerSessionObject(binder_uintptr_t binder,
82 …virtual std::shared_ptr<T> CreateServerSessionObject(binder_uintptr_t binder, std::shared_ptr<T> s…
26 std::shared_ptr<T> sessionOfPeer = CreateServerSessionObject(binderObject->cookie, session); in TranslateBinderType()
485 …std::shared_ptr<DBinderSessionObject> ret = testInvoker.CreateServerSessionObject(binder, sessionO…500 …std::shared_ptr<DBinderSessionObject> ret = testInvoker.CreateServerSessionObject(binder, sessionO…
889 std::shared_ptr<DBinderSessionObject> DBinderDatabusInvoker::CreateServerSessionObject(binder_uintp… in CreateServerSessionObject() function in OHOS::DBinderDatabusInvoker