Home
last modified time | relevance | path

Searched refs:tempSession (Results 1 - 3 of 3) sorted by relevance

/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_stub.cpp179 TEEC_Session *tempSession = nullptr; in GetSessionFromData() local
180 size_t len = sizeof(*tempSession); in GetSessionFromData()
181 tempSession = (TEEC_Session *)(data.ReadBuffer(len)); in GetSessionFromData()
182 if (tempSession == nullptr) { in GetSessionFromData()
186 if (memcpy_s(session, len, tempSession, len) != EOK) { in GetSessionFromData()
H A Dcadaemon_service.cpp528 TEEC_Session *tempSession = (TEEC_Session *)malloc(sizeof(TEEC_Session)); in CallGetBnContext() local
529 if (tempSession == nullptr) { in CallGetBnContext()
530 tloge("tempSession malloc failed!\n"); in CallGetBnContext()
534 (void)memset_s(tempSession, sizeof(TEEC_Session), 0x00, sizeof(TEEC_Session)); in CallGetBnContext()
536 *outSession = tempSession; in CallGetBnContext()
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1753 for (const auto &tempSession : sessions) {
1754 if (tempSession.first != userId_) {
1755 tempSession.second->StopCurrentIme();

Completed in 6 milliseconds