Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_invoker_context.h77 int32_t callerType_ = -1; variable
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_invoker_context.cpp99 callerType_(param.callerType), in RemoteAuthInvokerContext()
244 bool setCallerTypeRet = request_->SetInt32Value(Attributes::ATTR_CALLER_TYPE, callerType_); in SendRequest()