Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp244 bool getSrcUdidRet = request->GetStringValue(Attributes::ATTR_MSG_SRC_UDID, srcUdid); in ProcQueryExecutorInfoRequest() local
245 IF_FALSE_LOGE_AND_RETURN_VAL(getSrcUdidRet, GENERAL_ERROR); in ProcQueryExecutorInfoRequest()
H A Dremote_executor_stub.cpp252 bool getSrcUdidRet = attr.GetStringValue(Attributes::ATTR_MSG_SRC_UDID, srcUdid); in ProcBeginExecuteRequest() local
253 IF_FALSE_LOGE_AND_RETURN_VAL(getSrcUdidRet, GENERAL_ERROR); in ProcBeginExecuteRequest()