Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp1003 …std::shared_ptr<DBinderSessionObject> ret = testInvoker.UnFlattenSession(sessionOffset, stubIndex);
1021 …std::shared_ptr<DBinderSessionObject> ret = testInvoker.UnFlattenSession(sessionOffset, stubIndex);
1365 auto ret = testInvoker.UnFlattenSession(sessionOffset, binderVersion);
1387 auto ret = testInvoker.UnFlattenSession(sessionOffset, binderVersion);
1409 auto ret = testInvoker.UnFlattenSession(sessionOffset, binderVersion);
1431 auto ret = testInvoker.UnFlattenSession(sessionOffset, binderVersion);
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h85 …std::shared_ptr<DBinderSessionObject> UnFlattenSession(char *sessionOffset, uint32_t binderVersion…
H A Ddbinder_base_invoker_define.h85 virtual std::shared_ptr<T> UnFlattenSession(char *sessionOffset, uint32_t binderVersion) = 0;
H A Ddbinder_base_invoker_object.h80 sessionOfPeer = UnFlattenSession(sessionOffset, binderVersion); in TranslateRemoteHandleType()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp492 std::shared_ptr<DBinderSessionObject> DBinderDatabusInvoker::UnFlattenSession(char *sessionOffset, in UnFlattenSession() function in OHOS::DBinderDatabusInvoker