Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Dexecutor.cpp44 executorRole_ = executorInfo.executorRole; in Executor()
50 << ", role:" << executorRole_ << ", authType:" << authType_ << ")"; in Executor()
200 return executorRole_; in GetExecutorRole()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Dexecutor.h65 int32_t executorRole_ = -1; variable