Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h77 std::shared_ptr<DBinderSessionObject> NewSessionOfBinderProxy(uint32_t handle,
H A Ddbinder_base_invoker_define.h80 …virtual std::shared_ptr<T> NewSessionOfBinderProxy(uint32_t handle, std::shared_ptr<T> session) = …
H A Ddbinder_base_invoker_object.h56 sessionOfPeer = NewSessionOfBinderProxy(binderObject->handle, session); in TranslateHandleType()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp266 … std::shared_ptr<DBinderSessionObject> res = testInvoker.NewSessionOfBinderProxy(handle, nullptr);
283 …std::shared_ptr<DBinderSessionObject> res = testInvoker.NewSessionOfBinderProxy(handle, remoteSess…
305 …std::shared_ptr<DBinderSessionObject> ret = testInvoker.NewSessionOfBinderProxy(handle, remoteSess…
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp56 std::shared_ptr<DBinderSessionObject> DBinderDatabusInvoker::NewSessionOfBinderProxy(uint32_t handl… in NewSessionOfBinderProxy() function in OHOS::DBinderDatabusInvoker