Home
last modified time | relevance | path

Searched refs:QueryServerSessionObject (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/dbinderdatabusinvoker_fuzzer/
H A Ddbinderdatabusinvoker_fuzzer.cpp84 testPeer = invoker.QueryServerSessionObject(testHandle); in QueryServerSessionObjectTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h57 std::shared_ptr<DBinderSessionObject> QueryServerSessionObject(uint32_t handle) override;
H A Ddbinder_base_invoker_define.h59 virtual std::shared_ptr<T> QueryServerSessionObject(uint32_t handle) = 0;
H A Ddbinder_base_invoker_object.h221 return QueryServerSessionObject(handle); in GetSessionObject()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp176 return QueryServerSessionObject(handle); in QuerySessionOfBinderProxy()
195 std::shared_ptr<DBinderSessionObject> DBinderDatabusInvoker::QueryServerSessionObject(uint32_t hand… in QueryServerSessionObject() function in OHOS::DBinderDatabusInvoker
919 std::shared_ptr<DBinderSessionObject> session = QueryServerSessionObject(proxy->GetHandle()); in FlushCommands()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp418 std::shared_ptr<DBinderSessionObject> ret = testInvoker.QueryServerSessionObject(handle);
440 std::shared_ptr<DBinderSessionObject> session = testInvoker.QueryServerSessionObject(handle);