Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/src/mock/include/
Diremote_invoker.h101 virtual sptr<IRemoteObject> GetSAMgrObject() = 0;
Dbinder_invoker.h117 sptr<IRemoteObject> GetSAMgrObject() override;
Ddbinder_base_invoker.h69 virtual sptr<IRemoteObject> GetSAMgrObject() override;
1045 template <class T> sptr<IRemoteObject> DBinderBaseInvoker<T>::GetSAMgrObject() in GetSAMgrObject() function
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dmock_iremote_invoker.h68 MOCK_METHOD0(GetSAMgrObject, sptr<IRemoteObject>());
Dbinder_invoker_unittest.cpp193 EXPECT_EQ(binderInvoker.GetSAMgrObject(), current->GetRegistryObject());
195 EXPECT_EQ(binderInvoker.GetSAMgrObject(), nullptr);
/foundation/communication/ipc/ipc/native/src/core/source/
Ddbinder_callback_stub.cpp83 sptr<IRemoteObject> object = IPCProcessSkeleton::GetCurrent()->GetSAMgrObject(); in ProcessProto()
Dipc_object_stub.cpp568 sptr<IRemoteObject> object = current->GetSAMgrObject(); in GetSessionName()
Dipc_process_skeleton.cpp450 sptr<IRemoteObject> IPCProcessSkeleton::GetSAMgrObject() in GetSAMgrObject() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
457 return invoker->GetSAMgrObject(); in GetSAMgrObject()
/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h115 sptr<IRemoteObject> GetSAMgrObject();
/foundation/communication/ipc/ipc/native/src/mock/source/
Dbinder_invoker.cpp329 sptr<IRemoteObject> BinderInvoker::GetSAMgrObject() in GetSAMgrObject() function in OHOS::IPC_SINGLE::BinderInvoker