Home
last modified time | relevance | path

Searched refs:getLocalUdidRet (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_message.cpp104 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(udid); in CreateMessage() local
105 IF_FALSE_LOGE_AND_RETURN_VAL(getLocalUdidRet, nullptr); in CreateMessage()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp216 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in SendQueryExecutorInfoMsg() local
217 IF_FALSE_LOGE_AND_RETURN_VAL(getLocalUdidRet, false); in SendQueryExecutorInfoMsg()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp189 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in GetQueryExecutorInfoReply() local
190 IF_FALSE_LOGE_AND_RETURN_VAL(getLocalUdidRet, false); in GetQueryExecutorInfoReply()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp244 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in AuthServiceInit() local
245 IF_FALSE_LOGE_AND_RETURN(getLocalUdidRet); in AuthServiceInit()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c44 bool getLocalUdidRet = GetLocalUdid(&localUdid); in SetScheduleParam() local
47 if (!getLocalUdidRet || !getCollectorUdidRet) { in SetScheduleParam()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c496 bool getLocalUdidRet = GetLocalUdid(&localUdid); in GetExecutorInfoLinkedList() local
497 IF_TRUE_LOGE_AND_RETURN_VAL(!getLocalUdidRet, RESULT_GENERAL_ERROR); in GetExecutorInfoLinkedList()
H A Dcontext_manager.c182 bool getLocalUdidRet = GetLocalUdid(&localUdid); in CreateIdentifySchedule() local
185 if (!getLocalUdidRet || !getCollectorUdidRet) { in CreateIdentifySchedule()