Home
last modified time | relevance | path

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

/ohos5.0/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, col… in SendRequest() local
48 IF_FALSE_LOGE_AND_RETURN_VAL(getCollectorTokenIdRet == true, ResultCode::GENERAL_ERROR); in SendRequest()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp190 …bool getCollectorTokenIdRet = request->GetUint32Value(Attributes::ATTR_COLLECTOR_TOKEN_ID, collect… in ProcStartRemoteAuthRequest() local
191 IF_FALSE_LOGE_AND_RETURN_VAL(getCollectorTokenIdRet, GENERAL_ERROR); in ProcStartRemoteAuthRequest()