Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_process_skeleton.c29 static IpcSkeleton *g_ipcSkeleton = NULL;
37 static void DeleteIpcSkeleton(IpcSkeleton *temp) in DeleteIpcSkeleton()
46 static IpcSkeleton* IpcProcessSkeleton() in IpcProcessSkeleton()
48 IpcSkeleton *temp = (IpcSkeleton *)calloc(1, sizeof(IpcSkeleton)); in IpcProcessSkeleton()
76 IpcSkeleton *GetCurrentSkeleton(void) in GetCurrentSkeleton()
84 IpcSkeleton *temp = IpcProcessSkeleton(); in GetCurrentSkeleton()
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_process_skeleton.h50 } IpcSkeleton; typedef
52 IpcSkeleton *GetCurrentSkeleton(void);
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c487 IpcSkeleton *current = GetCurrentSkeleton(); in CreateProcessThread()
528 IpcSkeleton *current = GetCurrentSkeleton(); in OnReceiveNewConnection()
578 IpcSkeleton *ipcSkeleton = GetCurrentSkeleton(); in OnDatabusSessionClosed()
763 IpcSkeleton *current = GetCurrentSkeleton(); in RpcStopWorkThread()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/server/
H A DRpcServerTest.cpp164 IpcSkeleton *current = GetCurrentSkeleton();
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c267 IpcSkeleton *ipcSkeleton = GetCurrentSkeleton(); in CallDeathCallback()