Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/dbinderdatabusinvoker_fuzzer/
H A Ddbinderdatabusinvoker_fuzzer.cpp68 testPeer = invoker.QueryClientSessionObject(testHandle); in QueryClientSessionObjectTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h56 std::shared_ptr<DBinderSessionObject> QueryClientSessionObject(uint32_t databusHandle) override;
H A Ddbinder_base_invoker_define.h79 virtual std::shared_ptr<T> QueryClientSessionObject(uint32_t databusHandle) = 0;
H A Ddbinder_base_invoker_object.h224 return QueryClientSessionObject(socketId); in GetSessionObject()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp179 std::shared_ptr<DBinderSessionObject> DBinderDatabusInvoker::QueryClientSessionObject(uint32_t data… in QueryClientSessionObject() function in OHOS::DBinderDatabusInvoker
761 std::shared_ptr<DBinderSessionObject> session = QueryClientSessionObject(socketId); in CheckAndSetCallerInfo()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp383 std::shared_ptr<DBinderSessionObject> ret = testInvoker.QueryClientSessionObject(handle);
405 std::shared_ptr<DBinderSessionObject> session = testInvoker.QueryClientSessionObject(handle);