Home
last modified time | relevance | path

Searched refs:getCollectorTokenIdRet (Results 1 - 2 of 2) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dcollect_command.cpp47 bool getCollectorTokenIdRet = attributes_->GetUint32Value(Attributes::ATTR_COLLECTOR_TOKEN_ID, collectorTokenId); in SendRequest() local
48 IF_FALSE_LOGE_AND_RETURN_VAL(getCollectorTokenIdRet == true, ResultCode::GENERAL_ERROR); in SendRequest()
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp213 bool getCollectorTokenIdRet = request->GetUint32Value(Attributes::ATTR_COLLECTOR_TOKEN_ID, collectorTokenId); in ProcStartRemoteAuthRequest() local
214 IF_FALSE_LOGE_AND_RETURN_VAL(getCollectorTokenIdRet, GENERAL_ERROR); in ProcStartRemoteAuthRequest()

Completed in 2 milliseconds