Home
last modified time | relevance | path

Searched refs:OpenDevSession (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/session_manager/inc/
H A Ddev_session_mgr.h30 int32_t OpenDevSession(int64_t sessionId, const char *appId, SessionInitParams *params);
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c561 res = OpenDevSession(requestId, appId, &params); in StartClientBindSession()
787 res = OpenDevSession(requestId, appId, &params); in OpenServerBindSession()
936 res = OpenDevSession(authReqId, appId, &params); in AuthDevice()
1088 res = OpenDevSession(requestId, appId, &params); in OpenServerAuthSession()
1136 res = OpenDevSession(requestId, appId, &params); in OpenServerAuthSessionForP2P()
1342 res = OpenDevSession(authReqId, DEFAULT_PACKAGE_NAME, &params); in StartAuthDevice()
/ohos5.0/base/security/device_auth/services/session_manager/src/
H A Ddev_session_mgr.c133 int32_t OpenDevSession(int64_t sessionId, const char *appId, SessionInitParams *params) in OpenDevSession() function