Home
last modified time | relevance | path

Searched refs:GetSAMgrObject (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Diremote_invoker.h103 virtual sptr<IRemoteObject> GetSAMgrObject() = 0;
H A Ddbinder_base_invoker_interface.h175 template <class T> sptr<IRemoteObject> DBinderBaseInvoker<T>::GetSAMgrObject() in GetSAMgrObject() function
H A Dbinder_invoker.h146 sptr<IRemoteObject> GetSAMgrObject() override;
H A Ddbinder_base_invoker_define.h69 virtual sptr<IRemoteObject> GetSAMgrObject() override;
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dmock_iremote_invoker.h73 MOCK_METHOD0(GetSAMgrObject, sptr<IRemoteObject>());
H A Dbinder_invoker_unittest.cpp206 EXPECT_EQ(binderInvoker.GetSAMgrObject(), current->GetRegistryObject());
208 EXPECT_EQ(binderInvoker.GetSAMgrObject(), nullptr);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_callback_stub.cpp93 sptr<IRemoteObject> object = IPCProcessSkeleton::GetCurrent()->GetSAMgrObject(); in ProcessProto()
280 sptr<IRemoteObject> object = IPCProcessSkeleton::GetCurrent()->GetSAMgrObject(); in GetAndSaveDBinderData()
H A Ddatabus_socket_listener.cpp267 sptr<IRemoteObject> object = current->GetSAMgrObject(); in RemoveSessionName()
H A Dipc_object_stub.cpp646 sptr<IRemoteObject> object = current->GetSAMgrObject(); in GetSessionName()
H A Dipc_process_skeleton.cpp463 sptr<IRemoteObject> IPCProcessSkeleton::GetSAMgrObject() in GetSAMgrObject() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
470 return invoker->GetSAMgrObject(); in GetSAMgrObject()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h130 sptr<IRemoteObject> GetSAMgrObject();
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp352 current->GetSAMgrObject(); in GetSAMgrObjectTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp320 sptr<IRemoteObject> BinderInvoker::GetSAMgrObject() in GetSAMgrObject() function in OHOS::IPC_SINGLE::BinderInvoker