Home
last modified time | relevance | path

Searched refs:GetQueryExecutorInfoReply (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_msg_util.h35 … static bool GetQueryExecutorInfoReply(const std::vector<int32_t> authTypes, int32_t executorRole,
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp177 bool RemoteMsgUtil::GetQueryExecutorInfoReply(const std::vector<int32_t> authTypes, int32_t executo… in GetQueryExecutorInfoReply() function in OHOS::UserIam::UserAuth::RemoteMsgUtil
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp247 …bool getQueryExecutorInfoRet = RemoteMsgUtil::GetQueryExecutorInfoReply(authTypes, executorRole, s… in ProcQueryExecutorInfoRequest()
H A Dremote_auth_invoker_context.cpp232 …bool getExecutorInfoRet = RemoteMsgUtil::GetQueryExecutorInfoReply(authTypes, COLLECTOR, verifierU… in SendRequest()