Home
last modified time | relevance | path

Searched refs:getLocalUdidRet (Results 1 - 4 of 4) sorted by relevance

/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()
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp224 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in SendQueryExecutorInfoMsg() local
225 IF_FALSE_LOGE_AND_RETURN_VAL(getLocalUdidRet, false); in SendQueryExecutorInfoMsg()
/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()
/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()

Completed in 3 milliseconds