Home
last modified time | relevance | path

Searched refs:IPCObjectStub (Results 1 – 25 of 1068) sorted by relevance

12345678910>>...43

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_stub.cpp19 IPCObjectStub::IPCObjectStub(const std::u16string &descriptor) : IRemoteObject(descriptor) {} in IPCObjectStub() function in OHOS::IPCObjectStub
21 IPCObjectStub::~IPCObjectStub() in ~IPCObjectStub()
25 bool IPCObjectStub::IsDeviceIdIllegal(const std::string &deviceID) in IsDeviceIdIllegal()
30 int32_t IPCObjectStub::GetObjectRefCount() in GetObjectRefCount()
55 void IPCObjectStub::OnFirstStrongRef(const void *objectId) in OnFirstStrongRef()
59 void IPCObjectStub::OnLastStrongRef(const void *objectId) in OnLastStrongRef()
74 int IPCObjectStub::GetCallingPid() in GetCallingPid()
79 int IPCObjectStub::GetCallingUid() in GetCallingUid()
84 uint32_t IPCObjectStub::GetCallingTokenID() in GetCallingTokenID()
89 uint32_t IPCObjectStub::GetFirstTokenID() in GetFirstTokenID()
[all …]
H A Dipc_object_stub.h29 class IPCObjectStub : public IRemoteObject {
37 explicit IPCObjectStub(const std::u16string &descriptor = std::u16string());
38 ~IPCObjectStub();
H A Diremote_stub.h24 template <typename INTERFACE> class IRemoteStub : public IPCObjectStub, public INTERFACE {
32 template <typename INTERFACE> IRemoteStub<INTERFACE>::IRemoteStub() : IPCObjectStub(INTERFACE::GetD… in IRemoteStub()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_single/
H A Dlibipc_single_map20 OHOS::IPCObjectStub::IPCObjectStub*;
21 OHOS::IPCObjectStub::Dump*;
51 "OHOS::IPCObjectStub::~IPCObjectStub()";
53 "OHOS::IPCObjectStub::GetObjectRefCount()";
60 "OHOS::IPCObjectStub::GetObjectType() const";
61 "OHOS::IPCObjectStub::GetCallingPid()";
62 "OHOS::IPCObjectStub::GetCallingUid()";
63 "OHOS::IPCObjectStub::GetCallingTokenID()";
65 "OHOS::IPCObjectStub::GetFirstTokenID()";
72 "virtual thunk to OHOS::IPCObjectStub::~IPCObjectStub()";
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_stub_unittest.cpp90 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
106 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
122 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
138 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
154 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
170 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
183 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
237 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
272 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
284 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
[all …]
H A Dipc_core_unittest.cpp98 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
110 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
122 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
134 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"testStub");
262 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"test");
275 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"test");
288 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"test");
302 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"test");
319 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"test");
345 sptr<IPCObjectStub> testStub = new IPCObjectStub(u"test");
[all …]
H A Dprocess_skeleton_unittest.cpp59 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject");
75 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject");
93 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject");
111 sptr<IRemoteObject> object = new IPCObjectStub(str);
128 sptr<IRemoteObject> object = new IPCObjectStub(str);
145 sptr<IRemoteObject> object = new IPCObjectStub(str);
162 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject");
H A Dipc_process_skeleton_unittest.cpp153 sptr<IRemoteObject> object = new IPCObjectStub(u"test");
248 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject");
931 sptr<IRemoteObject> object = new IPCObjectStub(u"bject");
955 sptr<IRemoteObject> object = new IPCObjectStub(u"bject");
1235 sptr<IPCObjectStub> objectStub = new IPCObjectStub(u"testObject");
1255 sptr<IPCObjectStub> objectStub = new IPCObjectStub(u"testObject");
1274 sptr<IPCObjectStub> objectStub = new IPCObjectStub(u"testObject");
1293 sptr<IPCObjectStub> objectStub = new IPCObjectStub(u"testObject");
1312 sptr<IPCObjectStub> objectStub = new IPCObjectStub(u"testObject");
1647 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject");
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp63 IPCObjectStub::IPCObjectStub(std::u16string descriptor, bool serialInvokeFlag) in IPCObjectStub() function in OHOS::IPCObjectStub
84 IPCObjectStub::~IPCObjectStub() in ~IPCObjectStub()
107 int32_t IPCObjectStub::GetObjectRefCount() in GetObjectRefCount()
456 pid_t IPCObjectStub::GetCallingPid() in GetCallingPid()
461 pid_t IPCObjectStub::GetCallingUid() in GetCallingUid()
466 uint32_t IPCObjectStub::GetCallingTokenID() in GetCallingTokenID()
476 uint32_t IPCObjectStub::GetFirstTokenID() in GetFirstTokenID()
486 int IPCObjectStub::GetObjectType() const in GetObjectType()
503 uint64_t IPCObjectStub::GetLastRequestTime() in GetLastRequestTime()
638 std::string IPCObjectStub::GetSessionName() in GetSessionName()
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dipc_common.h51 static int32_t GetCallingUserId(IPCObjectStub &stub, int32_t &userId);
55 static bool CheckPermission(IPCObjectStub &stub, Permission permission);
56 static uint32_t GetAccessTokenId(IPCObjectStub &stub);
57 static uint32_t GetTokenId(IPCObjectStub &stub);
58 static bool GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType);
59 static bool GetCallingAppID(IPCObjectStub &stub, std::string &callingAppID);
83 static bool CheckNativeCallingProcessWhiteList(IPCObjectStub &stub, Permission permission);
84 …static bool CheckDirectCallerAndFirstCallerIfSet(IPCObjectStub &stub, const std::string &permissio…
85 static bool CheckDirectCaller(IPCObjectStub &stub, const std::string &permission);
86 static bool CheckCallerIsSystemApp(IPCObjectStub &stub);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_ipc_common.h45 static int32_t GetCallingUserId(IPCObjectStub &stub, int32_t &userId);
49 static bool CheckPermission(IPCObjectStub &stub, Permission permission);
50 static bool GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType);
51 static bool GetCallingAppID(IPCObjectStub &stub, std::string &callingAppID);
52 static uint32_t GetAccessTokenId(IPCObjectStub &stub);
56 static uint32_t GetTokenId(IPCObjectStub &stub);
H A Dmock_ipc_common.cpp37 int32_t IpcCommon::GetCallingUserId(IPCObjectStub &stub, int32_t &userId) in GetCallingUserId()
98 bool IpcCommon::CheckPermission(IPCObjectStub &stub, Permission permission) in CheckPermission()
103 uint32_t IpcCommon::GetAccessTokenId(IPCObjectStub &stub) in GetAccessTokenId()
131 uint32_t IpcCommon::GetTokenId(IPCObjectStub &stub) in GetTokenId()
143 bool IpcCommon::GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType) in GetCallerName()
150 bool IpcCommon::GetCallingAppID(IPCObjectStub &stub, std::string &callingAppID) in GetCallingAppID()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_ipc_common.h45 static int32_t GetCallingUserId(IPCObjectStub &stub, int32_t &userId);
49 static bool CheckPermission(IPCObjectStub &stub, Permission permission);
50 static bool GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType);
51 static bool GetCallingAppID(IPCObjectStub &stub, std::string &callingAppID);
52 static uint32_t GetAccessTokenId(IPCObjectStub &stub);
56 static uint32_t GetTokenId(IPCObjectStub &stub);
H A Dmock_ipc_common.cpp37 int32_t IpcCommon::GetCallingUserId(IPCObjectStub &stub, int32_t &userId) in GetCallingUserId()
98 bool IpcCommon::CheckPermission(IPCObjectStub &stub, Permission permission) in CheckPermission()
103 uint32_t IpcCommon::GetAccessTokenId(IPCObjectStub &stub) in GetAccessTokenId()
131 uint32_t IpcCommon::GetTokenId(IPCObjectStub &stub) in GetTokenId()
143 bool IpcCommon::GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType) in GetCallerName()
150 bool IpcCommon::GetCallingAppID(IPCObjectStub &stub, std::string &callingAppID) in GetCallingAppID()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/
H A Dlibipc_core_map30 OHOS::IPCObjectStub*;
59 "virtual thunk to OHOS::IPCObjectStub::~IPCObjectStub()";
60 "virtual thunk to OHOS::IPCObjectStub::OnFirstStrongRef(void const*)";
61 "virtual thunk to OHOS::IPCObjectStub::OnLastStrongRef(void const*)";
71 "OHOS::IPCObjectStub::IsObjectDead()";
75 "OHOS::IPCObjectStub::GetInterfaceDescriptor()";
76 "OHOS::IPCObjectStub::GetAndSaveDBinderData(int, unsigned int)";
77 "virtual thunk to OHOS::IPCObjectStub::GetAndSaveDBinderData(int, unsigned int)";
/ohos5.0/base/powermgr/power_manager/test/unittest/src/mock/
H A Dpower_mock_proxy_test.cpp62 sptr<IPCObjectStub> remote = new IPCObjectStub();
84 sptr<IPCObjectStub> remote = new IPCObjectStub();
112 sptr<IPCObjectStub> remote = new IPCObjectStub();
H A Dpower_mock_peer_test.cpp104 sptr<IPCObjectStub> remote = new IPCObjectStub();
127 sptr<IPCObjectStub> remote = new IPCObjectStub();
156 sptr<IPCObjectStub> remote = new IPCObjectStub();
H A Dpower_mock_parcel_test.cpp137 sptr<IPCObjectStub> remote = new IPCObjectStub();
159 sptr<IPCObjectStub> remote = new IPCObjectStub();
187 sptr<IPCObjectStub> remote = new IPCObjectStub();
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dipc_common.cpp58 int32_t IpcCommon::GetCallingUserId(IPCObjectStub &stub, int32_t &userId) in GetCallingUserId()
179 bool IpcCommon::CheckPermission(IPCObjectStub &stub, Permission permission) in CheckPermission()
208 uint32_t IpcCommon::GetAccessTokenId(IPCObjectStub &stub) in GetAccessTokenId()
219 uint32_t IpcCommon::GetTokenId(IPCObjectStub &stub) in GetTokenId()
246 bool IpcCommon::CheckNativeCallingProcessWhiteList(IPCObjectStub &stub, Permission permission) in CheckNativeCallingProcessWhiteList()
274 bool IpcCommon::CheckDirectCallerAndFirstCallerIfSet(IPCObjectStub &stub, const std::string &permis… in CheckDirectCallerAndFirstCallerIfSet()
287 bool IpcCommon::CheckDirectCaller(IPCObjectStub &stub, const std::string &permission) in CheckDirectCaller()
298 bool IpcCommon::CheckCallerIsSystemApp(IPCObjectStub &stub) in CheckCallerIsSystemApp()
312 bool IpcCommon::GetCallerName(IPCObjectStub &stub, std::string &callerName, int32_t &callerType) in GetCallerName()
353 bool IpcCommon::GetCallingAppID(IPCObjectStub &stub, std::string &callingAppID) in GetCallingAppID()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_callback_stub.cpp44 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
66 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
89 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
112 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_callback_stub.cpp39 errCode = IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
76 errCode = IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
101 errCode = IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
126 errCode = IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_callback_stub.cpp46 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
104 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
163 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
199 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
234 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_i_remote_object_form.h26 class MockFormIRemoteObject : public IPCObjectStub {
28 MockFormIRemoteObject() : IPCObjectStub(u"mock_i_remote_object") {} in MockFormIRemoteObject()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/proxy/
H A Dmdns_event_stub.cpp52 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
87 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
114 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusbd_bulk_callback.h22 class UsbdBulkCallBack : public OHOS::IPCObjectStub {
29 explicit UsbdBulkCallBack() : OHOS::IPCObjectStub(u"UsbdBulkCallback.V1_0") {} in UsbdBulkCallBack()

12345678910>>...43