Home
last modified time | relevance | path

Searched refs:ATTR_COLLECTOR_TOKEN_ID (Results 1 – 5 of 5) 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()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h187 ATTR_COLLECTOR_TOKEN_ID = 100082, enumerator
/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()
H A Dremote_auth_invoker_context.cpp238 …bool setTokenIdRet = request_->SetUint32Value(Attributes::ATTR_COLLECTOR_TOKEN_ID, collectorTokenI… in SendRequest()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.cpp65 attribute.SetUint32Value(Attributes::ATTR_COLLECTOR_TOKEN_ID, info_.collectorTokenId); in GetScheduleAttribute()