Home
last modified time | relevance | path

Searched refs:compatibleSubSession (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c48 &impl->compatibleSubSession); in StartV1Session()
51 LOGI("create compatibleSubSession fail. no candidate group"); in StartV1Session()
53 LOGE("create compatibleSubSession fail. [Res]: %d", res); in StartV1Session()
58 res = ProcessCompatibleSubSession(impl->compatibleSubSession, impl->context, sendMsg, &status); in StartV1Session()
60 LOGE("process compatibleSubSession fail. [Res]: %d", res); in StartV1Session()
61 DestroyCompatibleSubSession(impl->compatibleSubSession); in StartV1Session()
62 impl->compatibleSubSession = NULL; in StartV1Session()
91 if (impl->compatibleSubSession != NULL) { in DestroySession()
92 DestroyCompatibleSubSession(impl->compatibleSubSession); in DestroySession()
93 impl->compatibleSubSession in DestroySession()
[all...]
/base/security/device_auth/services/session_manager/inc/session/
H A Ddev_session_def.h52 CompatibleBaseSubSession *compatibleSubSession; member

Completed in 1 milliseconds