Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_constants.h40 const std::string KEY_SESSION_ID = "sessionId"; variable
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_constant.cpp69 SetNamedProperty(env, constants, Constants::KEY_SESSION_ID.c_str(), "KEY_SESSION_ID"); in Init()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_session.cpp280 newRequest.SetParam(Constants::KEY_SESSION_ID, sessionId_); in OnRequestRedirected()