Searched refs:getDestRoleRet (Results 1 – 2 of 2) sorted by relevance
307 bool getDestRoleRet = message.GetInt32Value(Attributes::ATTR_DEST_ROLE, destRole); in ProcAuthTipMsg() local308 IF_FALSE_LOGE_AND_RETURN_VAL(getDestRoleRet, ResultCode::GENERAL_ERROR); in ProcAuthTipMsg()
155 bool getDestRoleRet = data.GetInt32Value(Attributes::ATTR_SRC_ROLE, srcRole); in OnSendData() local156 IF_FALSE_LOGE_AND_RETURN_VAL(getDestRoleRet == true, ResultCode::GENERAL_ERROR); in OnSendData()