Home
last modified time | relevance | path

Searched refs:GetCurrentSkeleton (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_skeleton.c31 if (GetCurrentSkeleton() == NULL) { in SetMaxWorkThreadNum()
45 if (GetCurrentSkeleton() == NULL) { in JoinWorkThread()
64 if (GetCurrentSkeleton() == NULL) { in GetContextObject()
73 if (GetCurrentSkeleton() == NULL) { in SetContextObject()
87 if (GetCurrentSkeleton() == NULL) { in SendRequest()
96 if (GetCurrentSkeleton() == NULL) { in AddDeathRecipient()
109 if (GetCurrentSkeleton() == NULL) { in RemoveDeathRecipient()
126 if (GetCurrentSkeleton() == NULL) { in FreeBuffer()
147 if (GetCurrentSkeleton() == NULL) { in ReleaseSvc()
H A Dipc_thread_pool.c65 ThreadPool *threadPool = GetCurrentSkeleton()->threadPool; in ThreadContextDestructor()
H A Dipc_process_skeleton.c76 IpcSkeleton *GetCurrentSkeleton(void) in GetCurrentSkeleton() function
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_process_skeleton.h52 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()