Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_invoker_context.cpp199 …bool getUdidRet = DeviceManagerUtil::GetInstance().GetUdidByNetworkId(verifierNetworkId_, verifier… in OnStart() local
200 IF_FALSE_LOGE_AND_RETURN_VAL(getUdidRet, false); in OnStart()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp646 bool getUdidRet = DeviceManagerUtil::GetInstance().GetUdidByNetworkId(networkId, udid); in PrepareRemoteAuthInner() local
647 IF_FALSE_LOGE_AND_RETURN_VAL(getUdidRet, GENERAL_ERROR); in PrepareRemoteAuthInner()