Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h193 ATTR_CALLER_TYPE = 100085, enumerator
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp203 bool getCallerTypeRet = request->GetInt32Value(Attributes::ATTR_CALLER_TYPE, para.callerType); in ProcStartRemoteAuthRequest()
H A Dremote_auth_invoker_context.cpp244 bool setCallerTypeRet = request_->SetInt32Value(Attributes::ATTR_CALLER_TYPE, callerType_); in SendRequest()