Home
last modified time | relevance | path

Searched refs:stubIdentity (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_callback_stub.h27 SvcIdentity stubIdentity; member
/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c1399 const SvcIdentity *stubInfo = &g_sdkCbStub.stubIdentity; in SetCbCtxToDataCtx()
1658 g_sdkCbStub.stubIdentity.handle = IPC_INVALID_HANDLE; in InitProxyAdapt()
1659 g_sdkCbStub.stubIdentity.token = SERVICE_TYPE_ANONYMOUS; in InitProxyAdapt()
1660 g_sdkCbStub.stubIdentity.cookie = (uintptr_t)&g_objectStub; in InitProxyAdapt()
1662 ShowIpcSvcInfo(&(g_sdkCbStub.stubIdentity)); in InitProxyAdapt()