Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/server/
H A DRpcServerTest.cpp120 IpcObjectStub objectStubOne = { variable
127 .token = (uintptr_t)&objectStubOne,
128 .cookie = (uintptr_t)&objectStubOne
182 IpcObjectStub objectStubOne = { variable
189 .token = (uintptr_t)&objectStubOne,
190 .cookie = (uintptr_t)&objectStubOne
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsamgr_mini_ipc_adapter.c23 IpcObjectStub *objectStubOne = (IpcObjectStub *)calloc(1, sizeof(IpcObjectStub)); in ClientRegisterRemoteEndpoint() local
24 if (objectStubOne == NULL) { in ClientRegisterRemoteEndpoint()
27 objectStubOne->func = Dispatch; in ClientRegisterRemoteEndpoint()
28 objectStubOne->isRemote = true; in ClientRegisterRemoteEndpoint()
31 identity->cookie = objectStubOne; in ClientRegisterRemoteEndpoint()
H A Dsamgr_small_ipc_adapter.c81 IpcObjectStub *objectStubOne = (IpcObjectStub *)calloc(1, sizeof(IpcObjectStub)); in Listen() local
82 if (objectStubOne == NULL) { in Listen()
87 objectStubOne->func = Dispatch; in Listen()
88 objectStubOne->args = endpoint; in Listen()
89 objectStubOne->isRemote = false; in Listen()
90 endpoint->identity.cookie = objectStubOne; in Listen()
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/server/
H A Drpc_server.c83 IpcObjectStub objectStubOne = { in main() local
90 .token = (uintptr_t)&objectStubOne, in main()
91 .cookie = (uintptr_t)&objectStubOne in main()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/ipc/server/
H A DIpcServerTest.cpp109 IpcObjectStub objectStubOne = { variable
117 .cookie = (uintptr_t)&objectStubOne