Searched refs:getLocalUdidRet (Results 1 – 7 of 7) sorted by relevance
104 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(udid); in CreateMessage() local105 IF_FALSE_LOGE_AND_RETURN_VAL(getLocalUdidRet, nullptr); in CreateMessage()
216 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in SendQueryExecutorInfoMsg() local217 IF_FALSE_LOGE_AND_RETURN_VAL(getLocalUdidRet, false); in SendQueryExecutorInfoMsg()
189 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in GetQueryExecutorInfoReply() local190 IF_FALSE_LOGE_AND_RETURN_VAL(getLocalUdidRet, false); in GetQueryExecutorInfoReply()
244 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in AuthServiceInit() local245 IF_FALSE_LOGE_AND_RETURN(getLocalUdidRet); in AuthServiceInit()
44 bool getLocalUdidRet = GetLocalUdid(&localUdid); in SetScheduleParam() local47 if (!getLocalUdidRet || !getCollectorUdidRet) { in SetScheduleParam()
496 bool getLocalUdidRet = GetLocalUdid(&localUdid); in GetExecutorInfoLinkedList() local497 IF_TRUE_LOGE_AND_RETURN_VAL(!getLocalUdidRet, RESULT_GENERAL_ERROR); in GetExecutorInfoLinkedList()
182 bool getLocalUdidRet = GetLocalUdid(&localUdid); in CreateIdentifySchedule() local185 if (!getLocalUdidRet || !getCollectorUdidRet) { in CreateIdentifySchedule()