Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_response_state.cpp54 std::shared_ptr<DmAuthResponseContext> contextTemp = GetAuthContext(); in TransitionTo() local
57 state->SetAuthContext(contextTemp); in TransitionTo()
H A Dauth_request_state.cpp53 std::shared_ptr<DmAuthRequestContext> contextTemp = GetAuthContext(); in TransitionTo() local
56 state->SetAuthContext(contextTemp); in TransitionTo()
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c1222 TEEC_Context *contextTemp = session->context; in TEEC_InvokeCommand() local
1227 session->context = contextTemp; in TEEC_InvokeCommand()