Searched refs:OpenDevSession (Results 1 - 3 of 3) sorted by relevance
/base/security/device_auth/services/session_manager/inc/ |
H A D | dev_session_mgr.h | 30 int32_t OpenDevSession(int64_t sessionId, const char *appId, SessionInitParams *params);
|
/base/security/device_auth/services/session_manager/src/ |
H A D | dev_session_mgr.c | 133 int32_t OpenDevSession(int64_t sessionId, const char *appId, SessionInitParams *params) in OpenDevSession() function
|
/base/security/device_auth/services/ |
H A D | device_auth.c | 561 res = OpenDevSession(requestId, appId, ¶ms); in StartClientBindSession() 564 LOGE("OpenDevSession fail. [Res]: %d", res); in StartClientBindSession() 796 res = OpenDevSession(requestId, appId, ¶ms); in OpenServerBindSession() 950 res = OpenDevSession(authReqId, appId, ¶ms); in AuthDevice() 953 LOGE("OpenDevSession fail. [Res]: %d", res); in AuthDevice() 1102 res = OpenDevSession(requestId, appId, ¶ms); in OpenServerAuthSession() 1150 res = OpenDevSession(requestId, appId, ¶ms); in OpenServerAuthSessionForP2P() 1361 res = OpenDevSession(authReqId, DEFAULT_PACKAGE_NAME, ¶ms); in StartAuthDevice() 1364 LOGE("OpenDevSession fail. [Res]: %d", res); in StartAuthDevice()
|
Completed in 4 milliseconds