Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dremote_msg_util.h37 …static bool DecodeQueryExecutorInfoReply(const Attributes &attr, std::vector<ExecutorInfo> &execut…
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp154 …bool decodeRet = RemoteMsgUtil::DecodeQueryExecutorInfoReply(Attributes(executorInfoMsg_), executo… in StartAuth()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp65 bool RemoteMsgUtil::DecodeQueryExecutorInfoReply(const Attributes &attr, std::vector<ExecutorInfo> … in DecodeQueryExecutorInfoReply() function in OHOS::UserIam::UserAuth::RemoteMsgUtil